summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-03-25 13:56:13 +0100
committerGitHub <noreply@github.com>2019-03-25 13:56:13 +0100
commit4a1cf54f992081f881a2d162ec6ac2de539fab9f (patch)
tree3f239f73f1669a2dd3b5ee04250fe262bc30f8c9
parentc57a16bb0a7ca225cb17c1091f942b62cce11c2d (diff)
parent3736bc82cdd3afd6d0d4328bb3d226f138c9a0e9 (diff)
downloadnextcloud-server-4a1cf54f992081f881a2d162ec6ac2de539fab9f.tar.gz
nextcloud-server-4a1cf54f992081f881a2d162ec6ac2de539fab9f.zip
Merge pull request #14806 from nextcloud/fix/files/picker-new-button
Fix filepicker's add button design
-rw-r--r--core/css/styles.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index e0659d1db61..da84befd16c 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -769,10 +769,10 @@ code {
.icon.icon-add{
background-image: var(--icon-add-000);
background-size: 16px 16px;
- max-height: 36px;
- width: 36px;
+ width: 34px;
+ height: 34px;
margin: 0px;
- opacity: .5;
+ opacity: 0.5;
}
a {
@@ -784,7 +784,7 @@ code {
.menu {
top:100%;
margin:10px;
- margin-left: 0px;
+ margin-left: 1px;
form {
display:flex;
margin:10px;