]> git.0d.be Git - panikdb.git/commitdiff
hide native combo "view online" button
authorFrédéric Péters <fpeters@0d.be>
Sun, 15 Mar 2015 15:47:04 +0000 (16:47 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 15 Mar 2015 15:47:04 +0000 (16:47 +0100)
panikdb/static/css/style.css

index 19ab90296ecfbfebf17bcdda493d8e0a95f7b0d6..d47542bc028be01e62f35de39ebc522c69a69c6b 100644 (file)
@@ -653,3 +653,7 @@ div#appbar > a {
 body.combo div.select2-container {
        width: 100%;
 }
+
+body.combo a.view-online {
+       display: none;
+}