[open-ils-commits] r14137 - trunk/Open-ILS/xul/staff_client/server/skin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 23 21:50:11 EDT 2009


Author: phasefx
Date: 2009-09-23 21:50:10 -0400 (Wed, 23 Sep 2009)
New Revision: 14137

Modified:
   trunk/Open-ILS/xul/staff_client/server/skin/global.css
Log:
control+c won't work on description without -moz-user-focus: normal;

Modified: trunk/Open-ILS/xul/staff_client/server/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/global.css	2009-09-24 01:34:37 UTC (rev 14136)
+++ trunk/Open-ILS/xul/staff_client/server/skin/global.css	2009-09-24 01:50:10 UTC (rev 14137)
@@ -34,8 +34,8 @@
 .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; }



More information about the open-ils-commits mailing list