summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css42
1 files changed, 41 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 4723f50..28b8494 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -240,12 +240,52 @@ span.warning a {
240div.pagination { 240div.pagination {
241 padding-top: 5px; 241 padding-top: 5px;
242 padding-bottom: 15px; 242 padding-bottom: 15px;
243 display: flex;
244 align-items: center;
245 gap: 0.35rem;
246}
247
248div.pagination a,
249div.pagination em.current,
250div.pagination span.gap {
251 display: inline-flex;
252 align-items: center;
253 justify-content: center;
254 min-width: 1.75rem;
255 height: 1.75rem;
256 padding: 0 0.4rem;
257 border-radius: 4px;
258 font-style: normal;
259}
260
261div.pagination a {
262 text-decoration: underline;
263 text-decoration-style: wavy;
264 text-decoration-color: #b0b0b0;
265 text-decoration-thickness: 1px;
266 text-underline-offset: 2px;
243} 267}
244 268
245div.pagination span.current, div.pagination a:hover { 269div.pagination a:hover {
246 color: #ff9600; 270 color: #ff9600;
247} 271}
248 272
273div.pagination em.current {
274 background-color: #ff9600;
275 color: #ffffff;
276 font-weight: bold;
277}
278
279div.pagination span.gap {
280 color: #969696;
281}
282
283div.pagination .previous_page.disabled,
284div.pagination .next_page.disabled {
285 color: #969696;
286 cursor: not-allowed;
287}
288
249/* ============================================================ 289/* ============================================================
250 Buttons 290 Buttons
251 ============================================================ */ 291 ============================================================ */