mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
css/base: apply impact style to full container
This commit is contained in:
parent
b6fd4f5584
commit
ed8c66e84c
@ -163,10 +163,11 @@ td, th {
|
|||||||
|
|
||||||
// Styles for when containers are loading. JS will remove this once the containers are ready
|
// Styles for when containers are loading. JS will remove this once the containers are ready
|
||||||
.impact {
|
.impact {
|
||||||
.active > a, // Remove > a once .tabs layout has been fixed
|
|
||||||
.controls,
|
|
||||||
.content {
|
|
||||||
.transition(background-color 2s 1s linear !important);
|
.transition(background-color 2s 1s linear !important);
|
||||||
background-color: @gray-lighter !important;
|
background-color: @gray-lighter !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.impact > .controls, .impact li.active a {
|
||||||
|
.transition(background-color 2s 1s linear !important);
|
||||||
|
background-color: @gray-lighter !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user