altered style of disabled tiles

This commit is contained in:
Stephan Richter
2020-11-02 13:24:06 +01:00
parent 817c8fb60d
commit 7d5d5f3bb2
4 changed files with 14 additions and 6 deletions

View File

@@ -227,3 +227,12 @@ h4,ul{
.menu div.emergency{
background: #ffb561;
}
svg.disabled circle,
svg.disabled line,
svg.disabled polygon,
svg.disabled rect{
fill: #ddddef;
stroke-width:5;
stroke: red;
}