tab 颜色

This commit is contained in:
Van 2014-12-22 18:13:50 +08:00
parent 65dc95b10e
commit b394ac44b4
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@
}
.tabs > div {
background-color: #444444;
background-color: #303030;
color: #adadad;
text-shadow: 0 1px rgba(0, 0, 0, 0.4);
border-right: 1px solid #181B1D;
@ -108,7 +108,7 @@
.tabs > div.current {
color: rgba(255, 255, 255, 0.85);
text-shadow: 0 1px rgba(0, 0, 0, 0.4);
background-color: #303030;
background-color: #555;
}
.dialog-header-bg {

View File

@ -46,7 +46,7 @@ var wide = {
$("#dialogRemoveConfirm").dialog({
"modal": true,
"height": 26,
"height": 36,
"width": 260,
"title": config.label.delete,
"okText": config.label.delete,