Mercurial > libervia-web
comparison 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 |
comparison
equal
deleted
inserted
replaced
493:636b6c477a87 | 494:5d8632a7bfde |
---|---|
718 background-color: transparent; | 718 background-color: transparent; |
719 width: 25px; | 719 width: 25px; |
720 height: 20px; | 720 height: 20px; |
721 padding-top: 2px; | 721 padding-top: 2px; |
722 padding-bottom: 3px; | 722 padding-bottom: 3px; |
723 padding-right: 0px; | |
723 border-left: 1px solid #666; | 724 border-left: 1px solid #666; |
724 border-top: 0; | 725 border-top: 0; |
725 border-radius: 0 10px 0 0; | 726 border-radius: 0 0 0 0; |
726 background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); | 727 background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); |
727 background: -webkit-linear-gradient(top, #555, #333); | 728 background: -webkit-linear-gradient(top, #555, #333); |
728 background: linear-gradient(to bottom, #555, #333); | 729 background: linear-gradient(to bottom, #555, #333); |
729 } | 730 cursor: pointer; |
730 | |
731 .widgetHeader_closeButton { | |
732 border-radius: 0 10px 0 0 !important; | |
733 } | |
734 | |
735 .widgetHeader_settingButton { | |
736 border-radius: 0 0 0 0 !important; | |
737 } | 731 } |
738 | 732 |
739 .widgetHeader_buttonGroup img:hover { | 733 .widgetHeader_buttonGroup img:hover { |
740 background-color: #cf2828; | 734 background-color: #cf2828; |
741 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); | 735 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); |