]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
Fix display for Next/Previous link when they are disabled
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / public / themes / material / css / main.css
index fb0f577607021f85fd20f4a7ff98dbdabc06f54e..a3915b1d90dc2490f024bae14d56783082a69bba 100755 (executable)
@@ -105,6 +105,11 @@ main, #content, .valign-wrapper {
     color: #fff;
 }
 
+.pagination .disabled {
+    margin-right: 10px;
+    margin-left: 10px;
+}
+
 .page-footer .footer-copyright p {
     display: inline;
 }