diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-01-24 19:10:37 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-01-24 19:10:37 +0100 |
commit | a05219d24d41f103f68cd38d35d2b9e75b810259 (patch) | |
tree | e135d6e236e2900ee28117e27bf00489f84c58f4 /apps | |
parent | 82b5828e3773f08a845a2a1d9a69247ec605f2d8 (diff) | |
download | nextcloud-server-a05219d24d41f103f68cd38d35d2b9e75b810259.tar.gz nextcloud-server-a05219d24d41f103f68cd38d35d2b9e75b810259.zip |
Accessibility: Fix header icon opacity with high contrast theme
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/accessibility/css/themehighcontrast.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/accessibility/css/themehighcontrast.scss b/apps/accessibility/css/themehighcontrast.scss index ad6f9a5642a..10ccdb47da6 100644 --- a/apps/accessibility/css/themehighcontrast.scss +++ b/apps/accessibility/css/themehighcontrast.scss @@ -18,6 +18,8 @@ $color-border: darken($color-main-background, 50%); $color-border-dark: darken($color-main-background, 50%); [class^='icon-'], [class*=' icon-'], -.action { +.action, +#appmenu li a, +.menutoggle { opacity: 1 !important; } |