diff options
| author | 2022-07-22 11:50:42 +0200 | |
|---|---|---|
| committer | 2022-07-22 11:50:42 +0200 | |
| commit | 4b4390d83a7031dab1983652bba31d738c767ea0 (patch) | |
| tree | e9d04072610878e0b99f879f1d26c5273b0a9dc2 /p/themes/Mapco/mapco.css | |
| parent | 0866fdaee85bc8530437436abe7f8536b8b0f4f0 (diff) | |
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
Diffstat (limited to 'p/themes/Mapco/mapco.css')
| -rw-r--r-- | p/themes/Mapco/mapco.css | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index cf18c2792..556d5316c 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -334,26 +334,11 @@ form th { .pagination { background: #eff0f2; color: #303136; - font-size: 0.8em; - text-align: center; -} -.pagination .item.pager-current { - background: #303136; - color: #eff0f2; - font-size: 1.5em; - font-weight: bold; } .pagination .item a { - display: block; color: #303136; - font-style: italic; - line-height: 3em; - text-decoration: none; -} -.pagination .item a:hover { - background: #303136; - color: #eff0f2; } + #load_more.loading, #load_more.loading:hover { background: url("loader.gif") center center no-repeat #34495e; |
