fixed missing hove on inactive Sieve rules

This commit is contained in:
Ralf Becker 2013-05-23 14:38:41 +00:00
parent 78384c98f4
commit 05d8491861

View File

@ -168,41 +168,33 @@ body
}
*/
TR.sieveRowActive, A.sieveRowInActive
TR.sieveRowActive, TR.sieveRowInActive
{
FONT-SIZE: 11px;
height : 20px;
padding: 0;
background-color: White;
}
TR.sieveRowActive:hover, A.sieveRowInActive:hover
TR.sieveRowInActive
{
color: Silver;
}
TR.sieveRowActive:hover, TR.sieveRowInActive
{
background-color: #F6F7F4;
}
A.sieveRowActive
{
height : 14px;
padding: 0;
}
A.sieveRowInActive
{
height : 14px;
color: Silver;
}
A.sieveRowActive
{
FONT-SIZE: 11px;
height : 14px;
padding: 0;
}
TR.sieveRowInActive
{
FONT-SIZE: 11px;
height : 20px;
padding: 0;
background : White;
color: Silver;
}
.dtree {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;