diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-16 22:55:29 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-16 22:55:29 +0000 |
commit | b7f9a70be7c7190a398ad54124d792f918389054 (patch) | |
tree | 0e7199b5c98629465c7bea59eb5b46a8379a6878 /view/theme/redbasic/css | |
parent | 12726c4c3bbd3fd4974c64f069478794c24e9cc9 (diff) | |
download | volse-hubzilla-b7f9a70be7c7190a398ad54124d792f918389054.tar.gz volse-hubzilla-b7f9a70be7c7190a398ad54124d792f918389054.tar.bz2 volse-hubzilla-b7f9a70be7c7190a398ad54124d792f918389054.zip |
Update nl / Dark schema: Some minor, but important fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5e7d87df5..06aa08030 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -534,11 +534,18 @@ aside li { } - .directory-details { font-size: 0.7em; } +#cboxContent { + color: $dirpopup_txtcol; +} + +#cboxContent a { + color: $dirpopup_linkcol; +} + .app-name { width: 125px; overflow: none; @@ -1802,6 +1809,10 @@ text-decoration: none; margin-right: 10px; } +#adminpage table tr:hover { + background-color: $admintable_hoverbgcol; +} + /* message */ img.mail-list-sender-photo { |