aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-11-19 19:41:16 +0000
committervdigital <vdigital@piwigo.org>2008-11-19 19:41:16 +0000
commitbac95a7c7f802b508d2752fed5dcdeb79d561108 (patch)
tree308a2dbbc439587e573940018647463097803b35 /template/yoga
parent21d2da3b94656aafb2d6d7bb48d9e12f013b3bc5 (diff)
Colored scrollbar in theme-ie.css (for IE)
git-svn-id: http://piwigo.org/svn/branches/2.0@2888 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r--template/yoga/theme/Sylvia/theme-ie.css2
-rw-r--r--template/yoga/theme/Sylvia/themeconf.inc.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/theme/Sylvia/theme-ie.css b/template/yoga/theme/Sylvia/theme-ie.css
index f5cb7aa0f..e92e5b34d 100644
--- a/template/yoga/theme/Sylvia/theme-ie.css
+++ b/template/yoga/theme/Sylvia/theme-ie.css
@@ -1,4 +1,4 @@
-#content.thumbnailCategory div.description .text {
+#content .thumbnailCategory div.description .text {
scrollbar-face-color:#222;
scrollbar-shadow-color:#444;
scrollbar-highlight-color:#000;
diff --git a/template/yoga/theme/Sylvia/themeconf.inc.php b/template/yoga/theme/Sylvia/themeconf.inc.php
index 578b34ffb..3c99c66cd 100644
--- a/template/yoga/theme/Sylvia/themeconf.inc.php
+++ b/template/yoga/theme/Sylvia/themeconf.inc.php
@@ -6,9 +6,9 @@ $themeconf = array(
'admin_icon_dir' => 'template/yoga/icon/admin',
'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/',
'local_head' => '
-<!--[if IE]> <-->
+<!--[if IE]>
<link rel="stylesheet" href="template/yoga/theme/Sylvia/theme-ie.css" type="text/css">
-<!--> <![endif]-->
+<![endif]-->
',
);
?>