tab 颜色
This commit is contained in:
parent
65dc95b10e
commit
b394ac44b4
|
@ -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 {
|
||||
|
|
|
@ -46,7 +46,7 @@ var wide = {
|
|||
|
||||
$("#dialogRemoveConfirm").dialog({
|
||||
"modal": true,
|
||||
"height": 26,
|
||||
"height": 36,
|
||||
"width": 260,
|
||||
"title": config.label.delete,
|
||||
"okText": config.label.delete,
|
||||
|
|
Loading…
Reference in New Issue