From 9a6f0ad02b918737a1c8050b74db8fb67dd4d7ba Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 17 Jul 2009 22:11:09 +0000 Subject: [PATCH] Changed cursor behavior so that selected tabs no longer use the arrow cursor since they are technically still working links. --- skins/vector/main-ltr.css | 3 --- skins/vector/main-rtl.css | 3 --- 2 files changed, 6 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 93e6d3df45..69b831590b 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -178,7 +178,6 @@ div#head h5 { div.vectorTabs li.selected a:visited div.vectorTabs li.selected a:visited span { color: #333333; - cursor: default; text-decoration: none; } div.vectorTabs li.new a, @@ -485,12 +484,10 @@ div#foot ul#foot-places li { text-decoration: underline; } #preftoc li.selected a { - cursor: default; background-image: url(images/preferences-fade.png); background-position: bottom; background-repeat: repeat-x; color: #333333; - cursor: default; text-decoration: none; } #preferences { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index d6a027e890..d5c2ba63a2 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -178,7 +178,6 @@ div#head h5 { div.vectorTabs li.selected a:visited div.vectorTabs li.selected a:visited span { color: #333333; - cursor: default; text-decoration: none; } div.vectorTabs li.new a, @@ -485,12 +484,10 @@ div#foot ul#foot-places li { text-decoration: underline; } #preftoc li.selected a { - cursor: default; background-image: url(images/preferences-fade.png); background-position: bottom; background-repeat: repeat-x; color: #333333; - cursor: default; text-decoration: none; } #preferences { -- 2.20.1