From 4b4390d83a7031dab1983652bba31d738c767ea0 Mon Sep 17 00:00:00 2001 From: maTh Date: Fri, 22 Jul 2022 11:50:42 +0200 Subject: Cleanup CSS .pagination (#4455) * remove .pagination .item a:hover * remove .pagination .loading * Update swage.scss * .pagination .item a centralized to template.css * adark theme: mobile: border * remove text-align: center * remove .pager-current * remove .content .pagination * remove font-size * font-style: italic; in template.css * fix --- p/themes/Flat/flat.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'p/themes/Flat/flat.css') diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index acd2fdeb3..c25cc5d32 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -449,15 +449,9 @@ a.btn { } .pagination .item a { - line-height: 3em; color: #000; } -.pagination .item a:hover { - background: #34495e; - color: #ecf0f1; -} - #load_more.loading, #load_more.loading:hover { background: url("loader.gif") center center no-repeat #34495e; -- cgit v1.2.3