comparison public/libervia.css @ 144:88512fbeb128

browser side: CSS fixe for last item's selection in main menu
author Goffi <goffi@goffi.org>
date Sun, 09 Dec 2012 23:30:27 +0100
parents 6576c5a90060
children 8635bc9db9bf
comparison
equal deleted inserted replaced
143:03c22ddd7c94 144:88512fbeb128
230 -webkit-border-radius: 0 0 9px 9px !important; 230 -webkit-border-radius: 0 0 9px 9px !important;
231 -moz-border-radius: 0 0 9px 9px !important; 231 -moz-border-radius: 0 0 9px 9px !important;
232 } 232 }
233 233
234 .menuLastPopup div tr:first-child td{ 234 .menuLastPopup div tr:first-child td{
235 border-radius: 0 9px 0 0 !important; 235 border-radius: 0 0 9px 9px !important;
236 -webkit-border-radius: 0 9px 0 0 !important; 236 -webkit-border-radius: 0 0 9px 9px !important;
237 -moz-border-radius: 0 9px 0 0 !important; 237 -moz-border-radius: 0 0 9px 9px !important;
238 } 238 }
239 239
240 .menuLastPopup .gwt-MenuBar { 240 .menuLastPopup .gwt-MenuBar {
241 border-top-right-radius: 9px 9px 9px 9px; 241 border-top-right-radius: 9px 9px 9px 9px;
242 -webkit-border-top-right-radius: 9px 9px 9px 9px; 242 -webkit-border-top-right-radius: 9px 9px 9px 9px;