Merge pull request #14806 from nextcloud/fix/files/picker-new-button
Fix filepicker's add button design
This commit is contained in:
commit
4a1cf54f99
|
@ -769,10 +769,10 @@ code {
|
||||||
.icon.icon-add{
|
.icon.icon-add{
|
||||||
background-image: var(--icon-add-000);
|
background-image: var(--icon-add-000);
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
max-height: 36px;
|
width: 34px;
|
||||||
width: 36px;
|
height: 34px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
opacity: .5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -784,7 +784,7 @@ code {
|
||||||
.menu {
|
.menu {
|
||||||
top:100%;
|
top:100%;
|
||||||
margin:10px;
|
margin:10px;
|
||||||
margin-left: 0px;
|
margin-left: 1px;
|
||||||
form {
|
form {
|
||||||
display:flex;
|
display:flex;
|
||||||
margin:10px;
|
margin:10px;
|
||||||
|
|
Loading…
Reference in New Issue