CSS: Beautify state-badges
This commit is contained in:
parent
275d9bd411
commit
7e15f68a7a
|
@ -45,6 +45,28 @@
|
|||
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
|
||||
|
|
|
@ -56,9 +56,7 @@
|
|||
}
|
||||
|
||||
.rounded-corners(@border-radius: 0.4em) {
|
||||
-webkit-border-radius: @border-radius;
|
||||
-moz-border-radius: @border-radius;
|
||||
border-radius: @border-radius;
|
||||
border-radius: @border-radius;
|
||||
|
||||
-webkit-background-clip: padding-box;
|
||||
-moz-background-clip: padding;
|
||||
|
|
Loading…
Reference in New Issue