-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwx-theme-grey.css
22 lines (19 loc) · 1.33 KB
/
wx-theme-grey.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.wx-theme-l5 {color:#000 !important; background-color:#f9f9f9 !important}
.wx-theme-l4 {color:#000 !important; background-color:#ececec !important}
.wx-theme-l3 {color:#000 !important; background-color:#d8d8d8 !important}
.wx-theme-l2 {color:#000 !important; background-color:#c5c5c5 !important}
.wx-theme-l1 {color:#000 !important; background-color:#b1b1b1 !important}
.wx-theme-d1 {color:#fff !important; background-color:#8e8e8e !important}
.wx-theme-d2 {color:#fff !important; background-color:#7e7e7e !important}
.wx-theme-d3 {color:#fff !important; background-color:#6f6f6f !important}
.wx-theme-d4 {color:#fff !important; background-color:#5f5f5f !important}
.wx-theme-d5 {color:#fff !important; background-color:#4f4f4f !important}
.wx-theme-light {color:#000 !important; background-color:#f9f9f9 !important}
.wx-theme-dark {color:#fff !important; background-color:#4f4f4f !important}
.wx-theme-action {color:#fff !important; background-color:#4f4f4f !important}
.wx-theme {color:#fff !important; background-color:#9e9e9e !important}
.wx-text-theme {color:#9e9e9e !important}
.wx-border-theme {border-color:#9e9e9e !important}
.wx-hover-theme:hover {color:#fff !important; background-color:#9e9e9e !important}
.wx-hover-text-theme:hover {color:#9e9e9e !important}
.wx-hover-border-theme:hover {border-color:#9e9e9e !important}