Commit 5c343650 authored by Ad Schellevis's avatar Ad Schellevis

(theme) small theme update to render default dropdown boxes better

parent 9bb5e690
......@@ -558,3 +558,14 @@ table{
padding-top:0px !important;
padding-bottom:20px;
}
select {
overflow: hidden;
border: 1px solid #ccc;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
background-repeat: no-repeat;
background-position: right;
background-image: url(/ui/themes/opnsense/build/images/caret.png) !important;}
......@@ -5796,3 +5796,14 @@ table {
.widgetdiv {
padding-top: 0px !important;
padding-bottom: 20px; }
select {
overflow: hidden;
border: 1px solid #ccc;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
background-repeat: no-repeat;
background-position: right;
background-image: url(/ui/themes/opnsense/build/images/caret.png) !important;}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment