source: extensions/GrumPluginClasses/css/inputDotArea.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: 306 bytes
Line 
1/* for inputDotArea plugin */
2.ui-inputDotArea {
3  cursor:default;
4  padding:0px;
5  border:1px solid;
6  overflow:hidden;
7}
8.ui-inputDotArea-dot {
9  cursor:default;
10  background:url(./../icons/color_pointer.png) no-repeat 0 0  transparent ;
11  position:relative;
12  margin:0px;
13  width:12px;
14  height:12px;
15}
Note: See TracBrowser for help on using the repository browser.