]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_lists.scss
Merge pull request #947 from BookStackApp/bookshelves
[bookstack] / resources / assets / sass / _lists.scss
index 0afed4b367d2e426120dc7cbe0a039e1f8622e25..0bf6be4c358e678fd3be5415ae397f4d9fed0204 100644 (file)
@@ -367,7 +367,7 @@ ul.pagination {
     padding: $-xs $-m;
     line-height: 1.2;
   }
-  a {
+  a, button {
     display: block;
     padding: $-xs $-m;
     color: #555;
@@ -382,6 +382,10 @@ ul.pagination {
       width: 16px;
     }
   }
+  button {
+    width: 100%;
+    text-align: left;
+  }
   li.border-bottom {
     border-bottom: 1px solid #DDD;
   }