Changeset 492 for Dev/trunk/src/client/qed-client/css
- Timestamp:
- 03/09/14 14:23:42 (11 years ago)
- Location:
- Dev/trunk/src/client/qed-client/css
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/css/variables.less
r443 r492 6 6 @headers: #999999; 7 7 @text: #ffffff; 8 @disabledtext: #777777; 8 9 9 10 // Colours -
Dev/trunk/src/client/qed-client/css/widgets/BlockButton.less
r443 r492 5 5 height: @button_block_height; 6 6 vertical-align: top; 7 color: @text; 8 9 &.dijitDisabled { 10 color: @disabledtext; 11 } 7 12 8 13 .dijitButtonContents { … … 18 23 padding: 0 @std_offset; 19 24 border: none; 20 color: @text;21 25 font-size: @button_block_font_size; 22 26 -
Dev/trunk/src/client/qed-client/css/widgets/InlineButton.less
r443 r492 3 3 height: @button_inline_height; 4 4 width: @button_inline_height; 5 color: @text; 6 7 &.dijitDisabled { 8 color: @disabledtext; 9 } 5 10 6 11 .dijitButtonNode { -
Dev/trunk/src/client/qed-client/css/widgets/LargeButton.less
r443 r492 7 7 height: @button_large_height; 8 8 padding: 3px; 9 color: @text; 9 10 10 11 &*, * { … … 15 16 } 16 17 18 &.dijitDisabled { 19 color: @disabledtext; 20 } 21 17 22 .dijitButtonNode { 18 23 … … 21 26 height: @button_large_height; 22 27 background: transparent; 23 color: @headers;24 28 font-size: @button_large_font_size; 25 29 .transition(0.3s);
Note: See TracChangeset
for help on using the changeset viewer.