comparison public/libervia.css @ 69:4a157389a981

browser side: menu CSS fix
author Adrien Vigneron <adrienvigneron@mailoo.org>
date Wed, 15 Jun 2011 21:05:47 +0200
parents c378653792b8
children 386d27dd3fbb
comparison
equal deleted inserted replaced
68:c378653792b8 69:4a157389a981
145 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#eee’, endColorstr=’#aaa′); 145 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#eee’, endColorstr=’#aaa′);
146 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); 146 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
147 background: -moz-linear-gradient(top, #eee, #aaa); 147 background: -moz-linear-gradient(top, #eee, #aaa);
148 background-image: -o-linear-gradient(#eee,#aaa); 148 background-image: -o-linear-gradient(#eee,#aaa);
149 color: #444; 149 color: #444;
150 /*border-top: solid 1px #fff;*/
151 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
152 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
153 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
154 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 150 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
155 cursor: pointer; 151 cursor: pointer;
156 } 152 }
157 153
158 .gwt-MenuBar { 154 .gwt-MenuBar {