mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
CSS: Beautify state-badges
This commit is contained in:
parent
275d9bd411
commit
7e15f68a7a
@ -45,6 +45,28 @@
|
|||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.state-badge-group li {
|
||||||
|
margin-right: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.state-badge-group li:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.state-badge-group .badge {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.state-badge-group li:first-child > .badge {
|
||||||
|
border-top-left-radius: 0.4em;
|
||||||
|
border-bottom-left-radius: 0.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.state-badge-group li:last-child > .badge {
|
||||||
|
border-top-right-radius: 0.4em;
|
||||||
|
border-bottom-right-radius: 0.4em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Performance data pie charts
|
// Performance data pie charts
|
||||||
|
@ -56,9 +56,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rounded-corners(@border-radius: 0.4em) {
|
.rounded-corners(@border-radius: 0.4em) {
|
||||||
-webkit-border-radius: @border-radius;
|
border-radius: @border-radius;
|
||||||
-moz-border-radius: @border-radius;
|
|
||||||
border-radius: @border-radius;
|
|
||||||
|
|
||||||
-webkit-background-clip: padding-box;
|
-webkit-background-clip: padding-box;
|
||||||
-moz-background-clip: padding;
|
-moz-background-clip: padding;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user