Changeset 342 for Dev/branches/rest-dojo-ui/client/rft/css/rftButtons.css
- Timestamp:
- 06/14/12 18:34:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/rftButtons.css
r339 r342 63 63 } 64 64 .claro .rftBlockButton .rftIcon { 65 height: 16px; 66 width: 16px; 67 background-image: url('images/icons/rftIcons16.png'); 65 height: 16px !important; 66 width: 16px !important; 67 background-image: url('images/icons/rftIcons16.png') !important; 68 margin-right: 4px !important; 68 69 } 69 70 .claro .rftBlockButton.rftBlockButtonHover .rftIcon { 70 background-image: url('images/icons/rftIcons16black.png') ;71 background-image: url('images/icons/rftIcons16black.png') !important; 71 72 } 72 73 .claro .rftBlockButton.rftBlockButtonHover .dijitButtonNode { … … 113 114 color: #993dec; 114 115 } 115 116 .claro .rftBlockButton.trans .dijitButtonNode { 117 background: transparent; 118 } 119 .claro .rftBlockButton.trans.rftBlockButtonHover .dijitButtonNode { 120 background: #ffffff !important; 121 color: #000000; 122 } 116 123 117 124 /* InlineButton */
Note: See TracChangeset
for help on using the changeset viewer.