Changed folderpicker close-button style

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2019-01-01 18:42:48 +01:00
parent f50e79c321
commit c8852839fc
No known key found for this signature in database
GPG key ID: 2089A3431243E819
2 changed files with 20 additions and 0 deletions

View file

@ -133,6 +133,9 @@
width: 570,
//height: 140,
height: 470,
classes: {
"ui-dialog": "ui-dialog folderpicker-dialog"
},
close: function() {
$(this).dialog('destroy');
}

View file

@ -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;}
}