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