aboutsummaryrefslogtreecommitdiffstats
path: root/notifier/growl.css
diff options
context:
space:
mode:
Diffstat (limited to 'notifier/growl.css')
-rw-r--r--notifier/growl.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/notifier/growl.css b/notifier/growl.css
index 5cbd9ed..0912af4 100644
--- a/notifier/growl.css
+++ b/notifier/growl.css
@@ -45,8 +45,6 @@ div.observer_growl div.observer_growl_notification, div.observer_growl div.obser
background-color: #000;
color: #fff;
opacity: .85;
- filter: alpha(opacity = 85);
- zoom: 1;
width: 235px;
padding: 10px;
margin-top: 5px;
@@ -56,7 +54,6 @@ div.observer_growl div.observer_growl_notification, div.observer_growl div.obser
text-align: left;
display: none;
-moz-border-radius: 5px;
- -webkit-border-radius: 5px;
}
div.observer_growl div.observer_growl_notification {
@@ -68,6 +65,14 @@ div.observer_growl div.observer_growl_notification div.header {
font-size: 10px;
}
+div.observer_growl div.observer_growl_notification div.header a:link {
+ color: #EF6D29;
+}
+
+div.observer_growl div.observer_growl_notification div.header a:hover {
+ color: #A50000;
+}
+
div.observer_growl div.observer_growl_notification div.close {
float: right;
font-weight: bold;