View difference between Paste ID: kLf1GJp0 and D718cTHh
SHOW: | | - or go back to the newest paste.
1
replace:
2
.OptionWindow a {
3
with:
4-
.OptionWindow > * {
4+
.OptionWindow .content > *, .OptionWindow a {
5
6
replace:
7
.OptionWindow a:hover {
8
with:
9-
.OptionWindow > *:hover {
9+
.OptionWindow .content > *:hover, .OptionWindow a:hover {
10
11
add:
12
.OptionWindow strong, .OptionWindow b, .OptionWindow, .OptionWindow * {font-weight:normal !important;}
13
before:
14
.OptionWindow .item {color:#FF9040;}