aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css7
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 {