source: extensions/GrumPluginClasses/css/inputColorsFB.css @ 8961

Last change on this file since 8961 was 8961, checked in by grum, 13 years ago

release 3.4.0
fix bug:1984, bug:2109
js file are minified, remove packed files

  • Property svn:executable set to *
File size: 456 bytes
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.