mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 03:22:43 +00:00
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:
@@ -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; }
|
||||
Reference in New Issue
Block a user