Patch #32100 » fix-roundiness-on-plus-menu-without-menuchild-roundiness.patch
public/stylesheets/application.css (working copy) | ||
---|---|---|
69 | 69 |
border-right: 1px solid #759FCF; |
70 | 70 |
border-bottom: 1px solid #759FCF; |
71 | 71 |
border-left: 1px solid #759FCF; |
72 |
border-bottom-left-radius: 3px; |
|
73 |
border-bottom-right-radius: 3px; |
|
72 | 74 |
} |
73 | 75 |
#main-menu .menu-children li {float:left; clear:both; width:100%;} |
74 |
#main-menu .menu-children li a {color: #555; background-color:#fff; font-weight:normal;} |
|
76 |
#main-menu .menu-children li a {color: #555; background-color:#fff; font-weight:normal; border-radius:0px}
|
|
75 | 77 |
#main-menu .menu-children li a:hover {color: #fff; background-color: #759FCF;} |
76 | 78 | |
77 | 79 |
#main-menu .tabs-buttons { |