diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-15 17:12:05 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-15 17:12:05 +0000 |
commit | 847a842e8d4ed1855838f5d8ab514fbf22cb164b (patch) | |
tree | 0e5479f30130b3d2b00a5c2a83aee774b7323105 /template/yoga/theme/Sylvia/theme.css | |
parent | f55a21f41bb7440637667e195425d92489f5c433 (diff) |
Neuronal correction... Buttons colors and comment list bullets.[merge]
git-svn-id: http://piwigo.org/svn/trunk@2746 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 01bb29856..5d7dbefe3 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -88,7 +88,7 @@ border: 1px solid #666; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } .content UL.thumbnails SPAN.wrap2:hover { color: #666; background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } -#comments ul.actions li, #comments ul.actions li:hover { background:transparent none; padding: 0 22px; clear:both; } +#comments ul.actions li, #comments ul.actions li:hover { background:transparent none; padding: 0 22px; clear:both; list-style-type:none; } A, INPUT.rateButton { color:#f70; border-width: 0; } A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; } #theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; } @@ -101,8 +101,8 @@ A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; .rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); } #menubar #mbIdentification fieldset div input[type="text"] { margin: 0 0 3px; width: 174px; display: inline; } input[type="button"], input[type="submit"], input[type="reset"] { -background-color:#ff3363; color:#222; border-color: #ff3363; } +color:#ff3363; background-color:#222; border-color: #ff3363; } input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { -background-color:#999; border-color: #666; } +color:#999; border-color: #666; } /* IE6... Hacks: */ /*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */
\ No newline at end of file |