mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Don't show white parts when hovering over the elements of the menu
This commit is contained in:
parent
4ff999d1c5
commit
b01c1f3b9a
1 changed files with 2 additions and 3 deletions
|
@ -148,7 +148,6 @@ body {
|
|||
}
|
||||
|
||||
#desktopNavbar li ul {
|
||||
padding: 2px;
|
||||
border: 1px solid #3f3f3f;
|
||||
background: #fff url(../images/skin/bg-dropdown.gif) repeat-y;
|
||||
position: absolute;
|
||||
|
@ -185,11 +184,11 @@ body {
|
|||
#desktopNavbar li ul li a {
|
||||
position: relative;
|
||||
/*padding: 1px 9px 1px 25px;*/
|
||||
width: 130px;
|
||||
width: 134px;
|
||||
color: #3f3f3f;
|
||||
font-weight: normal;
|
||||
/* Fix By Chris */
|
||||
padding: 1px 9px 1px 20px; /* Reduce left padding */
|
||||
padding: 1px 10px 1px 20px; /* Reduce left padding */
|
||||
}
|
||||
|
||||
#desktopNavbar li ul li a:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue