changeset 5 | 5e2f62d02dcd |
parent 0 | d970ebf37754 |
4:346c88efed21 | 5:5e2f62d02dcd |
---|---|
37 height: 17px; |
37 height: 17px; |
38 margin: -8px 0 0 -8px; |
38 margin: -8px 0 0 -8px; |
39 overflow: hidden; |
39 overflow: hidden; |
40 background: url(../images/marker.png) no-repeat; |
40 background: url(../images/marker.png) no-repeat; |
41 } |
41 } |
42 |
|
43 /* farbtastic-rtl */ |
|
44 .rtl .farbtastic .color, |
|
45 .rtl .farbtastic .overlay { |
|
46 left: 0; |
|
47 right: 47px; |
|
48 } |
|
49 |
|
50 .rtl .farbtastic .marker { |
|
51 margin: -8px -8px 0 0; |
|
52 } |