Mercurial > libervia-web
comparison public/libervia.css @ 150:a201e368fc86
browser: last menu CSS fix
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 10 Dec 2012 20:10:33 +0100 |
parents | 8635bc9db9bf |
children | 6947450a477b |
comparison
equal
deleted
inserted
replaced
149:f78761e1be8e | 150:a201e368fc86 |
---|---|
223 -moz-transition: color 0.2s linear; | 223 -moz-transition: color 0.2s linear; |
224 -o-transition: color 0.2s linear; | 224 -o-transition: color 0.2s linear; |
225 cursor: pointer; | 225 cursor: pointer; |
226 } | 226 } |
227 | 227 |
228 /*.menuLastPopup div tr:first-child td{ | |
229 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; | |
232 }*/ | |
233 | |
228 .gwt-MenuBar tr:last-child td { | 234 .gwt-MenuBar tr:last-child td { |
229 border-radius: 0 0 9px 9px !important; | 235 border-radius: 0 0 9px 9px !important; |
230 -webkit-border-radius: 0 0 9px 9px !important; | 236 -webkit-border-radius: 0 0 9px 9px !important; |
231 -moz-border-radius: 0 0 9px 9px !important; | 237 -moz-border-radius: 0 0 9px 9px !important; |
232 } | 238 } |
233 | 239 |
234 .menuLastPopup div tr:first-child td{ | |
235 border-radius: 0 0 9px 9px !important; | |
236 -webkit-border-radius: 0 0 9px 9px !important; | |
237 -moz-border-radius: 0 0 9px 9px !important; | |
238 } | |
239 | 240 |
240 .menuLastPopup .gwt-MenuBar { | 241 .menuLastPopup .gwt-MenuBar { |
241 border-top-right-radius: 9px 9px 9px 9px; | 242 border-top-right-radius: 9px 9px 9px 9px; |
242 -webkit-border-top-right-radius: 9px 9px 9px 9px; | 243 -webkit-border-top-right-radius: 9px 9px 9px 9px; |
243 -moz-border-top-right-radius: 9px 9px 9px 9px; | 244 -moz-border-top-right-radius: 9px 9px 9px 9px; |