aboutsummaryrefslogtreecommitdiffstats
path: root/notifier
diff options
context:
space:
mode:
authorsuVene2008-12-29 16:21:46 +0000
committersuVene2008-12-29 16:21:46 +0000
commitfbcdd4569930492b55072bb03172dfeded7bad44 (patch)
treef2bfd20f12cbcdc769083aa7ff7b8857b5b35532 /notifier
parent01629be2ff6f827813cddc2c25af21d8f159571a (diff)
downloadvimperator-plugins-fbcdd4569930492b55072bb03172dfeded7bad44.tar.bz2
* add !important.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27577 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier')
-rw-r--r--notifier/growl.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/notifier/growl.css b/notifier/growl.css
index 5bcde51..62698cd 100644
--- a/notifier/growl.css
+++ b/notifier/growl.css
@@ -74,11 +74,11 @@ div.observer_growl div.observer_growl_notification div.header {
}
div.observer_growl div.observer_growl_notification a:link {
- color: #EF6D29;
+ color: #EF6D29 !important;
}
div.observer_growl div.observer_growl_notification a:visited {
- color: #A50000;
+ color: #BA591E !important;
}
div.observer_growl div.observer_growl_notification div.close {