mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 23:11:12 +00:00
Don't set border-radius for the items in the dropdown menu (#32013).
Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@18543 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3c3725e3a3
commit
e368e7619b
@ -54,11 +54,13 @@ div#wrapper, div#wrapper2, div#wrapper3 { min-height: inherit; }
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 10px 4px 10px;
|
padding: 4px 10px 4px 10px;
|
||||||
|
border-top-left-radius: 3px;
|
||||||
|
border-top-right-radius: 3px;
|
||||||
}
|
}
|
||||||
#main-menu li a:hover {background: #759FCF; color: #fff; border-top-left-radius: 3px; border-top-right-radius: 3px;}
|
#main-menu li a:hover {background: #759FCF; color: #fff; }
|
||||||
#main-menu li:hover ul.menu-children, #main-menu li ul.menu-children.visible {display: block;}
|
#main-menu li:hover ul.menu-children, #main-menu li ul.menu-children.visible {display: block;}
|
||||||
#main-menu li a.selected, #main-menu li a.selected:hover {background: #fff; color: #555; border-top-left-radius: 3px; border-top-right-radius: 3px;}
|
#main-menu li a.selected, #main-menu li a.selected:hover {background: #fff; color: #555; }
|
||||||
#main-menu li a.new-object {background-color: #759FCF; border-top-left-radius: 3px; border-top-right-radius: 3px;}
|
#main-menu li a.new-object {background-color: #759FCF; }
|
||||||
|
|
||||||
#main-menu .menu-children {
|
#main-menu .menu-children {
|
||||||
display: none;
|
display: none;
|
||||||
@ -71,7 +73,7 @@ div#wrapper, div#wrapper2, div#wrapper3 { min-height: inherit; }
|
|||||||
border-left: 1px solid #759FCF;
|
border-left: 1px solid #759FCF;
|
||||||
}
|
}
|
||||||
#main-menu .menu-children li {float:left; clear:both; width:100%;}
|
#main-menu .menu-children li {float:left; clear:both; width:100%;}
|
||||||
#main-menu .menu-children li a {color: #555; background-color:#fff; font-weight:normal;}
|
#main-menu .menu-children li a {color: #555; background-color:#fff; font-weight:normal; border-radius: 0;}
|
||||||
#main-menu .menu-children li a:hover {color: #fff; background-color: #759FCF;}
|
#main-menu .menu-children li a:hover {color: #fff; background-color: #759FCF;}
|
||||||
|
|
||||||
#main-menu .tabs-buttons {
|
#main-menu .tabs-buttons {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user