From d9b6ce8e875128e0bcac16c09db67636370856d0 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 16 Feb 2007 03:06:41 +0000 Subject: - adviser mode: added check on admin profile page and removed 2 read-only TAG_INPUT_ENABLED - simplified tag code in picture.php - reduced size of dark/theme.css by combining selectors with identical content git-svn-id: http://piwigo.org/svn/trunk@1827 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/dark/theme.css | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'template/yoga/theme') diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 13d27f877..982d4f40d 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -83,24 +83,15 @@ FIELDSET, INPUT, SELECT, TEXTAREA, border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } -#content UL.thumbnails SPAN.wrap2:hover { - background-color: AntiqueWhite; - border-color: yellow; /* thumbnails border color when mouse cursor is over it */ - color: black; -} - -#content UL.thumbnailCategories DIV.thumbnailCategory:hover { - background-color: AntiqueWhite; - border-color: yellow; /* thumbnails border color when mouse cursor is over it */ - color: black; -} - +#content UL.thumbnails SPAN.wrap2:hover, +#content UL.thumbnailCategories DIV.thumbnailCategory:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { background-color: AntiqueWhite; border-color: yellow; /* thumbnails border color when mouse cursor is over it */ color: black; } + /* links */ A, INPUT.rateButton { color: #FFFFFF; @@ -110,10 +101,7 @@ A:hover { color: #FFF48E; } -#imageToolBar A, #imageToolBar A:hover { - border-bottom: none; -} - +#imageToolBar A, #imageToolBar A:hover, A.navThumb, A.navThumb:hover { border-bottom: none; } -- cgit v1.2.3