auto.css 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .x-tree-arrows .x-tree-elbow-plus,.x-tree-arrows .x-tree-elbow-minus,.x-tree-arrows .x-tree-elbow-end-plus,.x-tree-arrows .x-tree-elbow-end-minus
  2. {
  3. background-image: url('../../../resource/ext/resources/themes/images/gray/tree/arrows.gif') !important;
  4. }
  5. .x-grid-tree-node-expanded .x-tree-icon-parent {
  6. background-position: 0 0 !important;
  7. background: no-repeat;
  8. background-image: url('../../../resource/ext/resources/themes/images/gray/tree/folder-open.gif') !important;
  9. }
  10. .x-grid-row .x-grid-cell {
  11. color: null;
  12. font-size:14px;
  13. background-color: #FAFAFA;
  14. border-color: #ededed;
  15. border-style: solid;
  16. border-width: 1px 0;
  17. border-top-color: #FAFAFA;
  18. height: 24px;
  19. line-height: 24px
  20. }
  21. .x-grid-row-alt .x-grid-cell,.x-grid-row-alt .x-grid-rowwrap-div {
  22. background-color: #f1f1f1;
  23. }
  24. .form-field-allowBlank {
  25. background-image:none !important;
  26. background-color:#D5D5D5;
  27. border-bottom: none !important;
  28. }
  29. .x-form-field {
  30. border: 1px solid #D5D5D5 ;
  31. background-color: #fffafa;
  32. font-size: 14px !important;
  33. color: #515151
  34. }
  35. .button1 {
  36. position: relative;
  37. overflow: visible;
  38. display: inline-block;
  39. /* padding: 0.5em 1em; */
  40. border: 1px solid #d4d4d4;
  41. margin: 0;
  42. text-decoration: none;
  43. text-align: center;
  44. text-shadow: 1px 1px 0 #fff;
  45. font:11px/normal sans-serif;
  46. color: #333;
  47. white-space: nowrap;
  48. cursor: pointer;
  49. outline: none;
  50. height:24px !important;
  51. background:url(../../../resource/images/bg_back.png);
  52. font-weight:400 !important;
  53. -moz-background-clip: padding; /* for Firefox 3.6 */
  54. background-clip: padding-box;
  55. border-radius: 0.2em;
  56. /* IE hacks */
  57. zoom: 1;
  58. *display: inline;
  59. }
  60. .button1.pill {
  61. border-radius: 50em;
  62. }
  63. .button1:hover,
  64. .button1:focus,
  65. .button1:active,
  66. .button1.active {
  67. border-color: #D5D5D5;
  68. border-bottom-color: #D5D5D5;
  69. text-decoration: none;
  70. text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  71. color: #fff;
  72. background-color: #D5D5D5;
  73. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EEEEEE), to(#D5D5D5));
  74. background-image: -moz-linear-gradient(#EEEEEE, #D5D5D5);
  75. background-image: -o-linear-gradient(#EEEEEE,#D5D5D5);
  76. background-image: linear-gradient(#EEEEEE,#D5D5D5);
  77. }