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
This commit is contained in:
Francis Lachapelle
2009-07-16 17:53:43 +00:00
parent 4c2c6ef15a
commit 98eaf4b100

View File

@@ -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; }