itizawa пре 6 година
родитељ
комит
7cf4a2edff
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      src/client/styles/scss/theme/_apply-colors-dark.scss

+ 9 - 0
src/client/styles/scss/theme/_apply-colors-dark.scss

@@ -75,6 +75,15 @@ textarea.form-control {
   @extend .bg-dark;
 }
 
+/*
+ * Pagination
+ */
+ul.pagination {
+  li.page-item > button.page-link {
+    @extend .btn-dark;
+  }
+}
+
 .table > thead > tr > th,
 .table > tbody > tr > th,
 .table > tfoot > tr > th,