]> git.0d.be Git - panikdb.git/commitdiff
add style for delete button in app bar
authorFrédéric Péters <fpeters@0d.be>
Sat, 16 Jul 2022 13:47:49 +0000 (15:47 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 16 Jul 2022 13:47:49 +0000 (15:47 +0200)
panikdb/static/css/style.scss

index 328c6e5ff838fe6194f9709acb096cfb3f9e03fe..170090746afdcdc14505a7b6a44a55d754eba5f5 100644 (file)
@@ -210,6 +210,15 @@ a.big-friendly-button:hover {
        background: #2a567f;
 }
 
+#appbar span.actions > a.delete-button {
+       border-color: #F52F2D;
+       color: #F52F2D;
+       &:hover {
+               color: white;
+               background: #d01311;
+       }
+}
+
 a.actually-not-that-friendly {
        border-color: #F52F2D;
        color: #F52F2D;