diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-30 09:25:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 09:25:47 +0100 |
commit | 502c0df2d915fe87cc5cc8bf9d839e074dbd62b7 (patch) | |
tree | dff03771c688b6cfbb3d2b0e48c2debd16a8e8ae /core | |
parent | 0769829615ac918e216aba1d460b9319302c4688 (diff) | |
parent | 251b9e4cfbae0eabb40d6d0efd78fa5b9bc68016 (diff) | |
download | nextcloud-server-502c0df2d915fe87cc5cc8bf9d839e074dbd62b7.tar.gz nextcloud-server-502c0df2d915fe87cc5cc8bf9d839e074dbd62b7.zip |
Merge pull request #13752 from rummatee/issue7629
fix opacity for add-new-folder button
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 5f45b29cfde..912648f2757 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -770,6 +770,7 @@ code { max-height: 36px; width: 36px; margin: 0px; + opacity: .5; } a { |