diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-04-27 17:52:09 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-28 15:53:33 -0300 |
commit | d13e311aafdb142b667774ff989f673cd0d65ba3 (patch) | |
tree | 21ef75a6c8abb38d4fde22c25bf64b34a6fa3441 /core | |
parent | 3c4dab1bbed6b30feabf88e799b7f9a88293ebb6 (diff) | |
download | nextcloud-server-d13e311aafdb142b667774ff989f673cd0d65ba3.tar.gz nextcloud-server-d13e311aafdb142b667774ff989f673cd0d65ba3.zip |
Invert new header icons on bright theming colors
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 69a876240b0..f85ae93ccc8 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1064,7 +1064,7 @@ span.ui-icon { background-size: 16px 16px; padding: 14px; cursor: pointer; - opacity: .7; + opacity: .6; } } |