jqx.windowsphone.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. .jqx-rc-tl-windowsphone
  2. {
  3. -moz-border-radius-topleft: 0px;
  4. -webkit-border-top-left-radius: 0px;
  5. border-top-left-radius: 0px;
  6. }
  7. .jqx-rc-tr-windowsphone
  8. {
  9. -moz-border-radius-topright: 0px;
  10. -webkit-border-top-right-radius: 0px;
  11. border-top-right-radius: 0px;
  12. }
  13. .jqx-rc-bl-windowsphone
  14. {
  15. -moz-border-radius-bottomleft: 0px;
  16. -webkit-border-bottom-left-radius: 0px;
  17. border-bottom-left-radius: 0px;
  18. }
  19. .jqx-rc-br-windowsphone
  20. {
  21. -moz-border-radius-bottomright: 0px;
  22. -webkit-border-bottom-right-radius: 0px;
  23. border-bottom-right-radius: 0px;
  24. }
  25. /*top rounded Corners*/
  26. .jqx-rc-t-windowsphone
  27. {
  28. -moz-border-radius-topleft: 0px;
  29. -webkit-border-top-left-radius: 0px;
  30. border-top-left-radius: 0px;
  31. -moz-border-radius-topright: 0px;
  32. -webkit-border-top-right-radius: 0px;
  33. border-top-right-radius: 0px;
  34. }
  35. /*bottom rounded Corners*/
  36. .jqx-rc-b-windowsphone
  37. {
  38. -moz-border-radius-bottomleft: 0px;
  39. -webkit-border-bottom-left-radius: 0px;
  40. border-bottom-left-radius: 0px;
  41. -moz-border-radius-bottomright: 0px;
  42. -webkit-border-bottom-right-radius: 0px;
  43. border-bottom-right-radius: 0px;
  44. }
  45. /*right rounded Corners*/
  46. .jqx-rc-r-windowsphone
  47. {
  48. -moz-border-radius-topright: 0px;
  49. -webkit-border-top-right-radius: 0px;
  50. border-top-right-radius: 0px;
  51. -moz-border-radius-bottomright: 0px;
  52. -webkit-border-bottom-right-radius: 0px;
  53. border-bottom-right-radius: 0px;
  54. }
  55. /*left rounded Corners*/
  56. .jqx-rc-l-windowsphone
  57. {
  58. -moz-border-radius-topleft: 0px;
  59. -webkit-border-top-left-radius: 0px;
  60. border-top-left-radius: 0px;
  61. -moz-border-radius-bottomleft: 0px;
  62. -webkit-border-bottom-left-radius: 0px;
  63. border-bottom-left-radius: 0px;
  64. }
  65. /*all rounded Corners*/
  66. .jqx-rc-all-windowsphone
  67. {
  68. -moz-border-radius: 0px;
  69. -webkit-border-radius: 0px;
  70. border-radius: 0px;
  71. }
  72. .jqx-widget-windowsphone {
  73. font-size: 16px;
  74. font-family: 'Segoe WP', 'segoe ui', arial, sans-serif;
  75. color: inherit;
  76. }
  77. .jqx-widget-content-windowsphone{font-size: 16px; font-family: 'Segoe WP', 'segoe ui', arial, sans-serif; border-color: #2F2F2F; color: #ffffff; background-color: #000;}
  78. input[type=text].jqx-input-windowsphone, input[type=password].jqx-input-windowsphone, .jqx-input-group-addon-windowsphone{
  79. font-size: 16px;
  80. font-family: 'Segoe WP', 'segoe ui', arial, sans-serif;
  81. background: #BEBEBE;
  82. border-color: #D2D2D2;
  83. color: #000;
  84. }
  85. .jqx-widget-header-windowsphone{font-size: 16px; font-family: 'Segoe WP', 'segoe ui', arial, sans-serif; color: #ffffff; border-color:#35353A; background-color:#3E3E42;}
  86. .jqx-fill-state-normal-windowsphone, .jqx-fill-state-hover-windowsphone{font-size: 16px; font-family: 'Segoe WP', 'segoe ui', arial, sans-serif; border-color: #35353A; color: #ffffff; background: #3E3E42;}
  87. .jqx-combobox-arrow-normal-windowsphone {
  88. background: #BEBEBE;
  89. border-color: #BEBEBE;
  90. }
  91. .jqx-dropdownlist-state-normal-windowsphone {
  92. background: #BEBEBE;
  93. border-color: #D2D2D2;
  94. color: #000;
  95. }
  96. .jqx-listbox-windowsphone, .jqx-listmenu-windowsphone, .jqx-listmenu-item-windowsphone, .jqx-calendar-windowsphone .jqx-widget-content-windowsphone {
  97. background: #000;
  98. }
  99. .jqx-fill-state-focus-windowsphone { border-color: #2F2F2F; }
  100. .jqx-button-windowsphone {
  101. padding: 10px 7px;
  102. border: 2px solid #fff;
  103. background-color: #000;
  104. }
  105. .jqx-buttongroup-windowsphone .jqx-button-windowsphone {
  106. border: 1px solid #fff;
  107. }
  108. .jqx-listmenu-header-windowsphone .jqx-button-windowsphone, .jqx-grid-pager-windowsphone .jqx-button-windowsphone {
  109. background-color:#3E3E42;
  110. border: 1px solid #35353A;
  111. }
  112. .jqx-fill-state-pressed-windowsphone{border-color:#008a00; color: #fff; background-color:#008a00;}
  113. .jqx-listmenu-header-windowsphone .jqx-button-windowsphone.jqx-fill-state-pressed-windowsphone {
  114. border-color:#008a00; color: #fff; background-color:#008a00;
  115. }
  116. .jqx-fill-state-disabled-windowsphone {
  117. color: #898989;
  118. }
  119. .jqx-combobox-windowsphone {
  120. border-color: #D2D2D2;
  121. }
  122. .jqx-input-windowsphone, .jqx-datetimeinput-content-windowsphone, .jqx-input-content-windowsphone, .jqx-combobox-content-windowsphone, .jqx-combobox-input-windowsphone{
  123. font-size: 16px;
  124. font-family: 'Segoe WP', 'segoe ui', arial, sans-serif;
  125. background: #BEBEBE;
  126. border-color: #D2D2D2;
  127. color: #000;
  128. }
  129. .jqx-combobox-content-windowsphone {
  130. border-right-color: #BEBEBE;
  131. }
  132. .jqx-combobox-content-rtl-windowsphone {
  133. border-left-color: #BEBEBE;
  134. }
  135. .jqx-dropdownlist-state-normal-windowsphone .jqx-icon-arrow-down-windowsphone {
  136. background-image: url('images/metro-icon-down.png');
  137. }
  138. .jqx-dropdownlist-state-selected-windowsphone .jqx-icon-arrow-down-windowsphone {
  139. background-image: url('images/metro-icon-down-white.png');
  140. }
  141. .jqx-combobox-state-focus-windowsphone .jqx-combobox-arrow-normal-windowsphone .jqx-icon-arrow-down-windowsphone {
  142. background-image: url('images/metro-icon-down-white.png');
  143. }
  144. .jqx-combobox-state-focus-windowsphone, .jqx-combobox-state-focus-windowsphone .jqx-combobox-content-windowsphone, .jqx-combobox-state-focus-windowsphone .jqx-combobox-input-windowsphone,
  145. .jqx-combobox-state-focus-windowsphone .jqx-combobox-arrow-normal-windowsphone
  146. {
  147. background-color:#008a00;
  148. border-color: #008a00;
  149. color: #fff;
  150. }
  151. .jqx-combobox-multi-item-windowsphone {
  152. background-color:#008a00;
  153. padding: 7px;
  154. border-color: #008a00;
  155. }
  156. .jqx-combobox-multi-item-windowsphone a:link {
  157. margin-top: -2px;
  158. }
  159. .jqx-numberinput-windowsphone {
  160. border-color: #000;
  161. }
  162. .jqx-scrollbar-state-normal-windowsphone, .jqx-grid-bottomright-windowsphone, .jqx-panel-bottomright-windowsphone, .jqx-listbox-bottomright-windowsphone{background-color:#3E3E42;}
  163. .jqx-widget-windowsphone .jqx-grid-column-header-windowsphone, .jqx-grid-cell-windowsphone, .jqx-widget-windowsphone .jqx-grid-cell-windowsphone, .jqx-widget-windowsphone .jqx-grid-group-cell-windowsphone, .jqx-grid-group-cell-windowsphone{font-size: 16px; font-family: 'segoe ui', arial, sans-serif; border-color: #1C1C1E; background-color: #000; color: #fff;}
  164. .jqx-tabs-title-selected-bottom-windowsphone, .jqx-tabs-selection-tracker-bottom-windowsphone, .jqx-tabs-title-selected-top-windowsphone, .jqx-tabs-selection-tracker-top-windowsphone{color: #ffffff; border-color:#35353A; border-bottom:1px solid #252526; background:#008a00}
  165. .jqx-widget-windowsphone .jqx-grid-cell-alt-windowsphone, .jqx-widget-windowsphone .jqx-grid-cell-sort-windowsphone, .jqx-widget-windowsphone .jqx-grid-cell-pinned-windowsphone, .jqx-widget-windowsphone .jqx-grid-cell-filter-windowsphone, .jqx-grid-cell-sort-alt-windowsphone, .jqx-grid-cell-filter-alt-windowsphone, .jqx-grid-cell-pinned-windowsphone, .jqx-grid-cell-alt-windowsphone, .jqx-grid-cell-sort-windowsphone{ background-color:#3E3E42; color: #fff;}
  166. .jqx-menu-vertical-windowsphone{}
  167. .jqx-widget-windowsphone .jqx-grid-cell-windowsphone, .jqx-widget-windowsphone .jqx-grid-column-header-windowsphone, .jqx-widget-windowsphone .jqx-grid-group-cell-windowsphone { border-color: #35353A;}
  168. .jqx-widget-windowsphone .jqx-grid-column-menubutton-windowsphone, .jqx-widget-windowsphone .jqx-grid-column-sortascbutton-windowsphone, .jqx-widget-windowsphone .jqx-grid-column-sortdescbutton-windowsphone, .jqx-widget-windowsphone .jqx-grid-column-filterbutton-windowsphone {
  169. background-color: transparent;
  170. border-color: #35353A;
  171. }
  172. .jqx-window-header-windowsphone, .jqx-input-button-header-windowsphone, .jqx-calendar-title-header-windowsphone, .jqx-grid-windowsphone .jqx-widget-header-windowsphone, .jqx-grid-header-windowsphone, .jqx-grid-column-header-windowsphone {font-size: 16px; font-family: 'Segoe WP', 'segoe ui', arial, sans-serif; border-color: #35353A; color: #ffffff; background: #3E3E42;}
  173. .jqx-grid-column-menubutton-windowsphone {
  174. background-image: url('images/metro-icon-down-white.png');
  175. }
  176. .jqx-widget-windowsphone .jqx-grid-cell-selected-windowsphone, .jqx-grid-cell-selected-windowsphone{ background-color:#008a00 !important; border-color: #008a00 !important; font-size: 16px; color:#fff !important}
  177. .jqx-widget-windowsphone .jqx-grid-cell-hover-windowsphone, .jqx-grid-cell-hover-windowsphone{ background-color:#3E3E42;}
  178. /*applied to the column's sort button when the sort order is ascending.*/
  179. .jqx-grid-column-sortascbutton-windowsphone {
  180. background-image: url('images/metro-icon-up-white.png');
  181. }
  182. .jqx-grid-column-sortdescbutton-windowsphone {
  183. background-image: url('images/metro-icon-down-white.png');
  184. }
  185. .jqx-checkbox-default-windowsphone {
  186. background: black;
  187. border-color: white;
  188. }
  189. .jqx-checkbox-check-checked-windowsphone{background:transparent url(images/wp_check_white.png) center center no-repeat}
  190. .jqx-checkbox-check-indeterminate-windowsphone{background:transparent url(images/wp_check_indeterminate_white.png) center center no-repeat}
  191. .jqx-checkbox-hover-windowsphone, .jqx-radiobutton-hover-windowsphone {
  192. background-color: #000;
  193. border-color: #fff;
  194. }
  195. .jqx-radiobutton-default-windowsphone {
  196. background: #000;
  197. border-color: #fff;
  198. }
  199. .jqx-radiobutton-check-checked-windowsphone {
  200. background: #fff;
  201. border-color: #fff;
  202. }
  203. .jqx-window-header-windowsphone {
  204. background: #1f1f1f;
  205. border-bottom-color: #1f1f1f !important;
  206. }
  207. .jqx-window-content-windowsphone {
  208. background: #1f1f1f;
  209. }
  210. .jqx-window-windowsphone {
  211. border-color: #0c0c0c;
  212. }
  213. .jqx-scrollbar-thumb-state-normal-horizontal-windowsphone, .jqx-scrollbar-thumb-state-normal-windowsphone {
  214. background: #686868; border-color: #686868;
  215. -moz-border-radius: 10px;
  216. -webkit-border-radius: 10px;
  217. border-radius: 10px;
  218. }
  219. .jqx-scrollbar-thumb-state-hover-horizontal-windowsphone, .jqx-scrollbar-thumb-state-hover-windowsphone {
  220. background: #9E9E9E; border-color: #9E9E9E;
  221. }
  222. .jqx-scrollbar-thumb-state-pressed-horizontal-windowsphone, .jqx-scrollbar-thumb-state-pressed-windowsphone {
  223. background: #ffffff; border-color: #ffffff;
  224. }
  225. .jqx-scrollbar-button-state-normal-windowsphone
  226. {
  227. border: 1px solid #3E3E42;
  228. background: #3E3E42;
  229. }
  230. /*applied to the scrollbar buttons in hovered state.*/
  231. .jqx-scrollbar-button-state-hover-windowsphone
  232. {
  233. border: 1px solid #3E3E42;
  234. background: #3E3E42;
  235. }
  236. /*applied to the scrollbar buttons in pressed state.*/
  237. .jqx-scrollbar-button-state-pressed-windowsphone
  238. {
  239. border: 1px solid #3E3E42;
  240. background: #3E3E42;
  241. }
  242. /*icons*/
  243. .jqx-window-collapse-button-windowsphone
  244. {
  245. background-image: url(images/metro-icon-up-white.png);
  246. }
  247. .jqx-window-collapse-button-collapsed-windowsphone {
  248. background-image: url(images/metro-icon-down-white.png);
  249. }
  250. .jqx-icon-arrow-up-windowsphone, .jqx-expander-arrow-bottom-windowsphone, .jqx-menu-item-arrow-up-windowsphone
  251. {
  252. background-image: url('images/metro-icon-up-white.png');
  253. }
  254. .jqx-icon-arrow-down-windowsphone, .jqx-expander-arrow-top-windowsphone, .jqx-tree-item-arrow-expand-windowsphone, .jqx-tree-item-arrow-expand-hover-windowsphone, .jqx-menu-item-arrow-down-windowsphone
  255. {
  256. background-image: url('images/metro-icon-down-white.png');
  257. }
  258. .jqx-icon-arrow-left-windowsphone, .jqx-menu-item-arrow-left-windowsphone
  259. {
  260. background-image: url('images/metro-icon-left-white.png');
  261. }
  262. .jqx-icon-arrow-right-windowsphone, .jqx-menu-item-arrow-right-windowsphone, .jqx-tree-item-arrow-collapse-windowsphone, .jqx-tree-item-arrow-collapse-hover-windowsphone
  263. {
  264. background-image: url('images/metro-icon-right-white.png') !important;
  265. }
  266. .jqx-tabs-arrow-left-windowsphone, .jqx-tree-item-arrow-collapse-rtl-windowsphone, .jqx-tree-item-arrow-collapse-hover-rtl-windowsphone
  267. {
  268. background-image: url('images/metro-icon-left-white.png');
  269. }
  270. .jqx-tabs-arrow-right-windowsphone
  271. {
  272. background-image: url('images/metro-icon-right-white.png');
  273. }
  274. .jqx-menu-item-arrow-up-selected-windowsphone, .jqx-icon-arrow-up-selected-windowsphone{background-image:url('images/metro-icon-up-white.png');background-repeat:no-repeat;background-position:center;}
  275. .jqx-menu-item-arrow-down-selected-windowsphone, .jqx-icon-arrow-down-selected-windowsphone{background-image:url('images/metro-icon-down-white.png');background-repeat:no-repeat;background-position:center;}
  276. .jqx-menu-item-arrow-left-selected-windowsphone, .jqx-icon-arrow-left-selected-windowsphone{background-image:url('images/metro-icon-left-white.png');background-repeat:no-repeat;background-position:center;}
  277. .jqx-menu-item-arrow-right-selected-windowsphone, .jqx-icon-arrow-right-selected-windowsphone{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat;background-position:center;}
  278. .jqx-window-close-button-windowsphone, .jqx-icon-close-windowsphone, .jqx-tabs-close-button-windowsphone, .jqx-tabs-close-button-hover-windowsphone, .jqx-tabs-close-button-selected-windowsphone{background-image:url(images/close_white.png); background-repeat:no-repeat; background-position:center}
  279. .jqx-listbox-feedback-windowsphone {
  280. border-top: 1px dashed #fff;
  281. }
  282. .jqx-listitem-state-normal-touch-windowsphone {
  283. padding-top: 5px;
  284. padding-bottom: 5px;
  285. }
  286. .jqx-scrollbar-windowsphone .jqx-icon-arrow-up-selected-windowsphone{background-image:url('images/metro-icon-up-white.png'); background-repeat:no-repeat; background-position:center;}
  287. .jqx-scrollbar-windowsphone .jqx-icon-arrow-down-selected-windowsphone{background-image:url('images/metro-icon-down-white.png'); background-repeat:no-repeat; background-position:center;}
  288. .jqx-scrollbar-windowsphone .jqx-icon-arrow-left-selected-windowsphone{background-image:url('images/metro-icon-left-white.png'); background-repeat:no-repeat; background-position:center;}
  289. .jqx-scrollbar-windowsphone .jqx-icon-arrow-right-selected-windowsphone{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat; background-position:center;}
  290. .jqx-combobox-arrow-normal-windowsphone .jqx-icon-arrow-down-windowsphone {
  291. background-image: url('images/metro-icon-down.png');
  292. }
  293. .jqx-combobox-arrow-selected-windowsphone .jqx-icon-arrow-down-windowsphone {
  294. background-image: url('images/metro-icon-down-white.png');
  295. }
  296. .jqx-input-button-content-windowsphone
  297. {
  298. font-size: 13px;
  299. background: #000;
  300. border-color: #2F2F2F;
  301. }
  302. .jqx-input-button-header-windowsphone {
  303. padding-top: 2px !important;
  304. padding-bottom: 2px !important;
  305. background: #3E3E42;
  306. border-color: #2F2F2F;
  307. }
  308. .jqx-slider-button-windowsphone
  309. {
  310. -moz-border-radius: 0px;
  311. -webkit-border-radius: 0px;
  312. border-radius: 0px;
  313. padding: 4px !important;
  314. }
  315. .jqx-slider-slider-windowsphone {
  316. width: 6px;
  317. -moz-border-radius: 0px;
  318. -webkit-border-radius: 0px;
  319. border-radius: 0px;
  320. background: #fff;
  321. border-color: #D5D5D5;
  322. }
  323. .jqx-listmenu-header-label-windowsphone {
  324. font-size: 24px;
  325. margin-left: -5px;
  326. }
  327. .jqx-listmenu-separator-windowsphone {
  328. font-size: 16px;
  329. font-family: 'Segoe WP', 'segoe ui', arial, sans-serif;
  330. }
  331. .jqx-listmenu-item-label-windowsphone {
  332. display: inline-block;
  333. width: 100%;
  334. height: 100%;
  335. }
  336. .jqx-listmenu-item-windowsphone a:link, .jqx-listmenu-item-windowsphone a:visited {
  337. display: inline-block;
  338. text-decoration: none;
  339. color: inherit;
  340. font-size: 16px;
  341. color: #fff;
  342. width: 100%;
  343. height: 100%;
  344. padding: 15px;
  345. }
  346. .jqx-listmenu-item-windowsphone {
  347. padding: 0px;
  348. }
  349. .jqx-dropdownlist-state-normal-windowsphone, .jqx-dropdownlist-state-hover-windowsphone, .jqx-dropdownlist-state-selected-windowsphone,
  350. .jqx-scrollbar-button-state-hover-windowsphone, .jqx-scrollbar-button-state-normal-windowsphone, .jqx-scrollbar-button-state-pressed-windowsphone,
  351. .jqx-scrollbar-thumb-state-normal-horizontal-windowsphone, .jqx-scrollbar-thumb-state-hover-horizontal-windowsphone, .jqx-scrollbar-thumb-state-pressed-horizontal-windowsphone,
  352. .jqx-scrollbar-thumb-state-normal-windowsphone, .jqx-scrollbar-thumb-state-pressed-windowsphone, .jqx-button-windowsphone, .jqx-tree-item-hover-windowsphone, .jqx-tree-item-selected-windowsphone,
  353. .jqx-tree-item-windowsphone, .jqx-menu-item-windowsphone, .jqx-menu-item-hover-windowsphone, .jqx-menu-item-selected-windowsphone, .jqx-menu-item-top-windowsphone, .jqx-menu-item-top-hover-windowsphone,
  354. .jqx-menu-item-top-selected-windowsphone, .jqx-slider-button-windowsphone, .jqx-slider-slider-windowsphone
  355. {
  356. -webkit-transition: background-color 100ms linear;
  357. -moz-transition: background-color 100ms linear;
  358. -o-transition: background-color 100ms linear;
  359. -ms-transition: background-color 100ms linear;
  360. transition: background-color 100ms linear;
  361. }
  362. .jqx-switchbutton-windowsphone {
  363. -moz-border-radius: 0px;
  364. -webkit-border-radius: 0px;
  365. border-radius: 0px;
  366. border: 2px solid #FFFFFF;
  367. }
  368. .jqx-switchbutton-thumb-windowsphone {
  369. width: 16px;
  370. background: #fff;
  371. border: 2px solid #000;
  372. }
  373. .jqx-switchbutton-label-on-windowsphone {
  374. background: #008a00;
  375. color: #008a00;
  376. border-color: #000;
  377. }
  378. .jqx-switchbutton-label-off-windowsphone {
  379. background: #000;
  380. color: #000;
  381. }
  382. .jqx-switchbutton-wrapper-windowsphone {
  383. }
  384. .jqx-icon-arrow-first-windowsphone
  385. {
  386. background-image: url('images/icon-first-white.png');
  387. background-repeat: no-repeat;
  388. background-position: center;
  389. }
  390. .jqx-icon-arrow-last-windowsphone
  391. {
  392. background-image: url('images/icon-last-white.png');
  393. background-repeat: no-repeat;
  394. background-position: center;
  395. }
  396. .jqx-progressbar-text-windowsphone {
  397. font-size: 16px;
  398. }
  399. .jqx-grid-group-collapse-windowsphone {
  400. background-image: url(images/metro-icon-right-white.png);
  401. background-position: 50% 50%;
  402. background-repeat: no-repeat;
  403. }
  404. .jqx-grid-group-collapse-rtl-windowsphone
  405. {
  406. padding-right: 0px;
  407. background-image: url(images/metro-icon-left-white.png);
  408. background-position: 50% 50%;
  409. background-repeat: no-repeat;
  410. }
  411. .jqx-grid-group-expand-windowsphone, .jqx-grid-group-expand-rtl-windowsphone
  412. {
  413. padding-right: 0px;
  414. background-image: url(images/metro-icon-down-white.png);
  415. background-position: 50% 50%;
  416. background-repeat: no-repeat;
  417. }
  418. .jqx-grid-cell-windowsphone.jqx-grid-cell-selected-windowsphone>.jqx-grid-group-expand-windowsphone,
  419. .jqx-grid-cell-windowsphone.jqx-grid-cell-hover-windowsphone>.jqx-grid-group-expand-windowsphone {
  420. background-image: url('images/metro-icon-down-white.png');
  421. background-repeat: no-repeat;
  422. background-position: center;
  423. }
  424. .jqx-grid-cell-windowsphone.jqx-grid-cell-selected-windowsphone>.jqx-grid-group-collapse-windowsphone,
  425. .jqx-grid-cell-windowsphone.jqx-grid-cell-hover-windowsphone>.jqx-grid-group-collapse-windowsphone {
  426. background-image: url('images/metro-icon-right-white.png');
  427. background-repeat: no-repeat;
  428. background-position: center;
  429. }
  430. .jqx-grid-cell-windowsphone.jqx-grid-cell-selected-windowsphone>.jqx-grid-group-collapse-rtl-windowsphone,
  431. .jqx-grid-cell-windowsphone.jqx-grid-cell-hover-windowsphone>.jqx-grid-group-collapse-rtl-windowsphone {
  432. background-image: url('images/metro-icon-left-white.png');
  433. background-repeat: no-repeat;
  434. background-position: center;
  435. }
  436. .jqx-grid-cell-windowsphone.jqx-grid-cell-selected-windowsphone>.jqx-grid-group-expand-rtl-windowsphone,
  437. .jqx-grid-cell-windowsphone.jqx-grid-cell-hover-windowsphone>.jqx-grid-group-expand-rtl-windowsphone {
  438. background-image: url('images/metro-icon-down-white.png');
  439. background-repeat: no-repeat;
  440. background-position: center;
  441. }
  442. .jqx-tree-grid-expand-button-windowsphone {
  443. margin-top: 0px;
  444. }
  445. .jqx-tree-grid-checkbox-windowsphone, .jqx-tree-grid-collapse-button-windowsphone {
  446. margin-top: 3px;
  447. }
  448. .jqx-grid-table-windowsphone {
  449. border-color: #000;
  450. }
  451. .jqx-icon-search-windowsphone
  452. {
  453. background-image: url(images/search_white.png);
  454. background-repeat: no-repeat;
  455. background-position: center;
  456. }
  457. .jqx-icon-calendar-windowsphone, .jqx-icon-calendar-hover-windowsphone, .jqx-icon-calendar-pressed-windowsphone {
  458. background-image: url('images/icon-calendar-white.png');
  459. }
  460. .jqx-icon-time-windowsphone, .jqx-icon-time-hover-windowsphone, .jqx-icon-time-pressed-windowsphone {
  461. background-image: url('images/icon-time-white.png');
  462. }
  463. .jqx-calendar-cell-today-windowsphone {
  464. color: black;
  465. }
  466. .jqx-menu-minimized-button-windowsphone {
  467. background-image: url('images/icon-menu-minimized-white.png');
  468. }
  469. .jqx-editor-toolbar-icon-windowsphone {
  470. background: url('images/html_editor_white.png') no-repeat;
  471. }
  472. .jqx-file-upload-file-name-windowsphone{padding:3px;}
  473. .jqx-file-upload-file-row-windowsphone{ height: 40px;}
  474. .jqx-layout-windowsphone
  475. {
  476. background-color: #35353A;
  477. }
  478. .jqx-layout-pseudo-window-pin-icon-windowsphone
  479. {
  480. background-image: url("images/pin-white.png");
  481. }
  482. .jqx-layout-pseudo-window-pinned-icon-windowsphone
  483. {
  484. background-image: url("images/pinned-white.png");
  485. }
  486. .jqx-scheduler-windowsphone, .jqx-scheduler-toolbar-windowsphone, .jqx-scheduler-time-column-windowsphone, .jqx-scheduler-toolbar-details-windowsphone {
  487. color: white !important;
  488. background: black !important;
  489. }
  490. /*applied to the timepicker*/
  491. .jqx-time-picker .jqx-header .jqx-hour-container-windowsphone:hover {
  492. background-color: rgb(0, 138, 0);
  493. }
  494. .jqx-time-picker .jqx-header .jqx-minute-container-windowsphone:hover {
  495. background-color: rgb(0, 138, 0);
  496. }
  497. .jqx-time-picker .jqx-header .jqx-am-container-windowsphone:hover {
  498. background-color: rgb(0, 138, 0);
  499. }
  500. .jqx-time-picker .jqx-header .jqx-pm-container-windowsphone:hover {
  501. background-color: rgb(0, 138, 0);
  502. }
  503. .jqx-svg-picker-windowsphone:focus {
  504. border: 1px solid rgb(77, 119, 193) !important;
  505. }
  506. .jqx-label-windowsphone {
  507. fill: rgb(158, 158, 158);
  508. }
  509. .jqx-time-picker .jqx-header .jqx-selected-windowsphone:focus {
  510. outline: 2px solid rgb(158, 158, 158);
  511. }
  512. .jqx-svg-picker-windowsphone:focus {
  513. border: 1px solid rgb(73, 68, 55) !important;
  514. }
  515. .jqx-main-container-windowsphone {
  516. background: none;
  517. }