jqx.android.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. .jqx-rc-tl-android
  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-android
  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-android
  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-android
  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-android
  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-android
  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-android
  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-android
  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-android
  67. {
  68. -moz-border-radius: 0px;
  69. -webkit-border-radius: 0px;
  70. border-radius: 0px;
  71. }
  72. .jqx-widget-android {
  73. font-size: 16px;
  74. font-family: Roboto,HelveticaNeue,sans-serif;
  75. color: inherit;
  76. }
  77. input[type=text].jqx-input-android, input[type=password].jqx-input-android, .jqx-input-group-addon-android{
  78. font-size: 16px;
  79. font-family: Roboto,HelveticaNeue,sans-serif;
  80. border-color: #636466;
  81. }
  82. .jqx-widget-content-android{font-size: 16px; font-family: Roboto,HelveticaNeue,sans-serif; border-color: #3c4648; color: #ffffff; background-color: #000;}
  83. .jqx-widget-header-android{
  84. font-size: 16px;
  85. font-family: Roboto,HelveticaNeue,sans-serif;
  86. color: #ffffff;
  87. border-color:#000;
  88. border-bottom-color: #32abda;
  89. background: #000;
  90. }
  91. .jqx-fill-state-normal-android, .jqx-fill-state-hover-android{font-size: 16px; font-family: Roboto,HelveticaNeue,sans-serif; border-color: #1C1C1E; color: #ffffff; background: #3E3E42;}
  92. .jqx-button-android, .jqx-grid-pager-number-android {
  93. background: #4b4c4e;
  94. border-color: #636466;
  95. color: #fbfbfd;
  96. }
  97. .jqx-fill-state-focus-android {
  98. border-color: #3C4648;
  99. }
  100. .jqx-listitem-state-normal-android, .jqx-listmenu-item-android {
  101. background: #000;
  102. border-top: 1px solid #191919;
  103. }
  104. .jqx-listmenu-header-label-android {
  105. font-size: 24px;
  106. margin-left: -5px;
  107. }
  108. .jqx-listmenu-item-label-android {
  109. display: inline-block;
  110. width: 100%;
  111. height: 100%;
  112. }
  113. .jqx-listmenu-item-android a:link, .jqx-listmenu-item-android a:visited {
  114. display: inline-block;
  115. text-decoration: none;
  116. color: inherit;
  117. font-size: 16px;
  118. font-family: Roboto,HelveticaNeue,sans-serif;
  119. color: #fff;
  120. width: 100%;
  121. height: 100%;
  122. padding: 15px;
  123. }
  124. .jqx-listmenu-separator-mobile {
  125. font-size: 16px;
  126. font-family: Roboto,HelveticaNeue,sans-serif;
  127. }
  128. .jqx-listmenu-item-android {
  129. padding: 0px;
  130. }
  131. .jqx-listitem-state-normal-touch-android {
  132. padding-top: 5px;
  133. padding-bottom: 5px;
  134. }
  135. .jqx-listitem-element:first-child .jqx-listitem-state-normal-android {
  136. border-top: 1px solid #000;
  137. }
  138. .jqx-listitem-state-hover-android {
  139. background: #000;
  140. border-color: #000;
  141. border-bottom-color: #191919;
  142. }
  143. .jqx-listmenu-auto-separator-android, .jqx-listitem-state-group-android {
  144. background: #293943 !important;
  145. }
  146. .jqx-fill-state-pressed-android{border-color:#10618c; color: #fff; background-color:#10618c;
  147. }
  148. .jqx-fill-state-disabled-android {
  149. color: #898989;
  150. }
  151. .jqx-scrollbar-state-normal-android, .jqx-grid-bottomright-android, .jqx-panel-bottomright-android, .jqx-listbox-bottomright-android{background-color:#3E3E42;}
  152. .jqx-widget-android .jqx-grid-column-header-android, .jqx-grid-cell-android, .jqx-widget-android .jqx-grid-cell-android, .jqx-widget-android .jqx-grid-group-cell-android, .jqx-grid-group-cell-android{font-size: 16px; font-family: Roboto,HelveticaNeue,sans-serif; border-color: #1C1C1E; background-color: #000; color: #fff;}
  153. .jqx-widget-android .jqx-grid-cell-alt-android, .jqx-widget-android .jqx-grid-cell-sort-android, .jqx-widget-android .jqx-grid-cell-pinned-android, .jqx-widget-android .jqx-grid-cell-filter-android, .jqx-grid-cell-sort-alt-android, .jqx-grid-cell-filter-alt-android, .jqx-grid-cell-pinned-android, .jqx-grid-cell-alt-android, .jqx-grid-cell-sort-android{border-color: #202023; background-color:#3E3E42; color: #fff;}
  154. .jqx-menu-vertical-android{background: #3E3E42; border-color: #3E3E42;}
  155. .jqx-widget-android .jqx-grid-cell-android, .jqx-widget-android .jqx-grid-column-header-android, .jqx-widget-android .jqx-grid-group-cell-android { border-color: #202023;}
  156. .jqx-widget-android .jqx-grid-column-menubutton-android, .jqx-widget-android .jqx-grid-column-sortascbutton-android, .jqx-widget-android .jqx-grid-column-sortdescbutton-android, .jqx-widget-android .jqx-grid-column-filterbutton-android {
  157. background-color: transparent;
  158. border-color: #010f18;
  159. }
  160. .jqx-grid-cell-filter-row-android, .jqx-grid-android .jqx-widget-header-android, .jqx-grid-header-android, .jqx-grid-column-header-android {font-size: 16px; font-family: Roboto,HelveticaNeue,sans-serif;
  161. border-color:#000 !important;
  162. border-bottom-color: #32b3e3 !important;
  163. background: #000 !important;
  164. }
  165. .jqx-grid-cell-filter-row-android {
  166. border-top: 2px solid transparent;
  167. border-bottom: 1px solid #32b3e3 !important;
  168. margin-top: -1px;
  169. }
  170. .jqx-widget-header-android .jqx-calendar-title-header-android, .jqx-calendar-title-header-android, .jqx-input-button-header-android, .jqx-window-header-android {
  171. background: #262626;
  172. border-color: #262626;
  173. border-bottom-color: #262626 !important;
  174. }
  175. .jqx-window-content-android {
  176. background: #262626;
  177. }
  178. .jqx-calendar-month-android {
  179. border-top: 1px solid #262626;
  180. background: #262626;
  181. }
  182. .jqx-calendar-column-header-android {
  183. background: #262626;
  184. border-color: #262626;
  185. }
  186. .jqx-grid-column-menubutton-android {
  187. background-image: url('images/metro-icon-down-white.png');
  188. }
  189. .jqx-input-android {
  190. border-color: #3C4648;
  191. }
  192. .jqx-widget-android .jqx-grid-cell-selected-android, .jqx-grid-cell-selected-android{ background-color:#10638d !important; border-color: #10638d !important; font-size: 16px; color:#fff !important}
  193. .jqx-widget-android .jqx-grid-cell-hover-android, .jqx-grid-cell-hover-android{ background-color:#3E3E42;}
  194. /*applied to the column's sort button when the sort order is ascending.*/
  195. .jqx-grid-column-sortascbutton-android {
  196. background-image: url('images/metro-icon-up-white.png');
  197. }
  198. .jqx-grid-column-sortdescbutton-android {
  199. background-image: url('images/metro-icon-down-white.png');
  200. }
  201. .jqx-checkbox-default-android {
  202. background: #000;
  203. border-color: #636466;
  204. }
  205. .jqx-checkbox-check-checked-android{position: relative; background:transparent url(images/check_lightblue.png) center center no-repeat}
  206. .jqx-checkbox-check-indeterminate-android{background:transparent url(images/check_lightblue_indeterminate.png) center center no-repeat}
  207. .jqx-checkbox-hover-android, .jqx-radiobutton-hover-android {
  208. }
  209. .jqx-radiobutton-check-checked-android {
  210. background: #33b5e5;
  211. border-color: #33b5e5;
  212. }
  213. .jqx-scrollbar-thumb-state-normal-horizontal-android, .jqx-scrollbar-thumb-state-normal-android {
  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-android, .jqx-scrollbar-thumb-state-hover-android {
  220. background: #9E9E9E; border-color: #9E9E9E;
  221. }
  222. .jqx-scrollbar-thumb-state-pressed-horizontal-android, .jqx-scrollbar-thumb-state-pressed-android {
  223. background: #ffffff; border-color: #ffffff;
  224. }
  225. .jqx-scrollbar-button-state-normal-android
  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-android
  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-android
  238. {
  239. border: 1px solid #3E3E42;
  240. background: #3E3E42;
  241. }
  242. /*icons*/
  243. .jqx-window-collapse-button-android
  244. {
  245. background-image: url(images/metro-icon-up-white.png);
  246. }
  247. .jqx-window-collapse-button-collapsed-android {
  248. background-image: url(images/metro-icon-down-white.png);
  249. }
  250. .jqx-icon-arrow-up-android, .jqx-expander-arrow-bottom-android, .jqx-menu-item-arrow-up-android
  251. {
  252. background-image: url('images/metro-icon-up-white.png');
  253. }
  254. .jqx-icon-arrow-down-android, .jqx-expander-arrow-top-android, .jqx-tree-item-arrow-expand-android, .jqx-tree-item-arrow-expand-hover-android, .jqx-menu-item-arrow-down-android
  255. {
  256. background-image: url('images/metro-icon-down-white.png');
  257. }
  258. .jqx-icon-arrow-left-android, .jqx-menu-item-arrow-left-android
  259. {
  260. background-image: url('images/metro-icon-left-white.png');
  261. }
  262. .jqx-icon-arrow-right-android, .jqx-menu-item-arrow-right-android, .jqx-tree-item-arrow-collapse-android, .jqx-tree-item-arrow-collapse-hover-android
  263. {
  264. background-image: url('images/metro-icon-right-white.png');
  265. }
  266. .jqx-tabs-arrow-left-android, .jqx-tree-item-arrow-collapse-rtl-android, .jqx-tree-item-arrow-collapse-hover-rtl-android
  267. {
  268. background-image: url('images/metro-icon-left-white.png');
  269. }
  270. .jqx-tabs-arrow-right-android
  271. {
  272. background-image: url('images/metro-icon-right-white.png');
  273. }
  274. .jqx-menu-item-arrow-up-selected-android, .jqx-icon-arrow-up-selected-android{background-image:url('images/metro-icon-up-white.png');background-repeat:no-repeat;background-position:center;}
  275. .jqx-menu-item-arrow-down-selected-android, .jqx-icon-arrow-down-selected-android{background-image:url('images/metro-icon-down-white.png');background-repeat:no-repeat;background-position:center;}
  276. .jqx-menu-item-arrow-left-selected-android, .jqx-icon-arrow-left-selected-android{background-image:url('images/metro-icon-left-white.png');background-repeat:no-repeat;background-position:center;}
  277. .jqx-menu-item-arrow-right-selected-android, .jqx-icon-arrow-right-selected-android{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat;background-position:center;}
  278. .jqx-window-close-button-android, .jqx-icon-close-android, .jqx-tabs-close-button-android, .jqx-tabs-close-button-hover-android, .jqx-tabs-close-button-selected-android{background-image:url(images/close_white.png); background-repeat:no-repeat; background-position:center}
  279. .jqx-listbox-feedback-android {
  280. border-top: 1px dashed #fff;
  281. }
  282. .jqx-scrollbar-android .jqx-icon-arrow-up-selected-android{background-image:url('images/metro-icon-up-white.png'); background-repeat:no-repeat; background-position:center;}
  283. .jqx-scrollbar-android .jqx-icon-arrow-down-selected-android{background-image:url('images/metro-icon-down-white.png'); background-repeat:no-repeat; background-position:center;}
  284. .jqx-scrollbar-android .jqx-icon-arrow-left-selected-android{background-image:url('images/metro-icon-left-white.png'); background-repeat:no-repeat; background-position:center;}
  285. .jqx-scrollbar-android .jqx-icon-arrow-right-selected-android{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat; background-position:center;}
  286. .jqx-input-button-content-android
  287. {
  288. background: #262626;
  289. border-color: #262626;
  290. font-size: 13px;
  291. }
  292. .jqx-input-button-header-android {
  293. padding-top: 2px !important;
  294. padding-bottom: 2px !important;
  295. }
  296. .jqx-button-android {
  297. padding: 10px 7px;
  298. }
  299. .jqx-slider-button-android
  300. {
  301. border-radius: 100%;
  302. -moz-border-radius: 100%;
  303. -webkit-border-radius: 100%;
  304. padding: 4px !important;
  305. }
  306. .jqx-slider-slider-android {
  307. width: 25px;
  308. height: 25px;
  309. margin-top: -10px;
  310. -moz-border-radius: 100%;
  311. -webkit-border-radius: 100%;
  312. border-radius: 100%;
  313. background: rgba(51,181,229,0.6);
  314. background-image: -moz-radial-gradient(#33b5e5 10%,transparent 90%);
  315. background-image: radial-gradient(#33b5e5 10%,transparent 90%);
  316. border: none;
  317. }
  318. .jqx-slider-rangebar-android {
  319. background: rgba(51,181,229,0.5);
  320. }
  321. .jqx-dropdownlist-state-normal-android, .jqx-dropdownlist-state-hover-android, .jqx-dropdownlist-state-selected-android,
  322. .jqx-scrollbar-button-state-hover-android, .jqx-scrollbar-button-state-normal-android, .jqx-scrollbar-button-state-pressed-android,
  323. .jqx-scrollbar-thumb-state-normal-horizontal-android, .jqx-scrollbar-thumb-state-hover-horizontal-android, .jqx-scrollbar-thumb-state-pressed-horizontal-android,
  324. .jqx-scrollbar-thumb-state-normal-android, .jqx-scrollbar-thumb-state-pressed-android, .jqx-button-android, .jqx-tree-item-hover-android, .jqx-tree-item-selected-android,
  325. .jqx-tree-item-android, .jqx-menu-item-android, .jqx-menu-item-hover-android, .jqx-menu-item-selected-android, .jqx-menu-item-top-android, .jqx-menu-item-top-hover-android,
  326. .jqx-menu-item-top-selected-android, .jqx-slider-button-android, .jqx-slider-slider-android
  327. {
  328. -webkit-transition: background-color 100ms linear;
  329. -moz-transition: background-color 100ms linear;
  330. -o-transition: background-color 100ms linear;
  331. -ms-transition: background-color 100ms linear;
  332. transition: background-color 100ms linear;
  333. }
  334. .jqx-switchbutton-android {
  335. -moz-border-radius: 0px;
  336. -webkit-border-radius: 0px;
  337. border-radius: 0px;
  338. border: 2px solid #010f18;
  339. }
  340. .jqx-switchbutton-thumb-android {
  341. width: 16px;
  342. background: #222222;
  343. border: 1px solid #222222;
  344. }
  345. .jqx-switchbutton-label-on-android {
  346. background: #32b3e3;
  347. color: #fff;
  348. }
  349. .jqx-switchbutton-label-off-android {
  350. background: #444;
  351. color: #fff;
  352. }
  353. .jqx-tabs-android {
  354. border: 1px solid #1a1a1a;
  355. }
  356. .jqx-tabs-title-android {
  357. background: transparent;
  358. border-color: transparent;
  359. border-radius: 0px;
  360. border-top-left-radius: 0px;
  361. border-top-right-radius: 0px;
  362. border-bottom-left-radius: 0px;
  363. border-bottom-right-radius: 0px;
  364. -webkit-border-radius: 0px;
  365. -webkit-border-top-left-radius: 0px;
  366. -webkit-border-top-right-radius: 0px;
  367. -webkit-border-bottom-left-radius: 0px;
  368. -webkit-border-bottom-right-radius: 0px;
  369. -moz-border-radius: 0px;
  370. -moz-border-top-left-radius: 0px;
  371. -moz-border-top-right-radius: 0px;
  372. -moz-border-bottom-left-radius: 0px;
  373. -moz-border-bottom-right-radius: 0px;
  374. }
  375. .jqx-tabs-header-android, .jqx-tabs-arrow-background {
  376. background: #000;
  377. color: #fff;
  378. border-bottom-color: #636466 !important;
  379. }
  380. .jqx-tabs-header-bottom-android {
  381. background: #000;
  382. color: #fff;
  383. border-top-color: #636466 !important;
  384. border-top-style: solid;
  385. border-top-width: 1px;
  386. }
  387. .jqx-tabs-title-selected-top-android, .jqx-tabs-selection-tracker-top-android {
  388. border-bottom: 1px solid #000;
  389. border-bottom: 2px solid #32b3e3;
  390. color: #fff;
  391. background: #000;
  392. box-shadow: 0 0px 5px #000;
  393. -webkit-box-shadow: 0 0px 5px #000;
  394. padding-top: 5px;
  395. padding-bottom: 5px;
  396. }
  397. .jqx-tabs-title-selected-bottom-android, .jqx-tabs-selection-tracker-bottom-android {
  398. border-top: 2px solid #32b3e3;
  399. color: #fff;
  400. background: #000;
  401. box-shadow: 0 0px 5px #000;
  402. -webkit-box-shadow: 0 0px 5px #000;
  403. padding-top: 6px;
  404. padding-bottom: 6px;
  405. }
  406. .jqx-tabs-title-hover-top-android, .jqx-tabs-title-hover-bottom-android, .jqx-tabs-header-android
  407. {
  408. color: #fff;
  409. }
  410. .jqx-switchbutton-wrapper-android {
  411. }
  412. .jqx-icon-arrow-first-android
  413. {
  414. background-image: url('images/icon-first-white.png');
  415. background-repeat: no-repeat;
  416. background-position: center;
  417. }
  418. .jqx-icon-arrow-last-android
  419. {
  420. background-image: url('images/icon-last-white.png');
  421. background-repeat: no-repeat;
  422. background-position: center;
  423. }
  424. .jqx-progressbar-text-android {
  425. font-size: 16px;
  426. }
  427. .jqx-grid-pager-android .jqx-button-android {
  428. padding: 3px !important;
  429. }
  430. .jqx-grid-pager-number-android {
  431. top: 2px;
  432. position: relative;
  433. padding: 1px 7px;
  434. }
  435. .jqx-widget-android .jqx-grid-groups-header-android,
  436. .jqx-grid-groups-header-android {
  437. border-bottom-color: #000 !important;
  438. }
  439. .jqx-grid-group-collapse-android {
  440. background-image: url(images/metro-icon-right-white.png);
  441. background-position: 50% 50%;
  442. background-repeat: no-repeat;
  443. }
  444. .jqx-grid-group-collapse-rtl-android
  445. {
  446. padding-right: 0px;
  447. background-image: url(images/metro-icon-left-white.png);
  448. background-position: 50% 50%;
  449. background-repeat: no-repeat;
  450. }
  451. .jqx-grid-group-expand-android, .jqx-grid-group-expand-rtl-android
  452. {
  453. padding-right: 0px;
  454. background-image: url(images/metro-icon-down-white.png);
  455. background-position: 50% 50%;
  456. background-repeat: no-repeat;
  457. }
  458. .jqx-tree-grid-expand-button-android {
  459. margin-top: 0px;
  460. }
  461. .jqx-tree-grid-checkbox-android {
  462. margin-top: 2px;
  463. }
  464. .jqx-grid-table-android {
  465. border-color: #000;
  466. }
  467. .jqx-icon-search-android
  468. {
  469. background-image: url(images/search_white.png);
  470. background-repeat: no-repeat;
  471. background-position: center;
  472. }
  473. .jqx-passwordinput-password-icon-android, .jqx-passwordinput-password-icon-rtl-android
  474. {
  475. background-image: url(images/icon-showpassword-white.png) !important;
  476. background-repeat: no-repeat !important;
  477. }
  478. .jqx-icon-calendar-android, .jqx-icon-calendar-hover-android, .jqx-icon-calendar-pressed-android {
  479. background-image: url('images/icon-calendar-white.png');
  480. }
  481. .jqx-icon-time-android, .jqx-icon-time-hover-android, .jqx-icon-time-pressed-android {
  482. background-image: url('images/icon-time-white.png');
  483. }
  484. .jqx-calendar-cell-today-android {
  485. color: black;
  486. }
  487. .jqx-editor-toolbar-icon-android {
  488. background: url('images/html_editor_white.png') no-repeat;
  489. }
  490. .jqx-menu-minimized-button-android {
  491. background-image: url('images/icon-menu-minimized-white.png');
  492. }
  493. .jqx-file-upload-file-name-android{padding:3px;}
  494. .jqx-file-upload-file-row-android{ height: 40px;}
  495. .jqx-layout-android
  496. {
  497. background-color: #000;
  498. }
  499. .jqx-layout-pseudo-window-pin-icon-android
  500. {
  501. background-image: url("images/pin-white.png");
  502. }
  503. .jqx-layout-pseudo-window-pinned-icon-android
  504. {
  505. background-image: url("images/pinned-white.png");
  506. }
  507. .jqx-scheduler-android, .jqx-scheduler-time-column-android, .jqx-scheduler-toolbar-details-android {
  508. color: white !important;
  509. }
  510. .jqx-label-android {
  511. fill: lightgray;
  512. }