esayui中panel ,datagrid 标题栏样式

位于easyui.css中

-----------------------------------------------------------------------------------------------------------
.panel-header {
  background-color: #00dd00;
  background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
}

posted on 2019-01-17 14:03  lycai  阅读(442)  评论(0)    收藏  举报

导航