diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/roma/theme.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index c95d26c19..8e28b38e5 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -155,13 +155,18 @@ background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; } cursor:pointer; } #menubar dt span { background-color: #111; } -#menubar li { margin: 0 0 0 6px; } +#menubar li { margin: 0 0 0 12px; } #menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; } #menubar li.external:hover { list-style-image:url(images/external_active.png); } #menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px; - list-style-type: square; list-style-position: inside; padding: 0; } + list-style-type: none; list-style-position: inside; padding: 0; } #menubar ul.scroll { overflow-y:auto; max-height:500px;} +#menubar dd [class^="icon-"]:before { + color: #666; + text-decoration:none; +} + /* jQuery tooltips */ .ui-tooltip { color: #eee; |