merge -c2888 from branch 2.0 to trunk

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


git-svn-id: http://piwigo.org/svn/trunk@2889 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-11-19 19:45:32 +00:00
parent 40b624552d
commit 3c2c976441
2 changed files with 3 additions and 3 deletions

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;

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]-->
',
);
?>