aboutsummaryrefslogtreecommitdiff
path: root/p/themes/default/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/default/global.css')
-rw-r--r--p/themes/default/global.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/default/global.css b/p/themes/default/global.css
index 2cc195f90..d3a5cc68c 100644
--- a/p/themes/default/global.css
+++ b/p/themes/default/global.css
@@ -398,6 +398,12 @@ input, select, textarea {
font-size: 90%;
line-height: 30px;
}
+ .dropdown-menu .item.selected{
+ background: #0062be;
+ }
+ .dropdown-menu .item.selected a{
+ color: #fff;
+ }
.dropdown-menu .item > * {
display: block;
padding: 0 25px;