Colored scrollbar in theme-ie.css (for IE)

git-svn-id: http://piwigo.org/svn/branches/2.0@2888 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-11-19 19:41:16 +00:00
parent 21d2da3b94
commit bac95a7c7f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
+2 -2
View File
@@ -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]-->
',
);
?>