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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 23 19:36:55 EDT 2009


Author: phasefx
Date: 2009-09-23 19:36:55 -0400 (Wed, 23 Sep 2009)
New Revision: 14135

Modified:
   trunk/Open-ILS/xul/staff_client/server/skin/global.css
Log:
meh, this should make labels selectable, but not in current xulrunners.  Commiting anyway in case the behavior changes in the future; we'll get a freebee

Modified: trunk/Open-ILS/xul/staff_client/server/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/global.css	2009-09-23 20:41:53 UTC (rev 14134)
+++ trunk/Open-ILS/xul/staff_client/server/skin/global.css	2009-09-23 23:36:55 UTC (rev 14135)
@@ -35,6 +35,7 @@
 .ALL_FONTS_18PT * { font-size: 18pt !important; }
 
 description { -moz-user-select: text; }
+label { -moz-user-select: text; }
 
 *|textarea:focus { background-color: #DDFFDD; }
 *|input:focus { background-color: #DDFFDD; }



More information about the open-ils-commits mailing list