-
Notifications
You must be signed in to change notification settings - Fork 0
/
wx-theme-orange.css
22 lines (19 loc) · 1.33 KB
/
wx-theme-orange.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:#fff9f0 !important}
.wx-theme-l4 {color:#000 !important; background-color:#ffebcc !important}
.wx-theme-l3 {color:#000 !important; background-color:#ffd699 !important}
.wx-theme-l2 {color:#000 !important; background-color:#ffc266 !important}
.wx-theme-l1 {color:#000 !important; background-color:#ffad33 !important}
.wx-theme-d1 {color:#fff !important; background-color:#e68a00 !important}
.wx-theme-d2 {color:#fff !important; background-color:#cc7a00 !important}
.wx-theme-d3 {color:#fff !important; background-color:#b36b00 !important}
.wx-theme-d4 {color:#fff !important; background-color:#995c00 !important}
.wx-theme-d5 {color:#fff !important; background-color:#804d00 !important}
.wx-theme-light {color:#000 !important; background-color:#fff9f0 !important}
.wx-theme-dark {color:#fff !important; background-color:#804d00 !important}
.wx-theme-action {color:#fff !important; background-color:#804d00 !important}
.wx-theme {color:#000 !important; background-color:#ff9800 !important}
.wx-text-theme {color:#ff9800 !important}
.wx-border-theme {border-color:#ff9800 !important}
.wx-hover-theme:hover {color:#000 !important; background-color:#ff9800 !important}
.wx-hover-text-theme:hover {color:#ff9800 !important}
.wx-hover-border-theme:hover {border-color:#ff9800 !important}