Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorFlorian Schunk <florian.schunk@rwth-aachen.de>2019-01-22 23:11:10 +0300
committerFlorian Schunk <florian.schunk@rwth-aachen.de>2019-01-23 22:54:24 +0300
commit251b9e4cfbae0eabb40d6d0efd78fa5b9bc68016 (patch)
tree92511e55049590f9c217e0dc8e181921a0aa56f7 /core/css
parentccc35d556632e1e62dd4b065c8b89f7906c1aab5 (diff)
fix opacity for add-new-folder button
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.scss1
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 {