From 34bc052426b194b39a88c831a4a2898230b170c8 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Fri, 25 Jan 2013 17:09:04 -0500 Subject: Update Whatever:hover to 3.11 http://peterned.home.xs4all.nl/csshover.html#changes Claims to fix a performance issue. Also move it out of templates/ into modules/ since it's external code. --- themes/classic/templates/default.css | 10 +++++----- themes/greysme/templates/default.css | 10 +++++----- themes/penguin/templates/default.css | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'themes') diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 55d7dcae..dae5286d 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -66,11 +66,11 @@ input { font-weight: bold; } -/************************************************/ -/* IE6 behaviors */ -/* - csshover2: :hover support on any element */ -/************************************************/ -body { behavior:url("templates/csshover2.htc"); } +/***************************************************/ +/* IE6 behaviors */ +/* - Whatever:hover: :hover support on any element */ +/***************************************************/ +body { behavior:url("modules/whatever_hover/csshover3.htc"); } /************************************************/ /* Float Clearer */ diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index a2aff896..e22b6db8 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -82,11 +82,11 @@ input{ padding:0 2px; } input:focus, select:focus { border-style: dotted; } textarea { background-color: #111; color: #e9ad51; } -/************************************************/ -/* IE6 behaviors */ -/* - csshover2: :hover support on any element */ -/************************************************/ -body { behavior:url("templates/csshover2.htc"); } +/***************************************************/ +/* IE6 behaviors */ +/* - Whatever:hover: :hover support on any element */ +/***************************************************/ +body { behavior:url("modules/whatever_hover/csshover3.htc"); } /************************************************/ /* Float Clearer */ diff --git a/themes/penguin/templates/default.css b/themes/penguin/templates/default.css index e67396f0..501e78c5 100644 --- a/themes/penguin/templates/default.css +++ b/themes/penguin/templates/default.css @@ -101,12 +101,12 @@ select { input[type=checkbox] { border:0 } -/************************************************/ -/* IE6 behaviors */ -/* - csshover2: :hover support on any element */ -/************************************************/ +/***************************************************/ +/* IE6 behaviors */ +/* - Whatever:hover: :hover support on any element */ +/***************************************************/ body { - behavior:url("templates/csshover2.htc"); + behavior:url("modules/whatever_hover/csshover3.htc"); } /************************************************/ /* Float Clearer */ -- cgit