aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-01-30 14:23:07 +0100
committermarijus <mario@mariovavti.com>2015-01-30 14:23:07 +0100
commitdbd3999117c0a78f0195b620faee82f553164c80 (patch)
tree02dc001e0fbd99f7d50fceae6ce4bb0842e83069
parentb381579959b3c241a19e6dd8fc4fb34914f39847 (diff)
downloadvolse-hubzilla-dbd3999117c0a78f0195b620faee82f553164c80.tar.gz
volse-hubzilla-dbd3999117c0a78f0195b620faee82f553164c80.tar.bz2
volse-hubzilla-dbd3999117c0a78f0195b620faee82f553164c80.zip
better cross-browser compatibility for td hover colour
-rw-r--r--view/theme/redbasic/css/style.css2
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;
}