diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 17:09:04 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 18:01:15 -0500 |
commit | 34bc052426b194b39a88c831a4a2898230b170c8 (patch) | |
tree | 4370b67ccbb9f2770b3ac0dee13138331577cb1e /themes/greysme/templates/default.css | |
parent | e371e27e0efda0e5e3bfd4f538006970cdfe97c9 (diff) | |
download | ampache-34bc052426b194b39a88c831a4a2898230b170c8.tar.gz ampache-34bc052426b194b39a88c831a4a2898230b170c8.tar.bz2 ampache-34bc052426b194b39a88c831a4a2898230b170c8.zip |
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.
Diffstat (limited to 'themes/greysme/templates/default.css')
-rw-r--r-- | themes/greysme/templates/default.css | 10 |
1 files changed, 5 insertions, 5 deletions
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 */
|