Skip to content

Commit 135f854

Browse files
author
ruangf
committed
细节调整
1 parent 672e598 commit 135f854

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

js/Themes/default.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141

4242
.wcFrameTitleBar {
4343
height: 22px;
44-
background-color: #777;
4544
}
4645

4746
.wcFrameTitle {
@@ -72,7 +71,7 @@
7271

7372
.wcFrameButton:active,
7473
.wcFrameButtonActive {
75-
border: 2px inset #444;
74+
background: #fff;
7675
}
7776

7877
.wcFrameCenter {
@@ -97,9 +96,8 @@
9796
border-left: none;
9897
border-radius: 3px 3px 0px 0px;
9998
border-bottom: 0px;
100-
font-size: 12px;
99+
font-size: 13px;
101100
padding: 4px 7px 1px 5px;
102-
margin-top: 2.5px;
103101
}
104102

105103
.wcPanelTab:hover,
@@ -110,7 +108,7 @@
110108
.wcPanelTabActive {
111109
color: #e1e1e1;
112110
background-color: #535353;
113-
z-index: 99999;
111+
z-index: 100;
114112
}
115113

116114
.wcPanelTabActive:hover,
@@ -176,7 +174,8 @@
176174
.wcMenuItem,
177175
.context-menu-item,
178176
.context-menu-list {
179-
background-color: #444;
177+
background-color: #999;
178+
z-index: 200;
180179
}
181180

182181
.wcMenuItemHover,
@@ -188,13 +187,13 @@
188187
.wcMenuItem.disabled,
189188
.context-menu-item.disabled {
190189
color: #333;
191-
background-color: #444;
190+
background-color: #999;
192191
}
193192

194193
.wcMenuSeparator,
195194
.context-menu-separator {
196-
border: 2px solid #444;
197-
background-color: #777;
195+
border: 2px solid #666;
196+
background-color: #999;
198197
}
199198

200199
.wcLoadingBackground {

js/Themes/default.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
.wcFrameButton:active,
6666
.wcFrameButtonActive {
67-
border: 2px inset #444
67+
border: 1px inset #666
6868
}
6969

7070
.wcFrameCenter {

0 commit comments

Comments
 (0)