diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index ecbb8b596f..0c2ea85b2e 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -429,7 +429,7 @@ h1 a:hover { margin: -10px 0 0 -10px; } -input:not(.paper-input):not(.likePaperText):not([type='checkbox']):not([type='radio']) { +input:not(.paper-input):not(.likePaperText):not([type='checkbox']):not([type='radio']):not([type='file']) { -webkit-appearance: none; -webkit-font-smoothing: antialiased; -webkit-rtl-ordering: logical; @@ -482,13 +482,17 @@ select { font-family: inherit; font-weight: bold; color: inherit; - padding: .6em 1.9em .5em .8em; - line-height: 1.3; + padding: .6em .8em .5em .8em; text-align: center; } .ui-page-theme-b select { - border-color: #444; + border-color: #1f1f1f; + background: #373737; +} + +.ui-page-theme-b select option { + color: #fff; } .smoothScrollX { diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 52c1169bcc..4eaaee7e82 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -4,7 +4,7 @@