黑色主题样式修改

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 { #dialogAbout .space {
margin-bottom: 6px; margin-bottom: 6px;
border-bottom: 1px solid #f1f1f1; border-bottom: 1px solid #919191;
padding-bottom: 6px; padding-bottom: 6px;
} }
#dialogAbout .thx { #dialogAbout .thx {
border-left: 1px solid #f1f1f1; border-left: 1px solid #919191;
padding-left: 24px; padding-left: 24px;
} }

View File

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

View File

@ -31,12 +31,14 @@
} }
#startPage .title { #startPage .title {
background-color: #f5f5f5; background-color: #9F9F9F;
border-bottom-width: 0 !important; border-bottom-width: 0 !important;
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
font-size: 15px; font-size: 15px;
margin-bottom: 10px; margin-bottom: 10px;
padding: 5px 10px; padding: 5px 10px;
color: #FFF;
text-shadow: 0 1px rgba(0, 0, 0, 0.4);
} }
#startPage .details { #startPage .details {
@ -51,7 +53,7 @@
#startPage .details li.border { #startPage .details li.border {
padding-bottom: 5px; padding-bottom: 5px;
margin-bottom: 5px; margin-bottom: 5px;
border-bottom: 1px solid #f1f1f1; border-bottom: 1px solid #919191;
} }
#startPage .details li.border.workspace { #startPage .details li.border.workspace {
@ -72,7 +74,7 @@
} }
#startPage .news li { #startPage .news li {
border-bottom: 1px solid #f1f1f1; border-bottom: 1px solid #919191;
} }
#startPage .date { #startPage .date {

View File

@ -140,6 +140,11 @@
border-top: 1px solid #000; border-top: 1px solid #000;
} }
.bottom-window-group .tabs-panel > div{
background-color: #181818;
color: #ebebeb;
}
#dialogPreference { #dialogPreference {
border: 1px solid #000; border: 1px solid #000;
} }

View File

@ -280,8 +280,9 @@
} }
.bottom-window-group td { .bottom-window-group td {
border-bottom: 1px solid #DDD; border-bottom: 1px solid #919191;
line-height: 20px; font-size: 12px;
line-height: 19px;
} }
.bottom-window-group .notification .type, .bottom-window-group .notification .type,

View File

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