diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/quick.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/core/css/quick.css b/core/css/quick.css index e9c2bf31..326576e0 100644 --- a/core/css/quick.css +++ b/core/css/quick.css @@ -65,3 +65,20 @@ #gQuickPane .options { background-position: -112px 0; } + +#gQuickPaneOptions { + background: #000; + float: left; + width: 100%; +} + +#gQuickPaneOptions a { + display: block; + background: none; + width: auto; +} + +#gQuickPaneOptions a:hover { + color: #999; + background: none; +} |