]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge branch 'develop' into improvement/frio-action-links-to-buttons
[friendica.git] / view / theme / frio / css / style.css
index 4e189b11fe5a046c0ec9121b910a4f8238057f68..4e3dc9749cf1008590222a9477ef9d92d772a5b1 100644 (file)
@@ -2514,6 +2514,24 @@ body .tread-wrapper .hovercard:hover .hover-card-content a {
     color: $link_color !important;
 }
 
+/* Pagination improvements */
+.pagination > li > a,
+.pagination > li > span {
+       color: $link_color;
+}
+.pagination>.active>a,
+.pagination>.active>a:focus,
+.pagination>.active>a:hover,
+.pagination>.active>span,
+.pagination>.active>span:focus,
+.pagination>.active>span:hover {
+       background-color: $link_color;
+    border-color: $link_color;
+}
+.disabled > a {
+       pointer-events: none;
+}
+
 /*
  * some temporary workarounds until this will solved
  * elsewhere (e.g. new templates)