mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
fd8a9e9ddc
commit
9463e16f67
@ -135,8 +135,12 @@ dl.name-value-list {
|
|||||||
|
|
||||||
table.action-table {
|
table.action-table {
|
||||||
tbody tr {
|
tbody tr {
|
||||||
|
.transition(background-color 0.3s ease);
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: @gray-lighter;
|
background-color: @gray-lighter;
|
||||||
|
// Auto-refresh must not start transition
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user