黑色主题样式修改
This commit is contained in:
parent
65adc14324
commit
b96423c772
|
@ -44,13 +44,13 @@
|
|||
|
||||
#dialogAbout .space {
|
||||
margin-bottom: 6px;
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
border-bottom: 1px solid #919191;
|
||||
padding-bottom: 6px;
|
||||
|
||||
}
|
||||
|
||||
#dialogAbout .thx {
|
||||
border-left: 1px solid #f1f1f1;
|
||||
border-left: 1px solid #919191;
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ button {
|
|||
}
|
||||
|
||||
.list li.selected,
|
||||
.list li:hover{
|
||||
.list li:hover {
|
||||
background-color: #3875d7;
|
||||
color: #FFF;
|
||||
}
|
||||
|
|
|
@ -31,12 +31,14 @@
|
|||
}
|
||||
|
||||
#startPage .title {
|
||||
background-color: #f5f5f5;
|
||||
background-color: #9F9F9F;
|
||||
border-bottom-width: 0 !important;
|
||||
border-radius: 3px 3px 0 0;
|
||||
font-size: 15px;
|
||||
margin-bottom: 10px;
|
||||
padding: 5px 10px;
|
||||
color: #FFF;
|
||||
text-shadow: 0 1px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
#startPage .details {
|
||||
|
@ -51,7 +53,7 @@
|
|||
#startPage .details li.border {
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: 5px;
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
border-bottom: 1px solid #919191;
|
||||
}
|
||||
|
||||
#startPage .details li.border.workspace {
|
||||
|
@ -72,7 +74,7 @@
|
|||
}
|
||||
|
||||
#startPage .news li {
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
border-bottom: 1px solid #919191;
|
||||
}
|
||||
|
||||
#startPage .date {
|
||||
|
|
|
@ -140,6 +140,11 @@
|
|||
border-top: 1px solid #000;
|
||||
}
|
||||
|
||||
.bottom-window-group .tabs-panel > div{
|
||||
background-color: #181818;
|
||||
color: #ebebeb;
|
||||
}
|
||||
|
||||
#dialogPreference {
|
||||
border: 1px solid #000;
|
||||
}
|
|
@ -280,8 +280,9 @@
|
|||
}
|
||||
|
||||
.bottom-window-group td {
|
||||
border-bottom: 1px solid #DDD;
|
||||
line-height: 20px;
|
||||
border-bottom: 1px solid #919191;
|
||||
font-size: 12px;
|
||||
line-height: 19px;
|
||||
}
|
||||
|
||||
.bottom-window-group .notification .type,
|
||||
|
|
|
@ -347,7 +347,7 @@ var menu = {
|
|||
|
||||
$("#dialogPreference").dialog({
|
||||
"modal": true,
|
||||
"height": 460,
|
||||
"height": 280,
|
||||
"width": 800,
|
||||
"title": config.label.perference,
|
||||
"okText": config.label.apply,
|
||||
|
|
Loading…
Reference in New Issue