aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/Sylvia/theme.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-14 18:30:48 +0000
committervdigital <vdigital@piwigo.org>2008-10-14 18:30:48 +0000
commit6c4ae93418cd784b378412d1aa0ff143dcc9e4da (patch)
treebfd660208ce85d5c565728b037c16013840217df /template/yoga/theme/Sylvia/theme.css
parent4d8e05b869ed93cb4116af6be55544f59040609d (diff)
Stripy buttons have been reviewed.
git-svn-id: http://piwigo.org/svn/branches/2.0@2736 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/Sylvia/theme.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 41affedc1..1536a84c4 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -100,5 +100,9 @@ A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer;
.rateButtonStarFull { background-image: url('icon/rating-stars.gif'); }
.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; }
+input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
+background-color:#999; border-color: #666; }
/* IE6... Hacks: */
-/*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */ \ No newline at end of file
+/*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */ ======= \ No newline at end of file