mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-06-04 14:26:04 -04:00
parent
a2309c4786
commit
37a429b3ec
1 changed files with 17 additions and 0 deletions
|
|
@ -661,6 +661,23 @@ td > a > .badges {
|
|||
z-index: 2;
|
||||
}
|
||||
|
||||
&.impact {
|
||||
.breadcrumb li:not(:last-of-type) a:after {
|
||||
.transition(border-left-color 2s 1s linear !important);
|
||||
border-left-color: @gray-lighter !important;
|
||||
}
|
||||
|
||||
.breadcrumb li:not(:last-of-type) a:before {
|
||||
.transition(border-left-color 2s 1s linear !important);
|
||||
border-left-color: @gray-light !important;
|
||||
}
|
||||
|
||||
.breadcrumb li:not(:last-of-type) {
|
||||
.transition(border-color 2s 1s linear !important);
|
||||
border-color: @gray-light !important;
|
||||
}
|
||||
}
|
||||
|
||||
.tabs > .dropdown-nav-item > ul {
|
||||
z-index: 100;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue