diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0b3d35f24..3f16b0e52 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -82,6 +82,22 @@ color: #d00; padding: 1px; } +.icon.mail { + background-image: url("../img/message.png"); + min-width: 22px; + height: 22px; + background-position: left center; + padding: 1px; +} + +.icon.events { + background-image: url("../img/events.png"); + min-width: 22px; + height: 22px; + background-position: left center; + padding: 1px; +} + a, a:visited, a:link { color: #dd0000; text-decoration: none; } a:hover { color: #dd0000; text-decoration: underline; } |