diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-03 15:24:21 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-03 15:24:21 +0100 |
commit | edc0a7ef91456b64abb678071838685c4d86b164 (patch) | |
tree | 7210524724136e2767ceb734e32c234dee3a7fba /view/theme/redbasic | |
parent | dce9a70ff59658249abeb58af46144eea16c721b (diff) | |
download | volse-hubzilla-edc0a7ef91456b64abb678071838685c4d86b164.tar.gz volse-hubzilla-edc0a7ef91456b64abb678071838685c4d86b164.tar.bz2 volse-hubzilla-edc0a7ef91456b64abb678071838685c4d86b164.zip |
update some apps and refine navapps.tpl
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a3eaf67ae..6a5b59ffd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1188,6 +1188,11 @@ margin-right: 50px; color: $toolicon_colour; } +nav .navbar-collapse.in .generic-icons, +nav .navbar-collapse.collapsing .generic-icons { + color: $nav_active_icon_colour; +} + .admin-icons { font-size: 1.2em; color: $toolicon_colour; @@ -2092,6 +2097,8 @@ dl.bb-dl > dd > li { .app-icon { font-size: 80px; + color: $toolicon_colour; + text-shadow: 3px 3px 3px lightgrey; text-align: center; } |