diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-13 23:38:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-13 23:38:36 +0200 |
commit | 865b602cf8b4eff5e7da00362df95e52e2fe4f77 (patch) | |
tree | 7d6cd6cbc2203d2c84c6bded4e80503327f91ac6 /view/theme/redbasic/css | |
parent | 05f018e50943fd2f38742b061c7e6f0e4b34995a (diff) | |
download | volse-hubzilla-865b602cf8b4eff5e7da00362df95e52e2fe4f77.tar.gz volse-hubzilla-865b602cf8b4eff5e7da00362df95e52e2fe4f77.tar.bz2 volse-hubzilla-865b602cf8b4eff5e7da00362df95e52e2fe4f77.zip |
webpages appearence
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e1b1b1e91..b03cdd4dc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1922,10 +1922,15 @@ nav .dropdown-menu { } [id^="cloud-index-"]:hover td, -.cloud-index-active { +.cloud-index-active, { background-color: $item_colour; } +[id^="webpage-list-item"]:hover td { + background-color: $item_colour; +} + + nav ul li .undefined, nav ul li .notify-seen, nav ul li .notify-unseen |