From: Dan Brown Date: Sun, 29 Jul 2018 14:44:10 +0000 (+0100) Subject: Updated pagination to use theme colour X-Git-Tag: v0.23.0~1^2~5 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/af6f4e6c8c891d58898dcb4af6c590781af01315 Updated pagination to use theme colour --- diff --git a/resources/assets/sass/_lists.scss b/resources/assets/sass/_lists.scss index 748d473eb..3338b3938 100644 --- a/resources/assets/sass/_lists.scss +++ b/resources/assets/sass/_lists.scss @@ -266,22 +266,13 @@ ul.pagination { padding: $-xxs $-s; border: 1px solid #CCC; margin-left: -1px; - color: #888; - fill: #888; user-select: none; &.disabled { cursor: not-allowed; } } li.active span { - background-color: rgba($primary, 0.8); - color: #EEE; - fill: #EEE; - border-color: rgba($primary, 0.8); - } - a { - color: $primary; - fill: $primary; + color: #FFF; } } diff --git a/resources/views/vendor/pagination/default.blade.php b/resources/views/vendor/pagination/default.blade.php new file mode 100644 index 000000000..de05410dc --- /dev/null +++ b/resources/views/vendor/pagination/default.blade.php @@ -0,0 +1,36 @@ +@if ($paginator->hasPages()) + +@endif