diff options
Diffstat (limited to 'core/css/quick.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 { |