Changeset 529 for Dev/trunk/src/client/qed-client/css/widgets
- Timestamp:
- 03/23/14 22:58:54 (11 years ago)
- Location:
- Dev/trunk/src/client/qed-client/css/widgets
- Files:
-
- 2 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 } -
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.