source: Dev/trunk/client/qed/css/widgets/InlineButton.less @ 437

Last change on this file since 437 was 432, checked in by hendrikvanantwerpen, 12 years ago

Split up and re-organized LESS. Not sure how it all works yet though.

File size: 548 bytes
Line 
1#rft.claro .rftInlineButton {
2    float: right;
3    height: @button_inline_height;
4    width: @button_inline_height;
5
6    .dijitButtonNode {
7        .noOffset;
8        .flatShading;
9        width: @button_inline_height;
10        height: @button_inline_height;
11        border: none;
12    }
13
14    .rftIcon {
15        .setIcon(16px);
16    }
17    &.white .rftIcon {
18        .setIcon(16px);
19    }
20    &.black .rftIcon {
21        .setIcon(16px, black);
22    }
23
24    &.dijitHover {
25        .rftIcon {
26            // outline: @headers solid thin;
27        }
28    }
29}
Note: See TracBrowser for help on using the repository browser.