jqx.fresh.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. .jqx-widget-content-fresh{border-color: #8e8e97; background-color: #f7f7f7;}
  2. .jqx-fill-state-normal-fresh, .jqx-widget-header-fresh{ border-color: #8e8e97; text-shadow:0 1px 0 #f1f1f5;
  3. background: #ffffff;
  4. background: -moz-linear-gradient(top, #ffffff 0%, #efeff1 1%, #ededf0 4%, #d2d2d8 100%);
  5. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(1%,#efeff1), color-stop(4%,#ededf0), color-stop(100%,#d2d2d8));
  6. background: -webkit-linear-gradient(top, #ffffff 0%,#efeff1 1%,#ededf0 4%,#d2d2d8 100%);
  7. background: -o-linear-gradient(top, #ffffff 0%,#efeff1 1%,#ededf0 4%,#d2d2d8 100%);
  8. background: -ms-linear-gradient(top, #ffffff 0%,#efeff1 1%,#ededf0 4%,#d2d2d8 100%);
  9. background: linear-gradient(top, #ffffff 0%,#efeff1 1%,#ededf0 4%,#d2d2d8 100%);
  10. }
  11. .jqx-widget-fresh .jqx-grid-cell-fresh, .jqx-widget-fresh .jqx-grid-column-header-fresh, .jqx-widget-fresh .jqx-grid-group-cell-fresh {border-color: #8e8e97; background-color: #f7f7f7;}
  12. .jqx-widget-fresh .jqx-grid-cell-sort-fresh, .jqx-widget-fresh .jqx-grid-cell-filter-fresh, .jqx-widget-fresh .jqx-grid-cell-alt-fresh, .jqx-widget-fresh .jqx-grid-cell-pinned-fresh{background-color:#d7d9df}
  13. .jqx-widget-fresh, .jqx-widget-header-fresh, .jqx-widget-content-fresh{-webkit-background-clip: padding-box; background-clip: padding-box;}
  14. .jqx-fill-state-hover-fresh, .jqx-widget-fresh .jqx-grid-cell-hover-fresh{ border-color:#5a5e64; color:#000; text-shadow:0 1px 0 #aaa;
  15. background: #cacdd5;
  16. background: -moz-linear-gradient(top, #cacdd5 0%, #a3a7b4 93%, #a6aab7 100%);
  17. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacdd5), color-stop(93%,#a3a7b4), color-stop(100%,#a6aab7));
  18. background: -webkit-linear-gradient(top, #cacdd5 0%,#a3a7b4 93%,#a6aab7 100%);
  19. background: -o-linear-gradient(top, #cacdd5 0%,#a3a7b4 93%,#a6aab7 100%);
  20. background: -ms-linear-gradient(top, #cacdd5 0%,#a3a7b4 93%,#a6aab7 100%);
  21. background: linear-gradient(top, #cacdd5 0%,#a3a7b4 93%,#a6aab7 100%);
  22. }
  23. .jqx-fill-state-pressed-fresh, .jqx-widget-fresh .jqx-grid-cell-selected-fresh{
  24. background: #058cf5;
  25. background: -moz-linear-gradient(top, #058cf5 0%, #0385f3 19%, #0167e9 72%, #015de6 100%);
  26. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#058cf5), color-stop(19%,#0385f3), color-stop(72%,#0167e9), color-stop(100%,#015de6));
  27. background: -webkit-linear-gradient(top, #058cf5 0%,#0385f3 19%,#0167e9 72%,#015de6 100%);
  28. background: -o-linear-gradient(top, #058cf5 0%,#0385f3 19%,#0167e9 72%,#015de6 100%);
  29. background: -ms-linear-gradient(top, #058cf5 0%,#0385f3 19%,#0167e9 72%,#015de6 100%);
  30. background: linear-gradient(top, #058cf5 0%,#0385f3 19%,#0167e9 72%,#015de6 100%); border-color:#014ab8;
  31. color:white; text-shadow:0 1px 0 #555; border-image:initial;
  32. }
  33. .jqx-fill-state-focus-fresh { border-color: #555; }
  34. .jqx-fill-state-normal-fresh, .jqx-fill-state-pressed-fresh, .jqx-fill-state-hover-fresh
  35. {
  36. -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15);
  37. -moz-box-shadow : 0 2px 3px rgba(0,0,0,.15);
  38. -o-box-shadow : 0 2px 3px rgba(0,0,0,.15);
  39. box-shadow : 0 2px 3px rgba(0,0,0,.15);
  40. }
  41. .jqx-grid-column-menubutton-fresh{ background-color:transparent}
  42. .jqx-calendar-row-header-fresh, .jqx-calendar-top-left-header-fresh{ background-color:#f2f2f2; border:0px solid #f2f2f2}
  43. .jqx-calendar-column-header-fresh{ background-color:#FFF; border-top:1px solid #FFF; border-bottom:1px solid #e9e9e9}
  44. .jqx-scrollbar-state-normal-fresh{ background-color:#efefef; border:1px solid #efefef}
  45. .jqx-scrollbar-button-state-normal-fresh{ border:1px solid #efefef; background-color:#ececed}
  46. .jqx-scrollbar-button-state-hover-fresh{ border:1px solid #8e8e97;}
  47. .jqx-scrollbar-button-state-pressed-fresh{ border:1px solid #8e8e97;}
  48. .jqx-scrollbar-thumb-state-normal-fresh{background: #ffffff;
  49. background: -moz-linear-gradient(left, #ffffff 0%, #efeff1 1%, #ededf0 4%, #d2d2d8 100%);
  50. background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(1%,#efeff1), color-stop(4%,#ededf0), color-stop(100%,#d2d2d8));
  51. background: -webkit-linear-gradient(left, #ffffff 0%,#efeff1 1%,#ededf0 4%,#d2d2d8 100%);
  52. background: -o-linear-gradient(left, #ffffff 0%,#efeff1 1%,#ededf0 4%,#d2d2d8 100%);
  53. background: -ms-linear-gradient(left, #ffffff 0%,#efeff1 1%,#ededf0 4%,#d2d2d8 100%);
  54. background: linear-gradient(left, #ffffff 0%,#efeff1 1%,#ededf0 4%,#d2d2d8 100%); border:1px solid #8e8e97}
  55. .jqx-scrollbar-thumb-state-hover-fresh{background: #cacdd5;
  56. background: -moz-linear-gradient(left, #cacdd5 0%, #a3a7b4 93%, #a6aab7 100%);
  57. background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cacdd5), color-stop(93%,#a3a7b4), color-stop(100%,#a6aab7));
  58. background: -webkit-linear-gradient(left, #cacdd5 0%,#a3a7b4 93%,#a6aab7 100%);
  59. background: -o-linear-gradient(left, #cacdd5 0%,#a3a7b4 93%,#a6aab7 100%);
  60. background: -ms-linear-gradient(left, #cacdd5 0%,#a3a7b4 93%,#a6aab7 100%);
  61. background: linear-gradient(left, #cacdd5 0%,#a3a7b4 93%,#a6aab7 100%);
  62. border:1px solid #8e8e97}
  63. .jqx-scrollbar-thumb-state-pressed-fresh, .jqx-progressbar-value-vertical-fresh{
  64. background: #9cbbed;
  65. background: -moz-linear-gradient(left, #9cbbed 0%, #3a78dc 1%, #1543bb 100%);
  66. background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9cbbed), color-stop(1%,#3a78dc), color-stop(100%,#1543bb));
  67. background: -webkit-linear-gradient(left, #9cbbed 0%,#3a78dc 1%,#1543bb 100%);
  68. background: -o-linear-gradient(left, #9cbbed 0%,#3a78dc 1%,#1543bb 100%);
  69. background: -ms-linear-gradient(left, #9cbbed 0%,#3a78dc 1%,#1543bb 100%);
  70. background: linear-gradient(left, #9cbbed 0%,#3a78dc 1%,#1543bb 100%);
  71. border:1px solid #014ab8}
  72. .jqx-expander-arrow-expanded-fresh, .jqx-icon-arrow-up-selected-fresh{background-image:url('images/icon-up-white.png'); background-repeat:no-repeat; background-position:center}
  73. .jqx-icon-arrow-down-selected-fresh{background-image:url('images/icon-down-white.png'); background-repeat:no-repeat; background-position:center}
  74. .jqx-icon-arrow-left-selected-fresh{background-image:url('images/icon-left-white.png'); background-repeat:no-repeat; background-position:center}
  75. .jqx-icon-arrow-right-selected-fresh{background-image:url('images/icon-right-white.png');background-repeat:no-repeat; background-position:center}
  76. .jqx-slider-track-horizontal-fresh, .jqx-slider-track-vertical-fresh{border-color: #e8e8e8; background: #e8e8e8;}
  77. .jqx-grid-column-sortdescbutton-fresh, jqx-grid-column-filterbutton-fresh, .jqx-grid-column-sortascbutton-fresh{ background-color:transparent; border-style:solid; border-width:0px 0px 0px 0px; border-color:#8e8e97}
  78. .jqx-menu-item-arrow-right-selected-fresh{background-image:url(images/icon-right-white.png); background-position:100% 50%; background-repeat:no-repeat}
  79. .jqx-menu-item-arrow-down-selected-fresh{background-image:url(images/icon-down-white.png); background-position:100% 50%; background-repeat:no-repeat}
  80. .jqx-menu-item-arrow-up-selected-fresh{background-image:url(images/icon-up-white.png);background-position:100% 50%; background-repeat:no-repeat}
  81. .jqx-menu-item-arrow-left-selected-fresh{background-image:url(images/icon-left-white.png); background-position:0 50%; background-repeat:no-repeat}
  82. .jqx-grid-bottomright-fresh, .jqx-panel-bottomright-fresh, .jqx-listbox-bottomright-fresh{background-color: #efefef;}
  83. .jqx-tabs-title-selected-top-fresh, .jqx-tabs-selection-tracker-top-fresh {border-color: #8e8e97; border-bottom: 1px solid #f7f7f7; text-shadow:0 1px 0 #f2f2f2; filter: none; color: #222; background: #f7f7f7;}
  84. .jqx-tabs-title-selected-bottom-fresh, .jqx-tabs-selection-tracker-bottom-fresh {border-color: #8e8e97; border-top: 1px solid #f7f7f7; text-shadow:0 1px 0 #f2f2f2; filter: none; color: #222; background: #f7f7f7;}
  85. .jqx-tabs-title-fresh, .jqx-window-fresh, .jqx-docking-fresh, .jqx-widget-fresh .jqx-window-fresh {-webkit-box-shadow: none;-moz-box-shadow:none;-o-box-shadow: none;box-shadow :none;}
  86. .jqx-splitter-splitbar-horizontal-fresh, .jqx-splitter-splitbar-vertical-fresh, .jqx-splitter-splitbar-hover-fresh, .jqx-splitter-splitbar-hover-horizontal-fresh{background: #a5a9b6;}
  87. .jqx-splitter-collapse-button-horizontal-fresh, .jqx-splitter-collapse-button-vertical-fresh{background: #1847bd;}
  88. .jqx-slider-tick-horizontal-black, .jqx-slider-tick-vertical-black{background: #1847bd; border-color: #1847bd;}
  89. .jqx-menu-vertical-fresh{ background:#d2d2d8; filter: none;}
  90. .jqx-grid-cell-fresh.jqx-grid-cell-selected-fresh>.jqx-grid-group-expand-fresh {
  91. background-image: url('images/icon-down-white.png');
  92. background-repeat: no-repeat;
  93. background-position: center;
  94. }
  95. .jqx-grid-cell-fresh.jqx-grid-cell-selected-fresh>.jqx-grid-group-collapse-fresh
  96. {
  97. background-image: url('images/icon-right-white.png');
  98. background-repeat: no-repeat;
  99. background-position: center;
  100. }
  101. .jqx-grid-cell-fresh.jqx-grid-cell-selected-fresh>.jqx-grid-group-collapse-rtl-fresh
  102. {
  103. background-image: url('images/icon-left-white.png');
  104. background-repeat: no-repeat;
  105. background-position: center;
  106. }
  107. .jqx-grid-cell-fresh.jqx-grid-cell-selected-fresh>.jqx-grid-group-expand-rtl-fresh
  108. {
  109. background-image: url('images/icon-down-white.png');
  110. background-repeat: no-repeat;
  111. background-position: center;
  112. }
  113. .jqx-icon-arrow-first-selected-fresh
  114. {
  115. background-image: url('images/icon-first-white.png');
  116. background-repeat: no-repeat;
  117. background-position: center;
  118. }
  119. .jqx-icon-arrow-last-selected-fresh
  120. {
  121. background-image: url('images/icon-last-white.png');
  122. background-repeat: no-repeat;
  123. background-position: center;
  124. }
  125. .jqx-icon-calendar-pressed-fresh {
  126. background-image: url('images/icon-calendar-white.png');
  127. }
  128. .jqx-icon-time-pressed-fresh {
  129. background-image: url('images/icon-time-white.png');
  130. }
  131. .jqx-layout-fresh
  132. {
  133. background-color: #8e8e97;
  134. }