changeset 204 | 09a1c134465b |
203:f507feede89a | 204:09a1c134465b |
---|---|
1 .wp-color-result { |
|
2 margin: 0 0 6px 6px; |
|
3 padding-left: 0; |
|
4 padding-right: 30px; |
|
5 } |
|
6 |
|
7 .wp-color-result:after { |
|
8 border-radius: 0 0 1px 1px; |
|
9 border-left: 0; |
|
10 border-right: 1px solid #bbb; |
|
11 left: auto; |
|
12 right: 0; |
|
13 } |
|
14 |
|
15 .wp-color-result:hover { |
|
16 border-color: #aaa; |
|
17 } |
|
18 |
|
19 .wp-color-result:hover:after { |
|
20 border-left: 0; |
|
21 border-right: 1px solid #999; |
|
22 } |
|
23 |
|
24 .wp-picker-container .button { |
|
25 margin-left: 0; |
|
26 margin-right: 6px; |
|
27 } |