diff options
author | friendica <info@friendica.com> | 2015-01-30 13:46:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-30 13:46:20 -0800 |
commit | b18fe85fb86bd09639c5eccfddcad05024a52663 (patch) | |
tree | 3116140d72e7387dcbe46c3b6d0ec9b7e76737d9 | |
parent | ab0706521ecc8874f53275d470dfa57a5f457517 (diff) | |
parent | dbd3999117c0a78f0195b620faee82f553164c80 (diff) | |
download | volse-hubzilla-b18fe85fb86bd09639c5eccfddcad05024a52663.tar.gz volse-hubzilla-b18fe85fb86bd09639c5eccfddcad05024a52663.tar.bz2 volse-hubzilla-b18fe85fb86bd09639c5eccfddcad05024a52663.zip |
Merge https://github.com/friendica/red into pending_merge
-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; } |