mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
fixed missing hove on inactive Sieve rules
This commit is contained in:
parent
78384c98f4
commit
05d8491861
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user