colors of updates table
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
11d4a60bfc
commit
e573564b93
File diff suppressed because one or more lines are too long
@ -167,6 +167,17 @@ li{list-style: none inside url();}
|
|||||||
}
|
}
|
||||||
.vertical-tabs-list .summary { font-size:11px; }
|
.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{
|
.page-admin table tr.even{
|
||||||
background: #EFEFEF;
|
background: #EFEFEF;
|
||||||
}
|
}
|
||||||
@ -174,6 +185,16 @@ li{list-style: none inside url();}
|
|||||||
&.even, &.odd{
|
&.even, &.odd{
|
||||||
td, h3 {background-color: transparent;}
|
td, h3 {background-color: transparent;}
|
||||||
&:hover{ background: #D4EFEE;}
|
&:hover{ background: #D4EFEE;}
|
||||||
|
&.ok{
|
||||||
|
background-color: #d1f2a3;
|
||||||
|
}
|
||||||
|
&.warning{
|
||||||
|
background-color: #e9e2a6;
|
||||||
|
}
|
||||||
|
&.error{
|
||||||
|
background-color: #ffc4be;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user