Patch #32100 » fix-roundiness-on-plus-menu.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:3px} |
|
77 |
#main-menu .menu-children li:first-child a:hover {border-top-left-radius:0; border-top-right-radius:0;} |
|
78 |
#main-menu .menu-children li:last-child a:hover {border-bottom-left-radius:0; border-bottom-right-radius:0;} |
|
75 | 79 |
#main-menu .menu-children li a:hover {color: #fff; background-color: #759FCF;} |
76 | 80 | |
77 | 81 |
#main-menu .tabs-buttons { |