diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-28 13:08:41 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-28 13:08:41 +0200 |
commit | b664af748e32f6e8f3d451e95fd8cb65940eca17 (patch) | |
tree | 45b612c67ab843e980f7c17c436854178ea80b69 /view/theme/redbasic/css | |
parent | f108838ca976299eabab45fb07373278391d6b66 (diff) | |
download | volse-hubzilla-b664af748e32f6e8f3d451e95fd8cb65940eca17.tar.gz volse-hubzilla-b664af748e32f6e8f3d451e95fd8cb65940eca17.tar.bz2 volse-hubzilla-b664af748e32f6e8f3d451e95fd8cb65940eca17.zip |
provide help button in context help popup
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index bb25310b6..290a1a697 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -224,6 +224,24 @@ header #banner #logo-text { .contextual-help-content dd { margin-bottom: 1em; } + +.contextual-help-tool { + padding: 7px; + filter: alpha(opacity=20); + opacity: .2; +} + +.contextual-help-tool:hover { + filter: alpha(opacity=50); + opacity: .5; + text-decoration: none; +} + +.contextual-help-tool i { + color: #000; + font-size: 16px; +} + /* contextual help end */ /* footer */ |