diff options
Diffstat (limited to 'core/css/quick.css')
-rw-r--r-- | core/css/quick.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/core/css/quick.css b/core/css/quick.css index 1ac88c6d..02f9953e 100644 --- a/core/css/quick.css +++ b/core/css/quick.css @@ -26,8 +26,15 @@ width: 100%; } -#gQuickPaneOptions a { +#gQuickPaneOptions li a { display: block; - clear: both; + float: none; width: auto; + margin: 0; + padding: .5em .5em .5em .8em; + text-align: left; +} + +#gQuickPaneOptions li a:hover { + background-color: #4d4d4d; } |