diff options
author | suVene | 2008-12-18 13:34:41 +0000 |
---|---|---|
committer | suVene | 2008-12-18 13:34:41 +0000 |
commit | d6f0e829fb8f2bd1783f2cc4b64ece322b2e2620 (patch) | |
tree | c085d15a2a1d22e673287d28541cfe43a99097eb /notifier/growl.css | |
parent | 9191445073dc2b66b6f37399ecfc43c03d6d5e09 (diff) | |
download | vimperator-plugins-d6f0e829fb8f2bd1783f2cc4b64ece322b2e2620.tar.bz2 |
* add subject_weather_yahoo.js.
* observer_growl.js のオプション設定.
* css微調整.
* etc.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27023 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier/growl.css')
-rw-r--r-- | notifier/growl.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notifier/growl.css b/notifier/growl.css index 0912af4..d67b681 100644 --- a/notifier/growl.css +++ b/notifier/growl.css @@ -65,11 +65,11 @@ div.observer_growl div.observer_growl_notification div.header { font-size: 10px; } -div.observer_growl div.observer_growl_notification div.header a:link { +div.observer_growl div.observer_growl_notification a:link { color: #EF6D29; } -div.observer_growl div.observer_growl_notification div.header a:hover { +div.observer_growl div.observer_growl_notification a:visited { color: #A50000; } |