From 98eaf4b10048a050ab4c90164f1255bd77882ad5 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 16 Jul 2009 17:53:43 +0000 Subject: [PATCH] Small fix for the editor of categories Monotone-Parent: 6aaedc14bdf14bbd2d4349b28598b7e1458a51e4 Monotone-Revision: e409f99e26e7a5e1d224123fb22a166248351319 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-07-16T17:53:43 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxPreferences.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/UI/WebServerResources/UIxPreferences.css b/UI/WebServerResources/UIxPreferences.css index a84fee585..887f9cab3 100644 --- a/UI/WebServerResources/UIxPreferences.css +++ b/UI/WebServerResources/UIxPreferences.css @@ -41,7 +41,7 @@ DIV#categoriesListWrapper height:230px; padding:2px; } -div.colorBox +DIV.colorBox { border: 1px solid #333333; font-size: 80%; font-weight: normal; @@ -49,8 +49,10 @@ div.colorBox margin: 0 3px 0 0; width: 1em; } -tr.categoryListRow +TR.categoryListRow { background: #FFFFFF; } -tr._selected +TR._selected { background: #333333; } +TD.categoryListCell +{ -moz-user-select: none; } \ No newline at end of file