diff options
Diffstat (limited to 'admin/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 174d9a8dd..374ec3437 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -293,7 +293,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} #pwgMain {padding-left:0} -input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { +.grp_action A, input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { font-size:12px; font-weight:bold; letter-spacing:1px; @@ -307,7 +307,7 @@ input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { margin-left:0; } -input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover { +.grp_action A:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover { cursor: pointer; background-color:#ff7700; color:white; |