This commit is contained in:
parent
39601d2d3a
commit
d6fc3c7d52
|
@ -96,13 +96,11 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
border: 1px solid #9B9B9B;
|
border: 1px solid #919191;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dialogPreference {
|
#dialogPreference {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border: 1px solid #A4A4A4;
|
|
||||||
border-top-width: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#dialogPreference .select {
|
#dialogPreference .select {
|
||||||
|
|
|
@ -135,3 +135,11 @@
|
||||||
.ztree li a {
|
.ztree li a {
|
||||||
color: #e1e1e1;
|
color: #e1e1e1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bottom-window-group {
|
||||||
|
border-top: 1px solid #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dialogPreference {
|
||||||
|
border: 1px solid #000;
|
||||||
|
}
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
.side {
|
.side {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
border-right: 1px solid #9B9B9B;
|
border-right: 1px solid #919191;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
@ -117,3 +117,11 @@
|
||||||
.dialog-main {
|
.dialog-main {
|
||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bottom-window-group {
|
||||||
|
border-top: 1px solid #919191;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dialogPreference {
|
||||||
|
border: 1px solid #A4A4A4;
|
||||||
|
}
|
|
@ -230,6 +230,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
|
border-top-width: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-window-group > div > div {
|
.bottom-window-group > div > div {
|
||||||
|
@ -297,6 +298,10 @@
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
height: 19px;
|
height: 19px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
z-index: 11;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .cursor {
|
.footer .cursor {
|
||||||
|
|
|
@ -409,7 +409,7 @@ var menu = {
|
||||||
var $okBtn = $("#dialogPreference").closest(".dialog-main").find(".dialog-footer > button:eq(0)");
|
var $okBtn = $("#dialogPreference").closest(".dialog-main").find(".dialog-footer > button:eq(0)");
|
||||||
$okBtn.prop("disabled", true);
|
$okBtn.prop("disabled", true);
|
||||||
|
|
||||||
$("#themesLink").attr("href", config.staticServer + '/static/css/themes/' + $theme.val() + '.css?')
|
$("#themesLink").attr("href", config.staticServer + '/static/css/themes/' + $theme.val() + '.css');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue