2014-04-20 15:17:11 -04:00
|
|
|
.autocomplete {
|
|
|
|
z-index: 999999;
|
|
|
|
position: absolute;
|
|
|
|
width: 240px;
|
2014-05-06 01:50:51 -04:00
|
|
|
background-color: $secondary;
|
2017-06-11 22:20:14 -04:00
|
|
|
border: 1px solid $primary-low;
|
2014-04-20 15:17:11 -04:00
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2017-01-04 11:39:21 +08:00
|
|
|
|
2017-01-04 12:37:02 +08:00
|
|
|
li {
|
2017-07-27 15:03:41 -04:00
|
|
|
.d-icon-users {
|
2015-11-30 17:03:47 +11:00
|
|
|
color: lighten($primary, 40%);
|
|
|
|
padding: 0 2px;
|
|
|
|
}
|
2017-01-04 11:39:21 +08:00
|
|
|
|
2017-06-11 22:20:14 -04:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2017-01-04 11:39:21 +08:00
|
|
|
|
|
|
|
a {
|
2014-04-20 15:17:11 -04:00
|
|
|
padding: 5px;
|
|
|
|
display: block;
|
2017-01-04 11:39:21 +08:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
2014-04-20 15:17:11 -04:00
|
|
|
span.username {
|
2014-05-06 01:50:51 -04:00
|
|
|
color: darken($primary, 40%);
|
2014-04-20 15:17:11 -04:00
|
|
|
}
|
|
|
|
span.name {
|
|
|
|
font-size: 11px;
|
2014-07-04 20:21:58 -04:00
|
|
|
vertical-align: middle;
|
2014-04-20 15:17:11 -04:00
|
|
|
}
|
|
|
|
&.selected {
|
2017-06-11 22:20:14 -04:00
|
|
|
background-color: $tertiary-low;
|
2014-04-20 15:17:11 -04:00
|
|
|
}
|
|
|
|
@include hover {
|
2017-10-10 16:07:46 -04:00
|
|
|
background-color: dark-light-choose($highlight-low, $highlight-medium);
|
2014-04-20 15:17:11 -04:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-11-07 18:38:44 -05:00
|
|
|
#reply-control {
|
|
|
|
.d-editor-textarea-wrapper .spinner {
|
|
|
|
z-index: 1000;
|
|
|
|
margin-top: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-button-bar {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 5px;
|
2017-06-11 22:20:14 -04:00
|
|
|
border-bottom: 2px solid $primary-low;
|
2015-11-07 18:38:44 -05:00
|
|
|
height: 33px;
|
2017-06-11 22:20:14 -04:00
|
|
|
.btn:hover {
|
|
|
|
color: $primary-low;
|
|
|
|
}
|
2015-11-07 18:38:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2015-10-16 14:57:17 -04:00
|
|
|
}
|
|
|
|
|
2015-11-07 18:38:44 -05:00
|
|
|
|
2015-10-13 13:05:55 -04:00
|
|
|
.saving-text .spinner {
|
|
|
|
display: inline-block;
|
|
|
|
left: 5px;
|
|
|
|
top: 4px;
|
|
|
|
}
|
|
|
|
|
2014-04-20 15:17:11 -04:00
|
|
|
div.ac-wrap.disabled {
|
|
|
|
input {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
.item a {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-11-10 00:52:04 +11:00
|
|
|
div.ac-wrap div.item a.remove, .remove-link {
|
|
|
|
margin-left: 4px;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 10px;
|
|
|
|
padding: 1.5px 1.5px 1.5px 2.5px;
|
|
|
|
border-radius: 12px;
|
|
|
|
width: 10px;
|
|
|
|
display: inline-block;
|
2017-06-11 22:20:14 -04:00
|
|
|
border: 1px solid $primary-low;
|
2015-11-10 00:52:04 +11:00
|
|
|
&:hover {
|
2017-10-10 16:07:46 -04:00
|
|
|
background-color: $danger-low;
|
|
|
|
border: 1px solid $danger-medium;
|
2015-11-10 00:52:04 +11:00
|
|
|
text-decoration: none;
|
|
|
|
color: $danger;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-04-20 15:17:11 -04:00
|
|
|
div.ac-wrap {
|
2016-06-28 16:14:06 +08:00
|
|
|
overflow: auto;
|
|
|
|
max-height: 150px;
|
2014-05-06 01:50:51 -04:00
|
|
|
background-color: $secondary;
|
2017-06-11 22:20:14 -04:00
|
|
|
border: 1px solid $primary-low;
|
2014-05-18 16:33:56 +08:00
|
|
|
padding: 5px 4px 1px 4px;
|
2014-04-20 15:17:11 -04:00
|
|
|
div.item {
|
|
|
|
float: left;
|
2014-05-18 16:33:56 +08:00
|
|
|
margin-bottom: 4px;
|
2014-04-20 15:17:11 -04:00
|
|
|
margin-right: 10px;
|
|
|
|
span {
|
2014-05-18 16:33:56 +08:00
|
|
|
height: 24px;
|
2014-04-20 15:17:11 -04:00
|
|
|
display: inline-block;
|
2014-05-18 16:33:56 +08:00
|
|
|
line-height: 20px;
|
2014-04-20 15:17:11 -04:00
|
|
|
}
|
|
|
|
}
|
2016-06-28 16:14:06 +08:00
|
|
|
|
|
|
|
.ac-collapsed-button {
|
|
|
|
float: left;
|
|
|
|
border-radius: 20px;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2014-04-20 15:17:11 -04:00
|
|
|
input[type="text"] {
|
|
|
|
float: left;
|
2014-05-18 16:33:56 +08:00
|
|
|
margin-bottom: 4px;
|
|
|
|
height: 24px;
|
|
|
|
display: block;
|
2014-04-20 15:17:11 -04:00
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-14 10:19:52 -04:00
|
|
|
.future-date-input {
|
2014-04-20 15:17:11 -04:00
|
|
|
.examples {
|
2014-10-10 14:32:52 -07:00
|
|
|
color: lighten($primary, 40%);
|
2014-04-20 15:17:11 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-11-13 12:55:47 -05:00
|
|
|
#reply-control {
|
|
|
|
.composer-loading {
|
2014-10-11 04:08:16 -07:00
|
|
|
position: absolute;
|
2014-12-23 23:44:21 -08:00
|
|
|
left: 48%;
|
2014-10-11 23:19:04 -07:00
|
|
|
top: 20%;
|
2014-10-11 04:08:16 -07:00
|
|
|
}
|
2015-09-15 13:28:50 -04:00
|
|
|
.whisper {
|
|
|
|
margin-left: 1em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2014-10-11 04:08:16 -07:00
|
|
|
}
|
2015-01-12 02:24:06 -08:00
|
|
|
|
2016-12-05 13:31:43 +01:00
|
|
|
#reply-control.topic-featured-link-only.open {
|
|
|
|
.wmd-controls { display: none; }
|
|
|
|
}
|
|
|
|
|
2015-09-16 22:04:48 +02:00
|
|
|
#cancel-file-upload {
|
|
|
|
font-size: 1.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#draft-status, #file-uploading {
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2015-09-16 22:04:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.composer-bottom-right {
|
|
|
|
.spinner.small {
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
}
|
|
|
|
}
|
2015-09-15 13:28:50 -04:00
|
|
|
|
2015-01-12 02:24:06 -08:00
|
|
|
// this removes the topmost margin from the first element in the topic post
|
|
|
|
// if we don't do this, all posts would have extra space at the top
|
2015-11-03 16:25:37 -05:00
|
|
|
.d-editor-preview > *:first-child {
|
2015-01-12 02:24:06 -08:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.cooked > *:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|