119 $body = $this->aColor[
'BODY'];
120 $h2 = $this->aColor[
'H2'];
121 $menu1 = $this->aColor[
'MENU1'];
122 $menu2 = $this->aColor[
'MENU2'];
123 $menu1_selected = $this->aColor[
'MENU1-SELECTED'];
124 $menu1_font = $this->aColor[
'FONT-MENU1'];
125 $menu2_font = $this->aColor[
'FONT-MENU2'];
126 $font_table = $this->aColor[
'FONT-TABLE'];
127 $font_default = $this->aColor[
'FONT-DEFAULT'];
128 $font_table_header = $this->aColor[
'FONT-TABLE-HEADER'];
129 $folder_font = $this->aColor[
'FONT-FOLDER'];
130 $folder = $this->aColor[
'FOLDER'];
131 $tr_odd=$this->aColor[
'TR-ODD'];
132 $tr_even=$this->aColor[
'TR-EVEN'];
133 $inner_box=$this->aColor[
'INNER-BOX'];
134 $inner_box_title=$this->aColor[
'INNER-BOX-TITLE'];
139 color:{$folder_font};
140 background-
color: transparent;
143 color:{$folder_font};
144 background-
color: {$folder};
147 background-
color: {$body} !important;
148 color:{$font_default} !important;
151 background-
color: {$h2} ;
154 background-
color: {$inner_box_title} ;
156 .nav-fill .nav-item {
157 background: {$menu1} !important;
158 color: {$menu1_font} !important;
161 color: {$menu1_font} !important;
164 background-
color: {$menu2};
167 .nav-pills .nav-link.active {
168 background-
color: {$menu1_selected} !important;
170 .nav-pills .nav-link {
171 color: {$menu1_font} !important;
174 background-
color:{$menu1_selected};
177 color:{$font_table} !important;
180 color:{$font_table_header};
182 tr.odd,div.inner_box
tr.odd,div.box
tr.odd {
183 background-
color: {$tr_odd};
185 #calc1 , div.inner_box , div.box, #add_todo_list , div.add_todo_list,body.op_detail_frame, div.op_detail_frame {
186 background-
color:{$inner_box};
189 background-
color: {$tr_even} ;