diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-24 11:36:49 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-24 11:36:49 +0200 |
commit | c6a75f407db0ab68a562442483b0f6402e34c0da (patch) | |
tree | 9b968547f16200aaf2696af9633dc875d54892d4 /view/theme | |
parent | 41343b32c5f9bb640ec92b6e19e95ebe4955cd98 (diff) | |
download | volse-hubzilla-c6a75f407db0ab68a562442483b0f6402e34c0da.tar.gz volse-hubzilla-c6a75f407db0ab68a562442483b0f6402e34c0da.tar.bz2 volse-hubzilla-c6a75f407db0ab68a562442483b0f6402e34c0da.zip |
webpages layout fixes
Diffstat (limited to 'view/theme')
-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 28d443c74..a5e5dffdb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1938,6 +1938,7 @@ nav .dropdown-menu { [id^="webpage-list-item-"]:hover td, [id^="block-list-item-"]:hover td, +[id^="layout-list-item-"]:hover td, [id^="menu-list-item-"]:hover td, [id^="mitem-list-item-"]:hover td { background-color: $item_colour; |