Mercurial > libervia-web
diff src/browser/public/libervia.css @ 494:5d8632a7bfde
browser_side: refactorisation of menus and LiberviaWidget's header
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 15 Jul 2014 18:43:55 +0200 |
parents | a7f5448a1bc3 |
children | 587fe75d1b16 |
line wrap: on
line diff
--- a/src/browser/public/libervia.css Tue Jul 15 13:39:36 2014 +0200 +++ b/src/browser/public/libervia.css Tue Jul 15 18:43:55 2014 +0200 @@ -720,20 +720,14 @@ height: 20px; padding-top: 2px; padding-bottom: 3px; + padding-right: 0px; border-left: 1px solid #666; border-top: 0; - border-radius: 0 10px 0 0; + border-radius: 0 0 0 0; background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); background: -webkit-linear-gradient(top, #555, #333); background: linear-gradient(to bottom, #555, #333); -} - -.widgetHeader_closeButton { - border-radius: 0 10px 0 0 !important; -} - -.widgetHeader_settingButton { - border-radius: 0 0 0 0 !important; + cursor: pointer; } .widgetHeader_buttonGroup img:hover {