From 414859d309df7282fbb044c5303f8ce7a32461c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 21 Sep 2022 07:32:18 +0200 Subject: xP: improve paging --- xP/public/xP.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'xP/public/xP.css') diff --git a/xP/public/xP.css b/xP/public/xP.css index 041eb63..5c02d7e 100644 --- a/xP/public/xP.css +++ b/xP/public/xP.css @@ -53,8 +53,31 @@ body { bottom: -1px; background: #ccc; } + +.toolbar { + display: flex; + align-items: baseline; + gap: .3em; +} button { font: inherit; + background: transparent; + border: 1px solid transparent; +} +button:focus { + border: 1px dashed #000; +} +button:hover { + border-left: 1px solid #fff; + border-top: 1px solid #fff; + border-right: 1px solid #888; + border-bottom: 1px solid #888; +} +button:hover:active { + border-left: 1px solid #888; + border-top: 1px solid #888; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; } .middle { -- cgit v1.2.3