updates table tr colors

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2013-02-28 15:41:22 +01:00
parent a575bce275
commit de59738907
2 changed files with 17 additions and 3 deletions

View File

@@ -260,6 +260,16 @@ li{list-style: none inside url();}
}
.vertical-tabs-list .summary { font-size:11px; }
.page-admin table,
.update tr.warning .version-recommended,
.update tr.error .version-recommended{
background-color: transparent;
border:0px solid transparent;
tr{
border:0px solid transparent;
}
}
.page-admin table tr{
&.even, &.odd{
@@ -267,12 +277,15 @@ li{list-style: none inside url();}
&:hover{ background: #D4EFEE;}
&.ok{
background-color: #d1f2a3;
color:#000;
}
&.warning{
background-color: #e9e2a6;
color:#000;
}
&.error{
background-color: #ffc4be;
color:#000;
}
}