source: Dev/trunk/client/qed/css/LESS/pages/questions.less @ 424

Last change on this file since 424 was 411, checked in by tjcschipper, 13 years ago
  • LESS is finally ready for use. Some small visual bugs remain.
File size: 375 bytes
Line 
1#rft.claro {
2        .page_questions {
3               
4                .rftSelector {
5                        .rftSelectorCategory .rftLineWithActions {
6                                .bgColor ("orange");
7                        }
8
9                        .rftSelectorSelected {
10                                .rftLineWithActions {
11                                        .bgColor ("text");
12                                        color: @darkest;
13                                }
14
15                                .rftBlockButton {
16                                        background-color: #ff00ff;
17                                        .blockButtonColorMixin ("orange");
18                                }
19                               
20                        }
21                }
22        }
23}
Note: See TracBrowser for help on using the repository browser.