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

Last change on this file since 529 was 492, checked in by hendrikvanantwerpen, 11 years ago
  • Enable/disable buttons on content change.
  • One place to do date formatting, because it was going wrong again.
  • Serialize questions in survey properly.
  • _ComplexValueMixin consumes submit events, but does trigger outer forms if present.
  • Trigger dialog show/hide for login only after previous effect is finished.
  • Check that documents are actually valid, not just that validator returned a result.
  • Validate email and timestamp formats.
  • Prepared for live runs.
File size: 625 bytes
Line 
1#rft.claro .rftInlineButton {
2    float: right;
3    height: @button_inline_height;
4    width: @button_inline_height;
5    color: @text;
6
7    &.dijitDisabled {
8        color: @disabledtext;
9    }
10
11    .dijitButtonNode {
12        .noOffset;
13        .flatShading;
14        width: @button_inline_height;
15        height: @button_inline_height;
16        border: none;
17    }
18
19    .rftIcon {
20        .setIcon(16px);
21    }
22    &.white .rftIcon {
23        .setIcon(16px);
24    }
25    &.black .rftIcon {
26        .setIcon(16px, black);
27    }
28
29    &.dijitHover {
30        .rftIcon {
31            // outline: @headers solid thin;
32        }
33    }
34}
Note: See TracBrowser for help on using the repository browser.