From fa23439b9cb93869985be14bc150c5a6a702ccce Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 28 Dec 2014 20:46:16 +0100 Subject: more files css fixes --- view/theme/redbasic/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'view/theme/redbasic') 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 */ -- cgit v1.2.3