diff options
author | marijus <mario@mariovavti.com> | 2014-12-28 20:34:12 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-12-28 20:34:12 +0100 |
commit | 1ab23061df0c92abd6a9ed5ece1507cf19efff58 (patch) | |
tree | 91246ad34269d3aed5bf885c0f362222837e4a64 /view/theme | |
parent | 801ab709adfa808072f70fe1bf4b712ddc33df42 (diff) | |
download | volse-hubzilla-1ab23061df0c92abd6a9ed5ece1507cf19efff58.tar.gz volse-hubzilla-1ab23061df0c92abd6a9ed5ece1507cf19efff58.tar.bz2 volse-hubzilla-1ab23061df0c92abd6a9ed5ece1507cf19efff58.zip |
files css fixes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 6f8b2a6a6..15cf64aff 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2056,12 +2056,15 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ border-bottom-right-radius: $radiuspx; } +#cloud-index tr { + background-color: $comment_item_colour; +} + [id^="cloud-index-"]:hover, .cloud-index-active { - background-color: $item_colour; + background-color: $item_colour !important; } - /* bootstrap overrides */ blockquote { |