]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/entries.scss
Added mass actions for Material design in list view
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / entries.scss
index 5c55caa854aa551295f8e1663cca4795e8426a5b..e22178a52128d26b9b9f3b08fb97128dceb718dd 100644 (file)
@@ -2,6 +2,42 @@
  * Entries
  * ========================================================================== */
 
+.mass-buttons {
+  margin: 5px;
+
+  #selectAll {
+    position: relative;
+    opacity: initial;
+    left: 0;
+  }
+
+  span {
+    padding: 3px;
+  }
+
+  button {
+    i {
+      font-size: 12px;
+    }
+
+    height: 24px;
+    line-height: 24px;
+    padding: 0 0.5rem;
+  }
+}
+
+.card-stacked {
+  input[type=checkbox] {
+    position: relative;
+    opacity: initial;
+    left: 0;
+  }
+
+  .entry-checkbox {
+    margin-right: 10px;
+  }
+}
+
 .collection {
   margin: 15px 15px 0;