From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Wed, 23 Sep 2009 23:36:55 +0000 (+0000) Subject: meh, this should make labels selectable, but not in current xulrunners. Commiting... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5f97003e44431eb22e93d438e3c79c1872146214;p=evergreen%2Fpines.git 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 git-svn-id: svn://svn.open-ils.org/ILS/trunk@14135 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 8690a86874..a2d70c4c2e 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -35,6 +35,7 @@ messagecatalog { -moz-binding: url('/xul/server/main/bindings.xml#messagecatalog .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; }