comparison public/libervia.css @ 79:d57e0d6b1ced

browser side: inclusion of Adrien's icons
author Goffi <goffi@goffi.org>
date Sun, 19 Jun 2011 16:35:44 +0200
parents 975e6be24e11
children 84d3b0decd3d
comparison
equal deleted inserted replaced
78:12680e220b35 79:d57e0d6b1ced
139 -moz-border-radius: 1em; 139 -moz-border-radius: 1em;
140 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); 140 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
141 -webkit-transition: color 0.2s linear; 141 -webkit-transition: color 0.2s linear;
142 -moz-transition: color 0.2s linear; 142 -moz-transition: color 0.2s linear;
143 -o-transition: color 0.2s linear; 143 -o-transition: color 0.2s linear;
144 }
145
146 .gwt-MenuItem img {
147 padding-right: 2px;
144 } 148 }
145 149
146 .gwt-MenuBar-horizontal .gwt-MenuItem-selected { 150 .gwt-MenuBar-horizontal .gwt-MenuItem-selected {
147 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#eee’, endColorstr=’#aaa′); 151 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#eee’, endColorstr=’#aaa′);
148 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); 152 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));