aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7fddc7a88..6c883b7b6 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -202,7 +202,7 @@ header #banner #logo-text {
/* contextual help */
.help-content {
- background: $item_colour;
+ background: $comment_item_colour;
color: $font_colour;
position: fixed;
top: -50%;
@@ -226,6 +226,10 @@ header #banner #logo-text {
.help-content dd {
margin-bottom: 1em;
}
+
+.contextual-help-btn {
+ text-decoration: underline;
+}
/* contextual help end */
/* footer */