diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-29 21:43:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-29 21:43:18 -0600 |
commit | 85fcd420653c1a9c4de3380a386178ba76f3dfba (patch) | |
tree | 55fb72fb62df104dd9bf1dca6cdc264e350976da /core/css/styles.scss | |
parent | f984cf09878fd48d68ff7be3dd31058cfc4c8163 (diff) | |
parent | 7d3b0adf0ad82411e49ccc2f0a75d5400ce7ebe4 (diff) | |
download | nextcloud-server-85fcd420653c1a9c4de3380a386178ba76f3dfba.tar.gz nextcloud-server-85fcd420653c1a9c4de3380a386178ba76f3dfba.zip |
Merge pull request #4100 from nextcloud/header-indicator
show triangle below user menu too when an entry inside there is active
Diffstat (limited to 'core/css/styles.scss')
-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 c9ba8695032..0fd4b90876c 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -187,7 +187,7 @@ body { -webkit-transition: all 100ms; transition: all 100ms; -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)'; - opacity: .7; + opacity: .6; &:focus, &:active, &:valid { color: $color-primary-text; width: 155px; |