From 3c2c976441dce2dff24f17348add1b52a5d7b4e3 Mon Sep 17 00:00:00 2001 From: vdigital Date: Wed, 19 Nov 2008 19:45:32 +0000 Subject: 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 --- template/yoga/theme/Sylvia/theme-ie.css | 2 +- template/yoga/theme/Sylvia/themeconf.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template/yoga/theme') 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' => ' - + + ', ); ?> -- cgit v1.2.3