control+c won't work on description without -moz-user-focus: normal;
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 24 Sep 2009 01:50:10 +0000 (01:50 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 24 Sep 2009 01:50:10 +0000 (01:50 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14137 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/skin/global.css

index a2d70c4..29f3b33 100644 (file)
@@ -34,8 +34,8 @@ messagecatalog { -moz-binding: url('/xul/server/main/bindings.xml#messagecatalog
 .ALL_FONTS_17PT * { font-size: 17pt !important; }
 .ALL_FONTS_18PT * { font-size: 18pt !important; }
 
-description { -moz-user-select: text; }
-label { -moz-user-select: text; }
+description { -moz-user-select: text; -moz-user-focus: normal; }
+label { -moz-user-select: text; -moz-user-focus: normal; }
 
 *|textarea:focus { background-color: #DDFFDD; }
 *|input:focus { background-color: #DDFFDD; }