@lidorsystems/integralui-web
Version:
IntegralUI Web - Advanced UI Components for Angular
15 lines (13 loc) • 463 B
CSS
.iui-dragwin {
background: -webkit-linear-gradient(#363636, #303030);
background: -moz-linear-gradient(#363636, #303030);
background: -ms-linear-gradient(#363636, #303030);
background: -o-linear-gradient(#363636, #303030);
background : linear-gradient(#363636, #303030);
background-color: #303030;
border: thin solid #151515;
box-shadow: 0 0 3px #151515;
}
.iui-dragwin-title {
border-left: thin solid #151515;
}