|
@@ -16,7 +16,7 @@ ul, li {
|
|
|
list-style : none;
|
|
|
}
|
|
|
|
|
|
-body, td, th, li, p, a, input, select, textarea {
|
|
|
+body, td, th, li, p, a, input, select, textarea, body .select2-dropdown {
|
|
|
font-family : Verdana, serif;
|
|
|
font-size : 9pt;
|
|
|
color: #aaa;
|
|
@@ -35,7 +35,7 @@ select {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-select, input, textarea {
|
|
|
+select, input, textarea, body .select2-dropdown {
|
|
|
background-color: rgb(34,34,34);
|
|
|
border : 1px solid #444;
|
|
|
&:focus {
|
|
@@ -46,6 +46,32 @@ select, input, textarea {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+body .select2-container--default {
|
|
|
+ .select2-selection--single {
|
|
|
+ background-color: rgb(34,34,34);
|
|
|
+ border : none;
|
|
|
+ height: auto;
|
|
|
+ .select2-selection__rendered {
|
|
|
+ padding-left: 2px;
|
|
|
+ color: #aaa;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .select2-results__option[aria-selected=true] {
|
|
|
+ background-color: #444;
|
|
|
+ }
|
|
|
+ .select2-results__option--highlighted[aria-selected] {
|
|
|
+ background-color: #5897fb;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.select2-results__option > div {
|
|
|
+ display : flex;
|
|
|
+ align-items: center;
|
|
|
+ div.tile {
|
|
|
+ margin-right : 5px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
input.file {
|
|
|
cursor : pointer;
|
|
|
&.dragover {
|