[Web] Minor style fixes, Pushover UI fixes

This commit is contained in:
andryyy
2020-04-17 16:56:28 +02:00
parent 35d3586950
commit 11a9315f0d
9 changed files with 117 additions and 85 deletions

View File

@@ -30,3 +30,14 @@ table.footable>tbody>tr.footable-empty>td {
.inputMissingAttr {
border-color: #FF4136;
}
.rotate {
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.rotate.animation {
-ms-transform:rotateX(180deg);
-moz-transform:rotateX(180deg);
-webkit-transform:rotateX(180deg);
transform:rotateX(180deg);
}