style_gray.css 779 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .menubutton {
  2. cursor: hand;
  3. height:25;
  4. background:gray;;
  5. }
  6. #menuTree{
  7. margin-top:2px;
  8. border-top:1px solid gray;;
  9. }
  10. #separateLine{
  11. position:absolute;
  12. top:0;
  13. left:0;
  14. width:100%;
  15. height:100%;
  16. margin-top:25px;
  17. border-left: 0px solid gray;;
  18. }
  19. .bannerbutton{
  20. background:url(images/banner3.gif);
  21. }
  22. .leftHeader{background:url(images/header_pink.png)}
  23. .rightHeader{background:url(images/banner2.gif) right 0;overflow:hidden}
  24. /*FRAME上的导航栏 background-color:#dcdfe5;*/
  25. .navigator{
  26. background:gray;
  27. }
  28. /*单记录表表头背景色*/
  29. .fwdatagrid-th-rownum,.fwdatagrid-th-rownum-top,.fwdatagrid-th,.fwdatagrid-th-fixed,.fweditgrid-th,.fweditgrid-th-rownum{
  30. border-right:1px solid #ccc;
  31. border-bottom:1px solid #ccc;
  32. background:pink;
  33. }