]> git.0d.be Git - panikdb.git/commitdiff
style: add style for delete links
authorFrédéric Péters <fpeters@0d.be>
Sun, 1 Sep 2013 09:33:31 +0000 (11:33 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 1 Sep 2013 09:33:31 +0000 (11:33 +0200)
panikdb/static/css/style.css

index 6cc72e817239521b8df8d5e096c41bdcfbed3364..81357ac4b588e87dc40065d71e6538e34aaa3b5f 100644 (file)
@@ -380,6 +380,17 @@ a.big-friendly-button:hover {
        background: #2a567f;
 }
 
+a.actually-not-that-friendly {
+       background: #F52F2D;
+       position: absolute;
+       right: -10px;
+}
+
+a.actually-not-that-friendly:hover {
+       background: #d01311;
+}
+
+
 .input-append {
        margin-left: 10px;
        margin-bottom: 10px;