From f1309df137c60d4567d2c8f311020ddac4c9dbd2 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 24 Sep 2009 01:50:10 +0000 Subject: [PATCH] control+c won't work on description without -moz-user-focus: normal; 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index a2d70c4c2e..29f3b33ac3 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -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; } -- 2.11.0