diff -r 218a627eb53e -r 547b7ba6d535 includes/clientside/css/enano-shared.css --- a/includes/clientside/css/enano-shared.css Mon Apr 14 12:13:12 2008 -0400 +++ b/includes/clientside/css/enano-shared.css Mon Apr 14 22:02:04 2008 -0400 @@ -794,12 +794,13 @@ .abutton:hover { color: #f0f0f0 !important; + background-color: #606060; } -.abutton_green { color: #00aa00 !important; } -.abutton_green:hover { background-color: #00aa00; } -.abutton_blue { color: #0000aa !important; } -.abutton_blue:hover { background-color: #0000aa; } -.abutton_red { color: #aa0000 !important; } -.abutton_red:hover { background-color: #aa0000; } +.abutton_green { color: #008800 !important; } +.abutton_green:hover { background-color: #008800 !important; } +.abutton_blue { color: #000088 !important; } +.abutton_blue:hover { background-color: #000088 !important; } +.abutton_red { color: #880000 !important; } +.abutton_red:hover { background-color: #880000 !important; }