mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-03 00:39:27 -05:00
css: Fix syntax errors
This commit is contained in:
parent
346ace79d0
commit
1bf3e53baf
1 changed files with 4 additions and 4 deletions
|
|
@ -382,7 +382,7 @@ td > a > .badges {
|
|||
.badge-pending { background: @colorPending; }
|
||||
.badge-missing { background: #ccc; }
|
||||
/** END Badges **/
|
||||
.badges
|
||||
|
||||
/** BEGIN Tiles **/
|
||||
.tiles:after {
|
||||
content:'';
|
||||
|
|
@ -664,17 +664,17 @@ td > a > .badges {
|
|||
|
||||
&.impact {
|
||||
.breadcrumb li:not(:last-of-type) a:after {
|
||||
.transition(border-left-color 2s 0.66s linear !important);
|
||||
.transition(border-left-color 2s 0.66s linear ~'!important');
|
||||
border-left-color: @gray-lighter !important;
|
||||
}
|
||||
|
||||
.breadcrumb li:not(:last-of-type) a:before {
|
||||
.transition(border-left-color 2s 1s linear !important);
|
||||
.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);
|
||||
.transition(border-color 2s 1s linear ~'!important');
|
||||
border-color: @gray-light !important;
|
||||
}
|
||||
.breadcrumb li:not(:last-of-type) a:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue