diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/css/arch.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 80bbc92..4c128fa 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -457,4 +457,15 @@ textarea.vLargeTextField { padding: 2px; color: #0771a6; } -#pages #page_sel { color: #555; } + +#pages .page_num:hover { + border: 1px solid #8faecd; + color: #333; +} + +#pages #page_sel { + border: 1px solid #8faecd; + padding: 2px; + color: #333; + font-weight: bold; +} |