mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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
|
||||
.impact {
|
||||
.active > a, // Remove > a once .tabs layout has been fixed
|
||||
.controls,
|
||||
.content {
|
||||
.transition(background-color 2s 1s linear !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