- 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/LargeButton.less
r492 r529 7 7 height: @button_large_height; 8 8 padding: 3px; 9 color: @ text;9 color: @inactivetext; 10 10 11 11 &*, * { … … 20 20 } 21 21 22 &.dijitHover { 23 color: @text; 24 } 25 22 26 .dijitButtonNode { 23 27 … … 30 34 31 35 .rftIcon { 32 .setIcon(24px );36 .setIcon(24px, grey); 33 37 } 34 38 … … 45 49 } 46 50 47 &.rftLargeButtonHover .dijitButtonNode,48 &.rftLargeButtonActive .dijitButtonNode{51 &.rftLargeButtonHover, 52 &.rftLargeButtonActive { 49 53 .transition (0.1s); 54 .rftIcon { 55 vertical-align: top; 56 .setIcon(24px, white); 57 } 50 58 } 51 59 }
Note: See TracChangeset
for help on using the changeset viewer.