jqx.arctic.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. /*Rounded Corners*/
  2. /*top-left rounded Corners*/
  3. .jqx-rc-tl-arctic {
  4. -moz-border-radius-topleft: 4px;
  5. -webkit-border-top-left-radius: 4px;
  6. border-top-left-radius: 4px;
  7. }
  8. /*top-right rounded Corners*/
  9. .jqx-rc-tr-arctic {
  10. -moz-border-radius-topright: 4px;
  11. -webkit-border-top-right-radius: 4px;
  12. border-top-right-radius: 4px;
  13. }
  14. /*bottom-left rounded Corners*/
  15. .jqx-rc-bl-arctic {
  16. -moz-border-radius-bottomleft: 4px;
  17. -webkit-border-bottom-left-radius: 4px;
  18. border-bottom-left-radius: 4px;
  19. }
  20. /*bottom-right rounded Corners*/
  21. .jqx-rc-br-arctic {
  22. -moz-border-radius-bottomright: 4px;
  23. -webkit-border-bottom-right-radius: 4px;
  24. border-bottom-right-radius: 4px;
  25. }
  26. /*top rounded Corners*/
  27. .jqx-rc-t-arctic {
  28. -moz-border-radius-topleft: 4px;
  29. -webkit-border-top-left-radius: 4px;
  30. border-top-left-radius: 4px;
  31. -moz-border-radius-topright: 4px;
  32. -webkit-border-top-right-radius: 4px;
  33. border-top-right-radius: 4px;
  34. }
  35. /*bottom rounded Corners*/
  36. .jqx-rc-b-arctic {
  37. -moz-border-radius-bottomleft: 4px;
  38. -webkit-border-bottom-left-radius: 4px;
  39. border-bottom-left-radius: 4px;
  40. -moz-border-radius-bottomright: 4px;
  41. -webkit-border-bottom-right-radius: 4px;
  42. border-bottom-right-radius: 4px;
  43. }
  44. /*right rounded Corners*/
  45. .jqx-rc-r-arctic {
  46. -moz-border-radius-topright: 4px;
  47. -webkit-border-top-right-radius: 4px;
  48. border-top-right-radius: 4px;
  49. -moz-border-radius-bottomright: 4px;
  50. -webkit-border-bottom-right-radius: 4px;
  51. border-bottom-right-radius: 4px;
  52. }
  53. /*left rounded Corners*/
  54. .jqx-rc-l-arctic {
  55. -moz-border-radius-topleft: 4px;
  56. -webkit-border-top-left-radius: 4px;
  57. border-top-left-radius: 4px;
  58. -moz-border-radius-bottomleft: 4px;
  59. -webkit-border-bottom-left-radius: 4px;
  60. border-bottom-left-radius: 4px;
  61. }
  62. /*all rounded Corners*/
  63. .jqx-rc-all-arctic {
  64. -moz-border-radius: 4px;
  65. -webkit-border-radius: 4px;
  66. border-radius: 4px;
  67. }
  68. .jqx-widget-arctic, .jqx-widget-header-arctic, .jqx-fill-state-normal-arctic,
  69. .jqx-widget-content-arctic, .jqx-fill-state-hover-arctic, .jqx-fill-state-pressed-arctic {
  70. -webkit-transition: box-shadow linear 0.2s;
  71. -moz-transition: box-shadow linear 0.1s;
  72. -o-transition: box-shadow linear 0.1s;
  73. transition: box-shadow linear 0.1s;
  74. }
  75. .jqx-widget-content-arctic {
  76. background-color: #ffffff;
  77. border-color: #cccccc;
  78. }
  79. .jqx-widget-header-arctic {
  80. color: #333333;
  81. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  82. background-color:#f0f0f0;
  83. background:#f0f0f0;
  84. background:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
  85. background:-moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
  86. background:-ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
  87. background:linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
  88. border-color:#cccccc;
  89. *zoom: 1;
  90. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  91. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  92. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  93. }
  94. .jqx-button-arctic, .jqx-fill-state-normal-arctic {
  95. color: #333333;
  96. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  97. background:#f0f0f0;
  98. background:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
  99. background:-moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
  100. background:-ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
  101. background:linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
  102. border-color: #cccccc;
  103. *zoom: 1;
  104. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  105. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  106. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  107. }
  108. .jqx-fill-state-hover-arctic {
  109. text-shadow: 0 1px 0 rgb(240, 240, 240);
  110. border-color: #b2b2b2;
  111. border-color: rgba(0, 0, 0, 0.3);
  112. color: black;
  113. background-color: #f0f0f0;
  114. background-image: linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
  115. background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
  116. background-image: -moz-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
  117. background-image: -o-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
  118. box-shadow: 0 1px 0 #f0f0f0, inset 0 1px 2px #f0f0f0;
  119. -webkit-box-shadow: 0 1px 0 #f0f0f0, inset 0 1px 2px #f0f0f0;
  120. -moz-box-shadow: 0 1px 0 #f0f0f0, inset 0 1px 2px #f0f0f0;
  121. }
  122. .jqx-fill-state-pressed-arctic {
  123. color: #333333;
  124. background-color: #e6e6e6;
  125. *background-color: #d9d9d9;
  126. }
  127. .jqx-fill-state-hover-arctic, .jqx-fill-state-focus-arctic {
  128. color: #333333;
  129. text-decoration: none;
  130. }
  131. .jqx-fill-state-pressed-arctic {
  132. background-image: none;
  133. outline: 0;
  134. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  135. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  136. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  137. }
  138. .jqx-grid-cell-arctic {
  139. -webkit-box-shadow: none;
  140. -moz-box-shadow: none;
  141. box-shadow: none;
  142. }
  143. .jqx-grid-column-menubutton-arctic {
  144. background-color: transparent;
  145. border-color: #cccccc;
  146. }
  147. .jqx-calendar-row-header-arctic, .jqx-calendar-top-left-header-arctic {
  148. background-color: #f0f0f0;
  149. border: 0px solid #f2f2f2;
  150. }
  151. .jqx-calendar-column-header-arctic {
  152. background-color: #FFF;
  153. border-top: 1px solid #FFF;
  154. border-bottom: 1px solid #e9e9e9;
  155. }
  156. .jqx-expander-header-arctic {
  157. -webkit-box-shadow: none;
  158. -moz-box-shadow: none;
  159. box-shadow: none;
  160. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  161. background:#f0f0f0;
  162. background:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
  163. background:-moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
  164. background:-ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
  165. background:linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
  166. border-color:#cccccc;
  167. *zoom: 1;
  168. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  169. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  170. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  171. }
  172. .jqx-ribbon-header-vertical-arctic, .jqx-widget-header-vertical-arctic {
  173. background:#f0f0f0;
  174. background:-ms-linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
  175. background:linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
  176. }
  177. .jqx-scrollbar-state-normal-arctic {
  178. background-color: #f8f8f8;
  179. border: 1px solid #f8f8f8;
  180. }
  181. .jqx-scrollbar-thumb-state-normal-arctic, .jqx-scrollbar-thumb-state-normal-horizontal-arctic {
  182. background: #f5f5f5;
  183. border-color: #b3b3b3;
  184. }
  185. .jqx-scrollbar-thumb-state-hover-arctic, .jqx-scrollbar-thumb-state-hover-horizontal-arctic {
  186. background: #e6e6e6;
  187. border-color: #b3b3b3;
  188. box-shadow: none;
  189. -webkit-box-shadow: none;
  190. -moz-box-shadow: none;
  191. }
  192. .jqx-progressbar-arctic {
  193. background: #f7f7f7 !important;
  194. -webkit-box-shadow: none;
  195. -moz-box-shadow: none;
  196. box-shadow: none;
  197. }
  198. .jqx-progressbar-value-arctic, .jqx-splitter-collapse-button-horizontal-arctic {
  199. background-color: #0081c2;
  200. background-repeat: repeat-x;
  201. background-image: linear-gradient(to bottom, #149bdf, #0480be);
  202. }
  203. .jqx-splitter-collapse-button-vertical-arctic, .jqx-progressbar-value-vertical-arctic {
  204. background-color: #0081c2;
  205. background-repeat: repeat-x;
  206. background-image: linear-gradient(to right, #149bdf, #0480be);
  207. }
  208. .jqx-scrollbar-thumb-state-pressed-arctic, .jqx-splitter-splitbar-vertical-arctic, .jqx-splitter-splitbar-horizontal-arctic, .jqx-scrollbar-thumb-state-pressed-horizontal-arctic {
  209. background: #d9d9d9;
  210. border-color: #b3b3b3;
  211. box-shadow: none;
  212. -webkit-box-shadow: none;
  213. -moz-box-shadow: none;
  214. }
  215. .jqx-grid-column-sortdescbutton-arctic, jqx-grid-column-filterbutton-arctic, .jqx-grid-column-sortascbutton-arctic {
  216. background-color: transparent;
  217. border-style: solid;
  218. border-width: 0px 0px 0px 0px;
  219. border-color: #cccccc;
  220. }
  221. .jqx-slider-rangebar-arctic {
  222. background: #cccccc;
  223. }
  224. .jqx-menu-vertical-arctic {
  225. background: #ffffff;
  226. filter: none;
  227. }
  228. .jqx-checkbox-check-checked-arctic {
  229. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC');
  230. }
  231. .jqx-checkbox-hover {
  232. box-shadow: none;
  233. -webkit-box-shadow: none;
  234. -moz-box-shadow: none;
  235. }
  236. .jqx-combobox-content-arctic, .jqx-input-arctic {
  237. }
  238. .jqx-combobox-content-arctic {
  239. border-color: #cccccc;
  240. border-color: rgba(0, 0, 0, 0.25);
  241. }
  242. .jqx-grid-bottomright-arctic, .jqx-panel-bottomright-arctic, .jqx-listbox-bottomright-arctic {
  243. background-color: #efefef;
  244. }
  245. .jqx-window-arctic, .jqx-tooltip-arctic {
  246. box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
  247. }
  248. .jqx-docking-arctic .jqx-window-arctic {
  249. box-shadow: none;
  250. }
  251. .jqx-docking-panel-arctic .jqx-window-arctic {
  252. box-shadow: none;
  253. }
  254. .jqx-radiobutton-arctic {
  255. box-shadow: none;
  256. -webkit-box-shadow: none;
  257. -moz-box-shadow: none;
  258. background-repeat: no-repeat;
  259. background: none;
  260. }
  261. .jqx-radiobutton-arctic-arctic, .jqx-radiobutton-hover-arctic {
  262. -moz-border-radius: 100%;
  263. -webkit-border-radius: 100%;
  264. border-radius: 100%;
  265. background-repeat: no-repeat;
  266. }
  267. .jqx-radiobutton-check-checked-arctic {
  268. filter: none;
  269. background: #666;
  270. background-repeat: no-repeat;
  271. -moz-border-radius: 100%;
  272. -webkit-border-radius: 100%;
  273. border-radius: 100%;
  274. }
  275. .jqx-radiobutton-check-indeterminate-arctic {
  276. filter: none;
  277. background: #999;
  278. -moz-border-radius: 100%;
  279. -webkit-border-radius: 100%;
  280. border-radius: 100%;
  281. }
  282. .jqx-radiobutton-check-indeterminate-disabled-arctic {
  283. filter: none;
  284. background: #999;
  285. -moz-border-radius: 100%;
  286. -webkit-border-radius: 100%;
  287. border-radius: 100%;
  288. }
  289. .jqx-slider-track-horizontal-arctic, .jqx-slider-track-vertical-arctic {
  290. border-color: #cccccc;
  291. background: #f0f0f0;
  292. }
  293. .jqx-slider-button-arctic {
  294. -moz-border-radius: 100%;
  295. -webkit-border-radius: 100%;
  296. border-radius: 100%;
  297. }
  298. /*applied to a list item when the item is selected.*/
  299. .jqx-listitem-state-hover-arctic, .jqx-menu-item-hover-arctic, .jqx-tree-item-hover-arctic, .jqx-calendar-cell-hover-arctic, .jqx-grid-cell-hover-arctic,
  300. .jqx-menu-vertical-arctic .jqx-menu-item-top-hover-arctic, .jqx-input-popup-arctic .jqx-fill-state-hover-arctic,
  301. .jqx-input-popup-arctic .jqx-fill-state-pressed-arctic {
  302. color: #ffffff !important;
  303. border-color: #316293 #316293 #29547E !important;
  304. text-decoration: none;
  305. background-color: #0081c2;
  306. background-repeat: repeat-x;
  307. outline: 0;
  308. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  309. background: #2f7eb6; /* Old browsers */
  310. -webkit-box-shadow: none;
  311. -moz-box-shadow: none;
  312. box-shadow: none;
  313. background-position: 0 0;
  314. }
  315. .jqx-listitem-state-selected-arctic, .jqx-menu-item-selected-arctic, .jqx-tree-item-selected-arctic, .jqx-calendar-cell-selected-arctic, .jqx-grid-cell-selected-arctic,
  316. .jqx-menu-vertical-arctic .jqx-menu-item-top-selected-arctic, .jqx-grid-selectionarea-arctic, .jqx-input-button-header-arctic, .jqx-input-button-innerHeader-arctic {
  317. color: #ffffff !important;
  318. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  319. background-color: #003399;
  320. *background-color: #003399;
  321. background-repeat: repeat-x;
  322. border-color: #316293 #316293 #29547E !important;
  323. background: #356aa0; /* Old browsers */
  324. -webkit-box-shadow: none;
  325. -moz-box-shadow: none;
  326. box-shadow: none;
  327. }
  328. .jqx-grid-cell-arctic .jqx-button-arctic, .jqx-grid-cell-arctic .jqx-button-arctic.jqx-fill-state-hover-arctic, .jqx-grid-cell-arctic .jqx-button-arctic.jqx-fill-state-pressed-arctic {
  329. -webkit-box-shadow: none;
  330. -moz-box-shadow: none;
  331. box-shadow: none;
  332. -webkit-transition: none;
  333. -moz-transition: none;
  334. -o-transition: none;
  335. transition: none;
  336. }
  337. .jqx-popup-arctic {
  338. border: 1px solid #ccc;
  339. *border-right-width: 2px;
  340. *border-bottom-width: 2px;
  341. -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  342. -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  343. }
  344. .jqx-grid-column-sortascbutton-arctic, .jqx-expander-arrow-bottom-arctic, .jqx-window-collapse-button-arctic, .jqx-menu-item-arrow-up-arctic, .jqx-menu-item-arrow-up-selected-arctic, .jqx-menu-item-arrow-top-up-arctic, .jqx-icon-arrow-up-arctic, .jqx-icon-arrow-up-hover-arctic, .jqx-icon-arrow-up-selected-arctic {
  345. background-image: url('images/icon-up.png');
  346. background-repeat: no-repeat;
  347. background-position: center;
  348. }
  349. .jqx-widget-arctic .jqx-grid-group-expand-arctic, .jqx-grid-group-expand-arctic, .jqx-grid-column-menubutton-arctic, .jqx-grid-column-sortdescbutton-arctic, .jqx-expander-arrow-top-arctic, .jqx-window-collapse-button-collapsed-arctic, .jqx-menu-item-arrow-down-arctic, .jqx-menu-item-arrow-down-selected-arctic, .jqx-menu-item-arrow-down-arctic, .jqx-icon-arrow-down-arctic, .jqx-icon-arrow-down-hover-arctic, .jqx-icon-arrow-down-selected-arctic {
  350. background-image: url('images/icon-down.png');
  351. background-repeat: no-repeat;
  352. background-position: center;
  353. }
  354. .jqx-tabs-arrow-left-arctic, .jqx-menu-item-arrow-left-selected-arctic, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-arctic, .jqx-icon-arrow-down-left-arctic, .jqx-icon-arrow-left-selected-arctic {
  355. background-image: url('images/icon-left.png');
  356. background-repeat: no-repeat;
  357. background-position: center;
  358. }
  359. .jqx-widget-arctic .jqx-grid-group-collapse-arctic, .jqx-grid-group-collapse-arctic, .jqx-tabs-arrow-right-arctic, .jqx-menu-item-arrow-right-selected-arctic, .jqx-menu-item-arrow-top-right-arctic, .jqx-icon-arrow-right-arctic, .jqx-icon-arrow-right-hover-arctic, .jqx-icon-arrow-right-selected-arctic {
  360. background-image: url('images/icon-right.png');
  361. background-repeat: no-repeat;
  362. background-position: center;
  363. }
  364. .jqx-tree-item-arrow-collapse-rtl-arctic, .jqx-tree-item-arrow-collapse-hover-rtl-arctic {
  365. background-image: url(images/icon-left.png);
  366. }
  367. .jqx-menu-item-arrow-left-selected-arctic {
  368. background-image: url('images/icon-left-white.png');
  369. background-repeat: no-repeat;
  370. background-position: center;
  371. }
  372. .jqx-menu-item-arrow-right-selected-arctic {
  373. background-image: url('images/icon-right-white.png');
  374. background-repeat: no-repeat;
  375. background-position: center;
  376. }
  377. .jqx-input-button-content-arctic {
  378. font-size: 10px;
  379. }
  380. .jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {border-color: #ccc;}
  381. .jqx-combobox-content-arctic, .jqx-input-arctic {
  382. border-color: #cccccc;
  383. color: #555555;
  384. background-color: #ffffff;
  385. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  386. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  387. }
  388. .jqx-combobox-content-arctic, .jqx-combobox-arctic, .jqx-combobox-state-normal-arctic {
  389. border-color: #cccccc;
  390. }
  391. .jqx-combobox-content-focus-arctic, .jqx-combobox-state-focus-arctic, .jqx-fill-state-focus-arctic,
  392. .jqx-numberinput-focus-arctic {
  393. outline: none;
  394. border-color: #959595;
  395. }
  396. input[type="text"].jqx-input-arctic, input[type="password"].jqx-input-arctic, input[type="text"].jqx-widget-content-arctic, input[type="textarea"].jqx-widget-content-arctic, textarea.jqx-input-arctic {
  397. padding-left: 0px !important;
  398. }
  399. input[type="text"].jqx-input-arctic:-moz-placeholder, input[type="text"].jqx-widget-content-arctic:-moz-placeholder, input[type="textarea"].jqx-widget-content-arctic:-moz-placeholder, textarea.jqx-input-arctic:-moz-placeholder {
  400. color: #999999;
  401. }
  402. input[type="text"].jqx-input-arctic:-webkit-input-placeholder, input[type="text"].jqx-widget-content-arctic:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-arctic:-webkit-input-placeholder, textarea.jqx-input-arctic:-webkit-input-placeholder {
  403. color: #999999;
  404. }
  405. input[type="text"].jqx-input-arctic:-ms-input-placeholder, input[type="text"].jqx-widget-content-arctic:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-arctic:-ms-input-placeholder, textarea.jqx-input-arctic:-ms-input-placeholder {
  406. color: #999999;
  407. }
  408. .jqx-slider-rangebar-arctic {
  409. border-color: #0081c2;
  410. background: #0081c2;
  411. }
  412. .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-expand-arctic,
  413. .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-expand-arctic {
  414. background-image: url('images/icon-down-white.png');
  415. background-repeat: no-repeat;
  416. background-position: center;
  417. }
  418. .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-collapse-arctic,
  419. .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-collapse-arctic {
  420. background-image: url('images/icon-right-white.png');
  421. background-repeat: no-repeat;
  422. background-position: center;
  423. }
  424. .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-collapse-rtl-arctic,
  425. .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-collapse-rtl-arctic {
  426. background-image: url('images/icon-left-white.png');
  427. background-repeat: no-repeat;
  428. background-position: center;
  429. }
  430. .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-expand-rtl-arctic,
  431. .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-expand-rtl-arctic {
  432. background-image: url('images/icon-down-white.png');
  433. background-repeat: no-repeat;
  434. background-position: center;
  435. }
  436. .jqx-tabs-title-selected-top-arctic, .jqx-tabs-selection-tracker-top-arctic {
  437. border-color: #CCCCCC;
  438. border-bottom: 1px solid #fff;
  439. text-shadow: 0 1px 0 #f2f2f2;
  440. filter: none;
  441. background: #fff;
  442. -webkit-box-shadow: none;
  443. -moz-box-shadow: none;
  444. box-shadow: none;
  445. }
  446. .jqx-tabs-title-selected-bottom-arctic, .jqx-tabs-selection-tracker-bottom-arctic {
  447. border-color: #CCCCCC;
  448. border-top: 1px solid #fff;
  449. text-shadow: 0 1px 0 #f2f2f2;
  450. filter: none;
  451. background: #fff;
  452. -webkit-box-shadow: none;
  453. -moz-box-shadow: none;
  454. box-shadow: none;
  455. }
  456. .jqx-tabs-title-hover-top-arctic, .jqx-tabs-title-hover-bottom-arctic, .jqx-tabs-header-arctic
  457. {
  458. -webkit-box-shadow: none !important;
  459. -moz-box-shadow: none !important;
  460. box-shadow: none !important;
  461. }
  462. .jqx-window-collapse-button-arctic
  463. {
  464. margin-top: 2px;
  465. }
  466. .jqx-window-collapse-button-collapsed-arctic {
  467. margin-top: 0px;
  468. }
  469. .jqx-layout-arctic
  470. {
  471. background-color: #cccccc;
  472. }
  473. .jqx-kanban-column-header-collapsed-arctic {
  474. background: -moz-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ff3.6+ */
  475. background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(234,234,234,1))); /* safari4+,chrome */
  476. background: -webkit-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* safari5.1+,chrome10+ */
  477. background: -o-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* opera 11.10+ */
  478. background: -ms-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ie10+ */
  479. background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* w3c */
  480. }