mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-13 08:24:19 +08:00
Changed folderpicker close-button style
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
f50e79c321
commit
c8852839fc
2 changed files with 20 additions and 0 deletions
|
@ -133,6 +133,9 @@
|
|||
width: 570,
|
||||
//height: 140,
|
||||
height: 470,
|
||||
classes: {
|
||||
"ui-dialog": "ui-dialog folderpicker-dialog"
|
||||
},
|
||||
close: function() {
|
||||
$(this).dialog('destroy');
|
||||
}
|
||||
|
|
|
@ -77,4 +77,21 @@ $folderrowheight: 35px;
|
|||
.ui-widget-header {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.ui-icon-closethick {
|
||||
background-position: inherit;
|
||||
}
|
||||
|
||||
.ui-button .ui-icon {
|
||||
background-image: var(--icon-close-000);
|
||||
}
|
||||
|
||||
.ui-button-icon {border: none !important;}
|
||||
.ui-icon {border: none !important;}
|
||||
.ui-icon-closethick {border: none !important;}
|
||||
.ui-corner-all {border: none !important;}
|
||||
.ui-state-default {background: white !important;}
|
||||
.ui-button {background: white !important;}
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue