From 4f050e46d56230530596db8dfa6cdb2824f34272 Mon Sep 17 00:00:00 2001 From: Dario Giovannetti Date: Wed, 11 Mar 2015 16:56:44 +0800 Subject: ArchLinux skin: apply a:focus and a:active style more consistently to various link types Signed-off-by: Pierre Schmitz --- skins/ArchLinux/arch.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'skins') diff --git a/skins/ArchLinux/arch.css b/skins/ArchLinux/arch.css index f77d8395..75c3ef53 100644 --- a/skins/ArchLinux/arch.css +++ b/skins/ArchLinux/arch.css @@ -89,10 +89,18 @@ a:hover, background-color: transparent; color: #999; } -a:focus { - color: #e90 !important; -} -a:active { +a:focus, +a:active, +#toc a:focus, +#toc a:active, +#p-cactions li a:focus, +#p-cactions li a:active, +#p-personal li a:focus, +#p-personal li a:active, +#bodyContent a:focus.external, +#bodyContent a:active.external, +#bodyContent a:focus.extiw, +#bodyContent a:active.extiw { color: #e90 !important; } a.new, -- cgit v1.2.2