source: Dev/trunk/src/client/qed-client/css/widgets/InlineButton.less @ 452

Last change on this file since 452 was 443, checked in by hendrikvanantwerpen, 12 years ago

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

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.