diff options
author | marijus <mario@mariovavti.com> | 2015-01-30 14:23:07 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-30 14:23:07 +0100 |
commit | dbd3999117c0a78f0195b620faee82f553164c80 (patch) | |
tree | 02dc001e0fbd99f7d50fceae6ce4bb0842e83069 /view/theme/redbasic | |
parent | b381579959b3c241a19e6dd8fc4fb34914f39847 (diff) | |
download | volse-hubzilla-dbd3999117c0a78f0195b620faee82f553164c80.tar.gz volse-hubzilla-dbd3999117c0a78f0195b620faee82f553164c80.tar.bz2 volse-hubzilla-dbd3999117c0a78f0195b620faee82f553164c80.zip |
better cross-browser compatibility for td hover colour
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c95909085..3f7cc6107 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2073,7 +2073,7 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ border-bottom-right-radius: $radiuspx; } -[id^="cloud-index-"]:hover, +[id^="cloud-index-"]:hover td, .cloud-index-active { background-color: $item_colour; } |