Line | |
---|
1 | /* for inputColorsFB plugin */ |
---|
2 | .ui-inputColorsFB { |
---|
3 | padding:0px; |
---|
4 | } |
---|
5 | |
---|
6 | .ui-inputColorsFB-clickable { |
---|
7 | cursor:pointer; |
---|
8 | } |
---|
9 | |
---|
10 | .ui-inputColorsFB-fgopacity, .ui-inputColorsFB-bgopacity { |
---|
11 | background:url(./../icons/bgopacity.png) repeat 0 0 #000000; |
---|
12 | border:1px solid; |
---|
13 | position:absolute; |
---|
14 | } |
---|
15 | |
---|
16 | .ui-inputColorsFB-fgopacity { |
---|
17 | z-index:100; |
---|
18 | } |
---|
19 | .ui-inputColorsFB-bgopacity { |
---|
20 | z-index:50; |
---|
21 | } |
---|
22 | .ui-inputColorsFB-fg, .ui-inputColorsFB-bg { |
---|
23 | width:100%; |
---|
24 | height:100%; |
---|
25 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.