diff options
-rw-r--r-- | public/stylesheets/main.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 4db61963d..44f842881 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -19,7 +19,7 @@ a:link { a:visited { color: #000099; } -a:hover, a:active { +a:active { color: #ff0000; } @@ -244,8 +244,18 @@ table#list_requests .odd { .request_listing { } .request_listing_bottomline { - color: #888888; + color: #777777; } +.request_listing_bottomline a:link { + color: #7777cc; +} +.request_listing_bottomline a:visited { + color: #551a8b; +} +.request_listing_bottomline a:active { + color: #ff0000; +} + /* /request - viewing requests */ |