aboutsummaryrefslogtreecommitdiffstats
path: root/notifier/growl.css
diff options
context:
space:
mode:
authorsuVene2008-12-15 16:51:03 +0000
committersuVene2008-12-15 16:51:03 +0000
commit8860ec5b9f362284b66a2abbefe7071bf756c768 (patch)
tree604bf1c039220b333621c107518b1c83f15a4f0f /notifier/growl.css
parent28f7f11fdca052b4cfd8fb3d6628dd9b5e95b201 (diff)
downloadvimperator-plugins-8860ec5b9f362284b66a2abbefe7071bf756c768.tar.bz2
* growl.css - add head link style.
* observer_growl.js - add hyperlink.mod default life 10 seconds. * subject_hatelabo_bottle.js - parse permalink. * notifier.js - follow pluginManager.etc. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26822 d0d07461-0603-4401-acd4-de1884942a52
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;