diff options
Diffstat (limited to 'client/css/user-list-view.styl')
| -rw-r--r-- | client/css/user-list-view.styl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/css/user-list-view.styl b/client/css/user-list-view.styl index 1fba50b..f1569f8 100644 --- a/client/css/user-list-view.styl +++ b/client/css/user-list-view.styl @@ -26,6 +26,10 @@ height: 3em margin: 0.25em 0.6em 0 0 +.darktheme .user-list + ul li + background: $top-navigation-color-darktheme + .user-list-header label display: none !important @@ -40,3 +44,7 @@ vertical-align: middle font-size: 0.95em color: $inactive-link-color + +.darktheme .user-list-header + .append + color: $inactive-link-color-darktheme |