diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-14 17:28:13 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-14 17:28:13 +0000 |
commit | b1829f6d06a14ecc0fec61fa48d8297c419de9ef (patch) | |
tree | 09d5aa430156581b0535c4dd8eb0958ca08d6da8 /template/yoga/theme | |
parent | da532c3979c6adb7e4e599d6ebb8baa71ddea255 (diff) |
Stripy buttons have been reviewed.
git-svn-id: http://piwigo.org/svn/trunk@2735 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index e7cedf685..6653be540 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -100,4 +100,8 @@ A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;} .rateButtonStarFull { background-image: url('icon/rating-stars.gif'); } -.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); }
\ No newline at end of file +.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); } +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; }
\ No newline at end of file |