diff options
Diffstat (limited to 'p/themes/default_dark/global.css')
| -rw-r--r-- | p/themes/default_dark/global.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/default_dark/global.css b/p/themes/default_dark/global.css index 40694045a..a9c83d9de 100644 --- a/p/themes/default_dark/global.css +++ b/p/themes/default_dark/global.css @@ -386,6 +386,12 @@ input, select, textarea { font-size: 90%; line-height: 30px; } + .dropdown-menu .item.selected{ + background: #26303f; + } + .dropdown-menu .item.selected a{ + color: #888; + } .dropdown-menu .item > * { display: block; padding: 0 25px; |
