1+ .roundy-label ,
2+ .roundy-label : hover ,
3+ .roundy-label : selected ,
4+ .roundy-label : selected : focus ,
5+ .roundy-label : hover : selected {
6+ background-image : none;
7+ background-color: @SILVER_ 900 ;
8+ box-shadow : none;
9+ color : alpha (@text_color , 0.7 );
10+ font-weight : 700 ;
11+ border-radius : 10px ;
12+ padding : 0 6px ;
13+ margin : 0 3px ;
14+ border-width : 0 ;
15+ }
16+
17+ .green {
18+ background-color : alpha (@LIME_ 300, 0.6 );
19+ }
20+
21+ .blue {
22+ background-color : alpha (@BLUEBERRY_ 300, 0.6 );
23+ }
24+
25+ /* .vertical-label,
26+ .vertical-label:hover,
27+ .vertical-label:selected,
28+ .vertical-label:selected:focus,
29+ .vertical-label:hover:selected {
30+
31+ } */
32+
33+ .label-vertical {
34+
35+ }
36+
37+ .label-vertical-val {
38+ color : @text_color , 1 ;
39+ font-size : 30px ;
40+ font-weight : 200 ;
41+ /* padding: 0 6px;
42+ margin: 0 3px; */
43+ border-width : 0 ;
44+ }
45+
46+ .usage-label-container {
47+ border : 1px solid @SILVER_ 900 ;
48+ border-radius : 3px ;
49+ background-color : alpha (@SILVER_ 900, 0.5 );
50+ }
51+
52+ .username-current {
53+ background-color: @SILVER_ 900 ;
54+ color : alpha (@text_color , 0.7 );
55+ }
56+
57+ .username-other {
58+ background-color: @BANANA_ 300 ;
59+ color : # 381F00 ;
60+ }
61+
62+ .username-root {
63+ background-color: @STRAWBERRY_ 300 ;
64+ color: @SILVER_ 100 ;
65+ }
66+
67+ .state_badge ,
68+ .state_badge : hover ,
69+ .state_badge : selected ,
70+ .state_badge : selected : focus ,
71+ .state_badge : hover : selected {
72+ background-image : none;
73+ background-color: @BLUEBERRY_ 500 ;
74+ box-shadow : none;
75+ color : white;
76+ font-weight : 700 ;
77+ border-radius : 10px ;
78+ padding : 0 6px ;
79+ margin : 0 3px ;
80+ border-width : 0 ;
81+ }
82+
83+ .core_badge {
84+ background-color: @SILVER_ 900 ;
85+ border-radius : 8px ;
86+ padding-right : 4px ;
87+ padding-left : 2px ;
88+ font-size : 10px ;
89+ color: @text_color ;
90+ border : 1px solid @SILVER_ 700 ;
91+ }
92+
93+ .core_badge-mild-warning {
94+ background-color : alpha (@BANANA_ 900, 0.7 );
95+ color: @BANANA_ 300 ;
96+ border : 1px solid alpha (@BANANA_ 700, 0.7 );
97+ }
98+
99+ .core_badge-strong-warning {
100+ background-color : alpha (@ORANGE_ 900, 0.7 );
101+ color: @ORANGE_ 300 ;
102+ border : 1px solid alpha (@ORANGE_ 700, 0.7 );
103+ }
104+
105+ .core_badge-critical-warning {
106+ background-color: @STRAWBERRY_ 900 ;
107+ color: @STRAWBERRY_ 100 ;
108+ border : 1px solid @STRAWBERRY_ 700 ;
109+ }
110+
111+ .command_wrapper {
112+ background-color : # fdf6e3 ;
113+ border-radius : 3px ;
114+ box-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.20 );
115+ padding : 5px ;
116+ }
117+
118+ .command text {
119+ background-color : # fdf6e3 ;
120+ }
121+ .command {
122+ font-family : monospace;
123+ }
124+
125+ .small-text {
126+ color: @SILVER_ 500 ;
127+ font-weight : bold;
128+ font-size : 9px ;
129+ }
130+
131+ .graph {
132+ border : 1px @SILVER_ 900 solid;
133+ border-radius : 6px
134+
135+ }
136+
137+ .open_files_list_box_wrapper {
138+ border : 1px @SILVER_ 900 solid;
139+ }
140+
141+ .open_files_list_box {
142+
143+ }
144+ .open_files_list_box_row {
145+ border-bottom : 1px @SILVER_ 900 solid;
146+ }
147+
148+ .open_files_list_box_row label {
149+ font-family : monospace;
150+ /* background-color: @SILVER_300; */
151+ padding : 6px 2px 2px ;
152+ border-radius : 4px ;
153+ }
154+
155+ .open_files_list_box_row image {
156+ color: @SILVER_ 700 ;
157+ margin : 6px ;
158+ }
159+
160+ .bold {
161+ font-weight : bold;
162+ }
163+
164+ .text-secondary {
165+ color: @SILVER_ 700 ;
166+ }
0 commit comments