mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-31 18:59:34 -05:00
css: do not block links on "missing" tiles
This commit is contained in:
parent
f073520604
commit
e354899282
1 changed files with 2 additions and 0 deletions
|
|
@ -527,10 +527,12 @@ div.bp .badges {
|
|||
> .missing { background: #ccc; }
|
||||
}
|
||||
*/
|
||||
/*
|
||||
.tiles .missing a {
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
*/
|
||||
|
||||
.tiles.few { font-size: 2.5em; }
|
||||
.tiles.normal { font-size: 2.1em; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue