Bugfixes + implemented deleting and update of BlockContacts

This commit is contained in:
Stephan Richter
2020-12-20 14:44:35 +01:00
parent 6d9a4d9120
commit 49a19c8b17
11 changed files with 40 additions and 27 deletions

View File

@@ -301,6 +301,10 @@ table.brake-times{
border-collapse: collapse;
}
table tr:hover td{
background: #cadbdb;
}
table.brake-times tr > *{
border-style: solid;
border-color: black;
@@ -339,7 +343,7 @@ svg.preview circle,
svg.preview line,
svg.preview polygon,
svg.preview rect{
fill:peru !important;
fill:cyan !important;
}
svg.Block text{