diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-15 04:32:34 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-15 04:32:34 +0000 |
commit | e7d7396f7ad433bae59dd8460307b4dfa9ab33db (patch) | |
tree | a700a3c4c99d439870b7108fbd4e6e1381da61c8 /core/css | |
parent | 5bfde5ceb863a399bf29ac30c6d4357fe031d7dc (diff) |
Minor display updates for quick edit menu.
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/quick.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/css/quick.css b/core/css/quick.css index fef92c22..372fb55a 100644 --- a/core/css/quick.css +++ b/core/css/quick.css @@ -1,3 +1,7 @@ +.gItem:hover { + background-color: #cfdeff; +} + .gQuick { border: none !important; margin: 0 !important; @@ -7,7 +11,7 @@ #gQuickPane { background: #000; border-bottom: 1px solid #ccc; - opacity: 0.8; + opacity: 0.9; } #gQuickPane a { |