]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/css/shaarli.css
Merge pull request #819 from ArthurHoaro/feature/multi-delete
[github/shaarli/Shaarli.git] / tpl / default / css / shaarli.css
index ef9ee23b28a2152f75d35dd5c6253654081a454d..4415a1b70f5a32fb0133cc9d0979b0961ba3fac8 100644 (file)
@@ -279,6 +279,19 @@ body, .pure-g [class*="pure-u"] {
     }
 }
 
+.subheader-form a.button {
+    color: #f5f5f5;
+    font-weight: bold;
+    text-decoration: none;
+    border: 2px solid #f5f5f5;
+    border-radius: 5px;
+    padding: 3px 10px;
+}
+
+.linklist-item-editbuttons .delete-checkbox {
+    display: none;
+}
+
 #header-login-form input[type="text"], #header-login-form input[type="password"] {
     width: 200px;
 }