diff options
author | plegall <plg@piwigo.org> | 2013-05-07 08:52:26 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-05-07 08:52:26 +0000 |
commit | c2881d42426b15a8ba55eb27e15e53e33a0b8017 (patch) | |
tree | 7a65a5cd40b663584ef5e3f2d05b9eb31cb527bf /admin/themes/roma/theme.css | |
parent | 6ee907f167614d21da5ca043283b551ec024c5ca (diff) |
bug 2895 fixed: replace border-bottom by text-decoration in menubar links for
admin theme roma, to avoid height change on plugins box.
git-svn-id: http://piwigo.org/svn/branches/2.5@22525 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/roma/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 489dc125d..c6c20f71c 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -160,6 +160,7 @@ position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: # #menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px; list-style-type: square; list-style-position: inside; padding: 0; } #menubar ul.scroll { overflow-y:auto; max-height:500px;} +#menubar li a:hover {border:none; text-decoration:underline;} /* jQuery tooltips */ .cluetip-outer { border-color: #666; color: #666; background-color: #222; } |