1 | .gamelab .rftSelector { |
---|
2 | margin: 4px; |
---|
3 | font-size: 13px; |
---|
4 | } |
---|
5 | .gamelab .rftLineWithButtons { |
---|
6 | height: 24px; |
---|
7 | line-height: 24px; |
---|
8 | font-size: 13px; |
---|
9 | margin: 0; |
---|
10 | white-space: nowrap; |
---|
11 | } |
---|
12 | .gamelab .rftLineWithButtons .rftLineWithButtonsButtons { |
---|
13 | float: right; |
---|
14 | height: 24px; |
---|
15 | line-height: 24px; |
---|
16 | margin: 0; |
---|
17 | padding: 0; |
---|
18 | } |
---|
19 | .gamelab .rftLineWithButtons .rftLineWithButtonsButtons .rftBlockButton { |
---|
20 | float: right; |
---|
21 | clear: none; |
---|
22 | } |
---|
23 | .gamelab .rftLineWithButtons .rftLineWithButtonsTitle { |
---|
24 | float: left; |
---|
25 | margin: 0 8px 0 8px; |
---|
26 | } |
---|
27 | .gamelab .rftSelectorSelected .rftSelectorColor { |
---|
28 | width: 8px; |
---|
29 | height: 24px; |
---|
30 | float: left; |
---|
31 | margin: 0; |
---|
32 | } |
---|
33 | |
---|
34 | /* Background colour settings for the various contexts of rftLineWithButtons */ |
---|
35 | .gamelab .rftSelector .rftLineWithButtons { |
---|
36 | background-color: #ffffff; |
---|
37 | color: #000000; |
---|
38 | } |
---|
39 | .gamelab .blue.rftSelector .rftLineWithButtons { |
---|
40 | background-color: #0072bc; |
---|
41 | color: #ffffff; |
---|
42 | } |
---|
43 | .gamelab .red.rftSelector .rftLineWithButtons { |
---|
44 | background-color: #8c0310; |
---|
45 | color: #ffffff; |
---|
46 | } |
---|
47 | .gamelab .green.rftSelector .rftLineWithButtons { |
---|
48 | background-color: #3aa605; |
---|
49 | color: #ffffff; |
---|
50 | } |
---|
51 | .gamelab .purple.rftSelector .rftLineWithButtons { |
---|
52 | background-color: #6529b7; |
---|
53 | color: #ffffff; |
---|
54 | } |
---|
55 | .gamelab .orange.rftSelector .rftLineWithButtons { |
---|
56 | background-color: #ff5b12; |
---|
57 | color: #ffffff; |
---|
58 | } |
---|
59 | |
---|
60 | /* Black-on-white setting for non-header lines in the rftSelector */ |
---|
61 | .gamelab .rftSelector .rftSelectorSelected .rftLineWithButtons { |
---|
62 | background-color: #ffffff; |
---|
63 | color: #000000; |
---|
64 | } |
---|
65 | .gamelab .rftSelector .rftSelectorOptions .rftLineWithButtons { |
---|
66 | background-color: #ffffff; |
---|
67 | color: #000000; |
---|
68 | } |
---|
69 | |
---|
70 | /* Colour settings for the rftSelectorColor status indicator */ |
---|
71 | .gamelab .rftSelectorSelected .rftSelectorColor.conflict { |
---|
72 | background-color: #ff0000; |
---|
73 | } |
---|
74 | .gamelab .rftSelectorSelected .rftSelectorColor.pending { |
---|
75 | background-color: #ff8000; |
---|
76 | } |
---|
77 | .gamelab .rftSelectorSelected .rftSelectorColor.success { |
---|
78 | background-color: #00ff00; |
---|
79 | } |
---|
80 | |
---|
81 | /* NOT SURE WHAT THIS DOES ATM...KEEP HERE FOR FUTURE REFERENCE IF NON-SELECTOR LINES FAIL TO DISPLAY PROPERLY |
---|
82 | .gamelab .rftSelector .rftSelectorCategory .rftLineWithButtons { |
---|
83 | display: inline-block; |
---|
84 | width: 100% !important; |
---|
85 | } |
---|
86 | */ |
---|