- Timestamp:
- 03/23/14 22:58:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/css/widgets/BlockButton.less
r492 r529 5 5 height: @button_block_height; 6 6 vertical-align: top; 7 color: @ text;7 color: @inactivetext; 8 8 9 9 &.dijitDisabled { 10 10 color: @disabledtext; 11 } 12 13 &.dijitHover { 14 color: @text; 11 15 } 12 16 … … 30 34 31 35 .rftIcon { 32 .setIcon(16px );36 .setIcon(16px, grey); 33 37 } 34 38 } … … 39 43 .rftIcon { 40 44 vertical-align: top; 41 .setIcon(16px, black);45 .setIcon(16px, white); 42 46 } 43 47 }
Note: See TracChangeset
for help on using the changeset viewer.