[cmd:preference] preferences dialog translucently

This commit is contained in:
nao-pon
2018-05-08 01:17:29 +09:00
parent 5cf76737a1
commit 476765bf9c
2 changed files with 11 additions and 7 deletions
+9 -6
View File
@@ -15,6 +15,13 @@
/* dialogs */
.std42-dialog, .std42-dialog .ui-widget-content { background-color:#ededed; background-image:none; background-clip: content-box; }
.std42-dialog.elfinder-bg-translucent {
background-color: #fff;
background-color: rgb(255, 255, 255, 0.9);
}
.std42-dialog.elfinder-bg-translucent .ui-widget-content {
background-color: transparent;
}
.elfinder-quicklook-titlebar-icon .ui-icon {
background-color: #d4d4d4;
border-color: #8a8a8a;
@@ -43,6 +50,8 @@
border-color: #13ae10;
background-image: url("../img/ui-icons_ffffff_256x240.png");
}
.std42-dialog .elfinder-help,
.std42-dialog .elfinder-help .ui-widget-content { background:#fff; }
/* navbar */
.elfinder .elfinder-navbar { background:#dde4eb; }
@@ -102,12 +111,6 @@
.elfinder .elfinder-statusbar { color:#555; }
.elfinder .elfinder-statusbar a { text-decoration:none; color:#555;}
.std42-dialog .elfinder-help,
.std42-dialog .elfinder-help .ui-widget-content,
.std42-dialog .elfinder-preference,
.std42-dialog .elfinder-preference .ui-widget-content { background:#fff;}
/* contextmenu */
.elfinder-contextmenu .ui-state-active { background: #6293df; color:#fff; }
.elfinder-contextmenu .ui-state-hover { background: #3875d7; color:#fff; }
+2 -1
View File
@@ -324,7 +324,8 @@ elFinder.prototype.commands.preference = function() {
dialog.closest('.ui-dialog')
.css({
overflow: 'hidden'
});
})
.addClass('elfinder-bg-translucent');
openTab = 'all';
},