source: Dev/trunk/client/qed/css/pages/sessions.less @ 432

Last change on this file since 432 was 412, checked in by tjcschipper, 13 years ago
  • Most visual bugs are gone now.
File size: 289 bytes
Line 
1#rft.claro {
2        .page_sessions {
3
4                .rftObjectBox {
5                        .noPadding ();
6                        color: @text;
7
8                        .typeIcon.rftIcon {
9                                .setIcon(32px);
10                        }
11
12                        .rftLineWithActions {
13                                background-color: @green;
14                                .rftBlockButton {
15                                        .blockButtonColorMixin ("green");
16                                }
17                        }
18                }
19        }
20}
Note: See TracBrowser for help on using the repository browser.