diff options
author | Dario Giovannetti <dariogiova@gmail.com> | 2015-03-11 16:56:44 +0800 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2015-05-14 19:26:35 +0200 |
commit | 4f050e46d56230530596db8dfa6cdb2824f34272 (patch) | |
tree | 2e17ec7873ae583a3d917f83e035124c6ce631dd | |
parent | 017800cdac2cdfcd9de7c5fa119ab9c2660bb352 (diff) |
ArchLinux skin: apply a:focus and a:active style more consistently to various link types
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-rw-r--r-- | skins/ArchLinux/arch.css | 16 |
1 files changed, 12 insertions, 4 deletions
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, |