source: Dev/trunk/src/client/qed-client/css/pages/questions.less @ 474

Last change on this file since 474 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: 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.