<hbox id="checkin_top_ui" />
<stack flex="1">
<vbox id="background" flex="1" style="background-color: green"/>
- <tree id="checkin_list" flex="1" enableColumnDrag="true" context="copy_status_actions" style="-moz-opacity: 0.7"/>
+ <tree id="checkin_list" flex="1" enableColumnDrag="true" context="copy_status_actions" class="circ_opacity"/>
</stack>
<hbox id="checkin_bottom_ui" />
</groupbox>
<hbox id="copy_status_top_ui" />
<stack flex="1">
<vbox id="background" flex="1" style="background-color: yellow"/>
- <tree id="copy_status_list" flex="1" enableColumnDrag="true" context="copy_status_actions" style="-moz-opacity: 0.7"/>
+ <tree id="copy_status_list" flex="1" enableColumnDrag="true" context="copy_status_actions" class="circ_opacity"/>
</stack>
<hbox id="copy_status_bottom_ui" />
</groupbox>
<stack flex="1">
<vbox id="background" flex="1" style="background-color: purple"/>
- <tree id="in_house_use_list" flex="1" enableColumnDrag="true" style="-moz-opacity: 0.7"/>
+ <tree id="in_house_use_list" flex="1" enableColumnDrag="true" class="circ_opacity" />
</stack>
<hbox id="in_house_use_bottom_ui">
tabpanel { border: 2px groove black; }
caption { font-weight: bold; }
+/*
+Enable for the windows build. This slows linux down too much.
+*/
+/*
+.circ_opacity { -moz-opacity: 0.7; }
+*/
+
.nav {
-moz-appearance: none;
margin: 0px;