|
@@ -1,39 +0,0 @@
|
|
|
-/* Pagination personnalization */
|
|
|
-
|
|
|
-/* Change Boostrap color */
|
|
|
-.page-link {
|
|
|
- color: #0b2e13;
|
|
|
- background-color: rgb(245, 255, 245);
|
|
|
- border: 1px solid #28a745;
|
|
|
-}
|
|
|
-
|
|
|
-.page-link:hover {
|
|
|
- color: #28a745;
|
|
|
- text-decoration: none;
|
|
|
- background-color: #e9ecef;
|
|
|
- border-color: #28a745;
|
|
|
-}
|
|
|
-
|
|
|
-.page-link:focus {
|
|
|
- box-shadow: 0 0 0 0.2rem rgba(0, 255, 123, 0.25);
|
|
|
-}
|
|
|
-
|
|
|
-.page-item.active .page-link {
|
|
|
- color: #fff;
|
|
|
- background-color: #28a745;
|
|
|
- border-color: #28a745;
|
|
|
-}
|
|
|
-
|
|
|
-.page-item.disabled .page-link {
|
|
|
- color: #6c757d;
|
|
|
- cursor: auto;
|
|
|
- background-color: rgb(230, 255, 230);
|
|
|
- border-color: #28a745;
|
|
|
-}
|
|
|
-
|
|
|
-/* Change next and previous appearance */
|
|
|
-.page-link.arrow:hover {
|
|
|
- color: #ffffff;
|
|
|
- background-color: rgb(20, 100, 35);
|
|
|
- border-color: #28a745;
|
|
|
-}
|