panel-skin.css revision c15c2ffa5098f185018c5752843e0ab884f5cd26
.yui3-skin-sam .yui3-panel-content {
background:white;
-webkit-box-shadow: 0 0 5px #333;
-moz-box-shadow: 0 0 5px #333;
box-shadow: 0 0 5px #333;
}
.yui3-skin-sam .yui3-widget-mask {
background-color:#000;
opacity:0.5;
}
.yui3-skin-sam .yui3-panel-content .yui3-widget-hd {
background-color:#2B2D2D;
background: -moz-linear-gradient(
0% 100% 90deg,
#2647a0 7%,
#3d67ce 50%,
#426fd9 100%
);
background: -webkit-gradient(
linear,
left bottom,
left top,
from(#2647a0),
color-stop(0.07, #2647a0),
color-stop(0.5, #3d67ce),
to(#426fd9)
);
color: #101d3d;
padding: 8px;
}
.yui3-skin-sam .yui3-panel .yui3-panel-content .yui3-widget-ft {
background: #EDF5FF;
padding:8px;
}
.yui3-skin-sam .yui3-panel-content .yui3-widget-button-wrapper .yui3-button {
padding: 2px 4px;
margin: 3px;
cursor: pointer;
text-decoration: none;
display: inline-block;
zoom: 1;
*display: inline;
-moz-border-radius: 0.435em;
-webkit-border-radius: 0.435em;
border-radius: 0.435em;
}
.yui3-skin-sam .yui3-panel-content .yui3-widget-hd .yui3-widget-button-wrapper .yui3-button {
color:#fff;
border-color: #304369;
background-color:#2B2D2D;
background: -moz-linear-gradient(
0% 100% 90deg,
#2647a0 7%,
#3d67ce 50%,
#426fd9 100%
);
background: -webkit-gradient(
linear,
left bottom,
left top,
from(#2647a0),
color-stop(0.07, #2647a0),
color-stop(0.5, #3d67ce),
to(#426fd9)
);
}
.yui3-skin-sam .yui3-panel-content .yui3-widget-ft .yui3-widget-button-wrapper .yui3-button {
color: black;
border: 1px solid gray;
background: -webkit-gradient( linear, left bottom, left top, from(#D8D8DA), color-stop(0.18, #D8D8DA), color-stop(0.5, #F1F2F2), to(white) );
background: -moz-linear-gradient( 0% 100% 90deg, #D8D8DA 18%, #F1F2F2 50%, white 100% );
background: -webkit-gradient( linear, left bottom, left top, from(#D8D8DA), color-stop(0.18, #D8D8DA), color-stop(0.5, #F1F2F2), to(white) );
}