- Timestamp:
- 03/09/14 14:23:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.