From c5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 11 Dec 2022 19:19:47 +0000 Subject: css fixes --- view/css/bootstrap-red.css | 4 ---- view/css/conversation.css | 9 --------- view/theme/redbasic/css/style.css | 6 +----- 3 files changed, 1 insertion(+), 18 deletions(-) diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index b0bd4fd75..f1296d7b2 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -65,7 +65,3 @@ label { a { text-decoration: none !important; } - -.mark { - background-color: yellow; -} diff --git a/view/css/conversation.css b/view/css/conversation.css index 97d7857cc..e286a2b22 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -216,15 +216,6 @@ a.wall-item-name-link { color: #007bff; } -.item-highlight { - border-left: 0.2rem solid #007bff; -} - -.item-highlight .wall-item-head, -.item-highlight .wall-item-content, -.item-highlight .wall-item-tools { - padding-left: 0.3rem; -} /* comment_item */ diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 20309b709..9069500d9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -13,6 +13,7 @@ --bs-link-color: $link_colour; --bs-link-hover-color: $link_hover_colour; --bs-body-bg: $bgcolour; + --bs-highlight-bg: yellow; } .nav-tabs { @@ -1790,11 +1791,6 @@ dl.bb-dl > dd > li { opacity: 1; } -/* default highlighted text if not specified by schema: */ -span.default-highlight { - background-color: yellow; -} - .bootstrap-tagsinput { width: 100%; } -- cgit v1.2.3