|
|
@@ -15,6 +15,7 @@
|
|
|
padding: 0 12px 0 6px;
|
|
|
border: @grafanaPanelBorder;
|
|
|
background-color: @grafanaSelectBackground;
|
|
|
+ background-color: red;
|
|
|
overflow: hidden;
|
|
|
vertical-align: top;
|
|
|
-webkit-border-radius: 3px;
|
|
|
@@ -39,7 +40,7 @@
|
|
|
text-indent: .01px;
|
|
|
text-overflow: '';
|
|
|
-webkit-appearance: none;
|
|
|
- -moz-appearance: menulist-text; // was set to "window" and caused odd display on windos and linux.
|
|
|
+ -moz-appearance: menulist-text; // was set to "window" and caused odd display on windows and linux.
|
|
|
appearance: none;
|
|
|
}
|
|
|
|