- Timestamp:
- 10/12/12 16:47:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftButtons.less
r411 r412 75 75 .noMargin; 76 76 height: @button_block_height; 77 line-height: @button_block_height;78 77 vertical-align: top; 78 79 .dijitButtonContents { 80 height: 24px; 81 } 79 82 80 83 .dijitButtonNode { … … 88 91 color: @text; 89 92 font-size: @button_block_font_size; 93 94 .dijitButtonText { 95 line-height: @button_block_height; 96 } 90 97 91 98 .rftIcon { … … 150 157 } 151 158 152 &.rftInlineButtonHover.white { 153 .setIcon(16px, black); 154 } 155 &.rftInlineButtonHover.black { 156 .setIcon(16px, black); 159 &.dijitHover { 160 .rftIcon { 161 // outline: @headers solid thin; 162 } 157 163 } 158 164 }
Note: See TracChangeset
for help on using the changeset viewer.