disabling opacity for now for the sake of linux development
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 13 Jul 2006 21:28:08 +0000 (21:28 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 13 Jul 2006 21:28:08 +0000 (21:28 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@4985 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
Open-ILS/xul/staff_client/server/circ/in_house_use.xul
Open-ILS/xul/staff_client/server/skin/global.css

index 5ece75f..2fab2d2 100644 (file)
@@ -30,7 +30,7 @@
                <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>
index b4dbe93..07d6949 100644 (file)
@@ -31,7 +31,7 @@
                <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>
index 0dfd0ff..2f02fd6 100644 (file)
@@ -94,7 +94,7 @@
 
        <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">
index 184d6a7..1d166a6 100644 (file)
@@ -11,6 +11,13 @@ description { -moz-user-select: text; }
 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;