diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-23 21:04:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-23 21:04:01 +0200 |
commit | c696860cc53bc25558d83de5eda65d9b583da382 (patch) | |
tree | 01f5c0333577e212eaf3d88e9e7640bab7e0743c /view/theme/redbasic | |
parent | 4759fa662b38253a01fa27b57ac336cbfb12aa47 (diff) | |
download | volse-hubzilla-c696860cc53bc25558d83de5eda65d9b583da382.tar.gz volse-hubzilla-c696860cc53bc25558d83de5eda65d9b583da382.tar.bz2 volse-hubzilla-c696860cc53bc25558d83de5eda65d9b583da382.zip |
webpages blocks fixes
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index eebd1566e..28d443c74 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1937,6 +1937,7 @@ nav .dropdown-menu { } [id^="webpage-list-item-"]:hover td, +[id^="block-list-item-"]:hover td, [id^="menu-list-item-"]:hover td, [id^="mitem-list-item-"]:hover td { background-color: $item_colour; |