diff options
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 4eff90e81..eb1d3685d 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -303,10 +303,14 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co background-color:#111; } label>p.group_select { - color: #111; - background-color:#ccc; + color: #fff; + background-color:#555; +} + +.userSeparator { + color:#666; } #configContent fieldset:not(.no-border) { border-top-color:#444; -}
\ No newline at end of file +} |