diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-21 23:55:38 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-21 23:55:38 +0200 |
commit | bd11b1d61a9fa76458367db1e38d23b0dd694f36 (patch) | |
tree | e4938272bd0b6a662f52940c95942022d03fece8 /view/theme/redbasic/css | |
parent | 96d19c09f39b4d022741f9ba4def6a68c768946d (diff) | |
download | volse-hubzilla-bd11b1d61a9fa76458367db1e38d23b0dd694f36.tar.gz volse-hubzilla-bd11b1d61a9fa76458367db1e38d23b0dd694f36.tar.bz2 volse-hubzilla-bd11b1d61a9fa76458367db1e38d23b0dd694f36.zip |
indicate if we will be displayed contextual help or default help
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
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 */ |