source: Dev/branches/rest-dojo-ui/client/rft/css/rftSelector.css @ 395

Last change on this file since 395 was 395, checked in by tjcschipper, 13 years ago
  • Fixed inheritBgColor CSS classes. Now works for buttons as well. LineWithActions? and the classes that use it still need some changes. LWA needs to get rid of colour "modifier" property and always pass "inheritBgColor (light, optionally) to the buttons". Classes that use LWA need to stop passing modifiers to them;)
  • Improved SurveyEditorPreviewItem? design, less of an eyesore, and can now use the correct button colors.
File size: 1006 bytes
Line 
1.claro .rftSelector {
2    margin: 4px;
3    font-size: 13px;
4}
5.claro .rftSelector .rftLineWithButtons {
6    margin: 0;
7}
8.claro .rftSelectorSelected .rftSelectorColor {
9    width: 8px;
10    height: 24px;
11    float: left;
12    margin: 0;
13}
14
15/* Set default LWB colour to white. */
16.claro .rftSelector .rftLineWithButtons {
17    background-color: #ffffff;
18    color: #000000;
19}
20
21/* Black-on-white setting for non-header lines in the rftSelector */
22.claro .rftSelector .rftSelectorSelected .rftLineWithButtons {
23    background-color: #ffffff;
24    color: #000000;
25}
26.claro .rftSelector .rftSelectorOptions .rftLineWithButtons {
27    background-color: #ffffff;
28    color: #000000;
29}
30
31/* Colour settings for the rftSelectorColor status indicator */
32.claro .rftSelectorSelected .rftSelectorColor.conflict {
33    background-color: #ff0000;
34}
35.claro .rftSelectorSelected .rftSelectorColor.pending {
36    background-color: #ff8000;
37}
38.claro .rftSelectorSelected .rftSelectorColor.success {
39    background-color: #00ff00;
40}
Note: See TracBrowser for help on using the repository browser.