mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
Change border radius of outer badge container
This commit is contained in:
parent
f7c30d0da3
commit
3a71cb6c34
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ div.knightrider table.bp {
|
|||
/** BEGIN Badges **/
|
||||
.badges {
|
||||
background-color: fade(@body-bg-color, 50%);
|
||||
border-radius: 0.4em;
|
||||
border-radius: 0.45em;
|
||||
display: block;
|
||||
padding: 0.3em 0.4em;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue