Last change
on this file since 12215 was
7175,
checked in by grum, 14 years ago
|
Packing js files + add categorySelector functionnalities
|
-
Property svn:executable set to
*
|
File size:
583 bytes
|
Rev | Line | |
---|
[7175] | 1 | /* for iconSelector plugin */ |
---|
| 2 | .ui-icon-selector { |
---|
| 3 | background:none no-repeat scroll 2px 2px; |
---|
| 4 | padding:2px; |
---|
| 5 | } |
---|
| 6 | .ui-icon-selector-icon { |
---|
| 7 | background: none no-repeat scroll 2px 2px; |
---|
| 8 | padding:2px; |
---|
| 9 | float:left; |
---|
| 10 | } |
---|
| 11 | |
---|
| 12 | /* roma css */ |
---|
| 13 | .ui-icon-selector { |
---|
| 14 | background-color:#444444; |
---|
| 15 | border:1px solid #666666; |
---|
| 16 | } |
---|
| 17 | .ui-icon-selector-list { |
---|
| 18 | background-color:#444444; |
---|
| 19 | border:1px solid #666666; |
---|
| 20 | margin-top:-1px; |
---|
| 21 | } |
---|
| 22 | .ui-icon-selector-list li.ui-icon-selector-icon:hover { |
---|
| 23 | background-color:#666666; |
---|
| 24 | } |
---|
| 25 | .ui-icon-selector-list li.ui-icon-selector-selected-icon { |
---|
| 26 | background-color:#777777; |
---|
| 27 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.