Mercurial > libervia-web
diff public/libervia.css @ 264:2a93f8e6f989
browser_side: added class ToggleStackPanel
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 17 Nov 2013 17:41:54 +0100 |
parents | d3c734669577 |
children | 79970bf6af93 |
line wrap: on
line diff
--- a/public/libervia.css Mon Nov 11 12:48:33 2013 +0100 +++ b/public/libervia.css Sun Nov 17 17:41:54 2013 +0100 @@ -1297,4 +1297,52 @@ .contactGroupButtonCell { vertical-align: baseline; width: 55px; + +/* StackPanel */ + +.gwt-StackPanel { +} + +.gwt-StackPanel .gwt-StackPanelItem { + background-color: #222; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’444444′, endColorstr=’#222222’); + background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); + background: -moz-linear-gradient(top, #444444, #222222); + background-image: -o-linear-gradient(#444444,#222222); + text-decoration: none; + font-weight: bold; + height: 100%; + color: #e7e5e5; + padding: 3px 15px; + /*display: block;*/ + border-radius: 1em 1em 1em 1em; + -webkit-border-radius: 1em 1em 1em 1em; + -moz-border-radius: 1em 1em 1em 1em; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); + -webkit-transition: color 0.2s linear; + -moz-transition: color 0.2s linear; + -o-transition: color 0.2s linear; +} + +.gwt-StackPanel .gwt-StackPanelItem:hover { + background-color: #eee; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#eee’, endColorstr=’#aaa′); + background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); + background: -moz-linear-gradient(top, #eee, #aaa); + background-image: -o-linear-gradient(#eee,#aaa); + color: #444; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); + cursor: pointer; +} + +.gwt-StackPanel .gwt-StackPanelItem-selected { + background-color: #eee; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#eee’, endColorstr=’#aaa′); + background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); + background: -moz-linear-gradient(top, #eee, #aaa); + background-image: -o-linear-gradient(#eee,#aaa); + color: #444; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); + cursor: pointer; +} } \ No newline at end of file