黑色主题样式修改

This commit is contained in:
Van 2014-12-01 16:54:22 +08:00
parent 65adc14324
commit b96423c772
6 changed files with 17 additions and 9 deletions

View File

@ -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;
}

View File

@ -93,7 +93,7 @@ button {
}
.list li.selected,
.list li:hover{
.list li:hover {
background-color: #3875d7;
color: #FFF;
}

View File

@ -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 {

View File

@ -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;
}

View File

@ -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,

View File

@ -347,7 +347,7 @@ var menu = {
$("#dialogPreference").dialog({
"modal": true,
"height": 460,
"height": 280,
"width": 800,
"title": config.label.perference,
"okText": config.label.apply,