editor.foundation.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  1. div.DTE div.DTE_Form_Error {
  2. display: none;
  3. color: #b11f1f;
  4. }
  5. div.DTE_Field div.multi-value,
  6. div.DTE_Field div.multi-restore {
  7. display: none;
  8. cursor: pointer;
  9. padding: 0.75rem;
  10. }
  11. div.DTE_Field div.multi-value span,
  12. div.DTE_Field div.multi-restore span {
  13. display: block;
  14. color: #666;
  15. font-size: 0.8em;
  16. line-height: 1.25em;
  17. }
  18. div.DTE_Field div.multi-value:hover,
  19. div.DTE_Field div.multi-restore:hover {
  20. background-color: #e5e5e5;
  21. }
  22. div.DTE_Field div.multi-restore {
  23. margin-top: 0.5em;
  24. font-size: 0.8em;
  25. line-height: 1.25em;
  26. padding: 0.5rem 0.75rem;
  27. }
  28. div.DTE_Field div.label {
  29. margin-top: 0.5rem;
  30. margin-bottom: 0.5rem;
  31. }
  32. div.DTE_Field div.label:empty {
  33. padding: 0;
  34. margin: 0;
  35. }
  36. div.DTE_Field:after {
  37. display: block;
  38. content: ".";
  39. height: 0;
  40. line-height: 0;
  41. clear: both;
  42. visibility: hidden;
  43. }
  44. div.reveal-modal button.close {
  45. position: absolute;
  46. top: -1.5em;
  47. right: -2.5em;
  48. }
  49. div.reveal-modal button.close.close-button {
  50. right: 1rem;
  51. top: .5rem;
  52. z-index: 100;
  53. }
  54. div.reveal-modal div.DTE_Header {
  55. position: relative;
  56. top: -0.5em;
  57. font-size: 2.05556rem;
  58. line-height: 1.4;
  59. }
  60. div.reveal-modal div.DTE_Form_Content {
  61. width: 75%;
  62. margin: 0 auto;
  63. }
  64. div.reveal-modal div.DTE_Footer {
  65. position: relative;
  66. bottom: -0.5em;
  67. float: right;
  68. }
  69. div.reveal-modal div.DTE_Footer button {
  70. margin-bottom: 0;
  71. }
  72. div.DTE_Inline {
  73. position: relative;
  74. display: table;
  75. width: 100%;
  76. }
  77. div.DTE_Inline div.DTE_Inline_Field,
  78. div.DTE_Inline div.DTE_Inline_Buttons {
  79. display: table-cell;
  80. vertical-align: middle;
  81. }
  82. div.DTE_Inline div.DTE_Inline_Field div.DTE_Field,
  83. div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field {
  84. padding: 0;
  85. }
  86. div.DTE_Inline div.DTE_Inline_Field div.DTE_Field > label,
  87. div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field > label {
  88. display: none;
  89. }
  90. div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input,
  91. div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input {
  92. width: 100%;
  93. }
  94. div.DTE_Inline div.DTE_Inline_Field div.DTE_Form_Buttons button,
  95. div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Form_Buttons button {
  96. margin: -6px 0 -6px 4px;
  97. padding: 5px;
  98. }
  99. div.DTE_Inline div.DTE_Field input[type="color"],
  100. div.DTE_Inline div.DTE_Field input[type="date"],
  101. div.DTE_Inline div.DTE_Field input[type="datetime"],
  102. div.DTE_Inline div.DTE_Field input[type="datetime-local"],
  103. div.DTE_Inline div.DTE_Field input[type="email"],
  104. div.DTE_Inline div.DTE_Field input[type="month"],
  105. div.DTE_Inline div.DTE_Field input[type="number"],
  106. div.DTE_Inline div.DTE_Field input[type="password"],
  107. div.DTE_Inline div.DTE_Field input[type="search"],
  108. div.DTE_Inline div.DTE_Field input[type="tel"],
  109. div.DTE_Inline div.DTE_Field input[type="text"],
  110. div.DTE_Inline div.DTE_Field input[type="time"],
  111. div.DTE_Inline div.DTE_Field input[type="url"],
  112. div.DTE_Inline div.DTE_Field input[type="week"] {
  113. margin: -6px 0;
  114. }
  115. div.DTE_Inline.DTE_Processing:after {
  116. position: absolute;
  117. content: ' ';
  118. display: block;
  119. top: 4px;
  120. right: 10px;
  121. height: 12px;
  122. width: 17px;
  123. background: url("../images/ajax-loader-small.gif") no-repeat top left;
  124. }
  125. span.dtr-data div.DTE_Inline {
  126. display: inline-table;
  127. }
  128. div.DTE_Inline div.DTE_Field > div {
  129. width: 100%;
  130. padding: 0;
  131. }
  132. div.DTE_Inline div.DTE_Field input {
  133. height: 30px;
  134. margin-bottom: 0;
  135. }
  136. div.DTE_Inline div.DTE_Field div.label:empty {
  137. display: none;
  138. }
  139. div.DTE_Bubble {
  140. position: absolute;
  141. z-index: 11;
  142. margin-top: -6px;
  143. opacity: 0;
  144. }
  145. div.DTE_Bubble div.DTE_Bubble_Liner {
  146. position: absolute;
  147. bottom: 0;
  148. border: 1px solid black;
  149. width: 300px;
  150. margin-left: -150px;
  151. background-color: white;
  152. box-shadow: 2px 2px 7px #555;
  153. border-radius: 5px;
  154. border: 2px solid #444;
  155. padding: 1em;
  156. -webkit-box-sizing: border-box;
  157. -moz-box-sizing: border-box;
  158. box-sizing: border-box;
  159. }
  160. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table {
  161. display: table;
  162. width: 100%;
  163. }
  164. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form {
  165. display: table-cell;
  166. }
  167. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content {
  168. padding: 0;
  169. }
  170. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field {
  171. position: relative;
  172. zoom: 1;
  173. margin-bottom: 0.5em;
  174. }
  175. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field:last-child {
  176. margin-bottom: 0;
  177. }
  178. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table div.DTE_Form_Buttons {
  179. display: table-cell;
  180. vertical-align: bottom;
  181. padding: 0 0 0 0.75em;
  182. width: 1%;
  183. }
  184. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
  185. border-top-left-radius: 5px;
  186. border-top-right-radius: 5px;
  187. }
  188. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Form_Info,
  189. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Bubble_Table {
  190. padding-top: 42px;
  191. }
  192. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Form_Error {
  193. float: none;
  194. display: none;
  195. padding: 0;
  196. margin-bottom: 0.5em;
  197. }
  198. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close {
  199. position: absolute;
  200. top: -11px;
  201. right: -11px;
  202. width: 22px;
  203. height: 22px;
  204. border: 2px solid white;
  205. background-color: black;
  206. text-align: center;
  207. border-radius: 15px;
  208. cursor: pointer;
  209. z-index: 12;
  210. box-shadow: 2px 2px 6px #111;
  211. }
  212. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
  213. content: '\00d7';
  214. color: white;
  215. font-weight: bold;
  216. font-size: 18px;
  217. line-height: 22px;
  218. font-family: 'Courier New', Courier, monospace;
  219. padding-left: 1px;
  220. }
  221. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:hover {
  222. background-color: #092079;
  223. box-shadow: 2px 2px 9px #111;
  224. }
  225. div.DTE_Bubble div.DTE_Bubble_Triangle {
  226. position: absolute;
  227. height: 10px;
  228. width: 10px;
  229. top: -6px;
  230. background-color: white;
  231. border: 2px solid #444;
  232. border-top: none;
  233. border-right: none;
  234. -webkit-transform: rotate(-45deg);
  235. -moz-transform: rotate(-45deg);
  236. -ms-transform: rotate(-45deg);
  237. -o-transform: rotate(-45deg);
  238. transform: rotate(-45deg);
  239. }
  240. div.DTE_Bubble.DTE_Processing div.DTE_Bubble_Liner:after {
  241. position: absolute;
  242. content: ' ';
  243. display: block;
  244. top: 12px;
  245. right: 18px;
  246. height: 12px;
  247. width: 17px;
  248. background: url("../images/ajax-loader-small.gif") no-repeat top left;
  249. }
  250. div.DTE_Bubble.below div.DTE_Bubble_Liner {
  251. top: 10px;
  252. bottom: auto;
  253. }
  254. div.DTE_Bubble.below div.DTE_Bubble_Triangle {
  255. top: 4px;
  256. -webkit-transform: rotate(135deg);
  257. -moz-transform: rotate(135deg);
  258. -ms-transform: rotate(135deg);
  259. -o-transform: rotate(135deg);
  260. transform: rotate(135deg);
  261. }
  262. div.DTE_Bubble_Background {
  263. position: fixed;
  264. top: 0;
  265. left: 0;
  266. width: 100%;
  267. height: 100%;
  268. background: rgba(0, 0, 0, 0.7);
  269. /* Fallback */
  270. background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  271. /* IE10 Consumer Preview */
  272. background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  273. /* Firefox */
  274. background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  275. /* Opera */
  276. background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  277. /* Webkit (Safari/Chrome 10) */
  278. background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  279. /* Webkit (Chrome 11+) */
  280. background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  281. /* W3C Markup, IE10 Release Preview */
  282. z-index: 10;
  283. }
  284. div.DTE_Bubble_Background > div {
  285. position: absolute;
  286. top: 0;
  287. right: 0;
  288. left: 0;
  289. bottom: 0;
  290. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  291. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  292. }
  293. div.DTE_Bubble_Background > div:not([dummy]) {
  294. filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
  295. }
  296. div.DTE_Bubble div.DTE_Bubble_Liner {
  297. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  298. border-radius: 6px;
  299. border: 1px solid rgba(0, 0, 0, 0.2);
  300. }
  301. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field label,
  302. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field > div {
  303. width: 100%;
  304. float: none;
  305. clear: both;
  306. text-align: left;
  307. }
  308. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field label {
  309. padding-bottom: 4px;
  310. }
  311. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
  312. background-color: #f7f7f7;
  313. border-bottom: 1px solid #ebebeb;
  314. font-size: 14px;
  315. width: 100%;
  316. }
  317. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
  318. margin-top: -2px;
  319. display: block;
  320. }
  321. div.DTE_Bubble_Background {
  322. position: fixed;
  323. top: 0;
  324. left: 0;
  325. right: 0;
  326. bottom: 0;
  327. z-index: 10;
  328. background-color: rgba(0, 0, 0, 0.05);
  329. }
  330. div.DTE div.editor_upload {
  331. padding-top: 4px;
  332. }
  333. div.DTE div.editor_upload div.eu_table {
  334. display: table;
  335. width: 100%;
  336. }
  337. div.DTE div.editor_upload div.row {
  338. display: table-row;
  339. }
  340. div.DTE div.editor_upload div.cell {
  341. display: table-cell;
  342. position: relative;
  343. width: 50%;
  344. vertical-align: top;
  345. }
  346. div.DTE div.editor_upload div.cell + div.cell {
  347. padding-left: 10px;
  348. }
  349. div.DTE div.editor_upload div.row + div.row div.cell {
  350. padding-top: 10px;
  351. }
  352. div.DTE div.editor_upload button.btn,
  353. div.DTE div.editor_upload input[type=file] {
  354. width: 100%;
  355. height: 2.3em;
  356. font-size: 0.8em;
  357. text-align: center;
  358. line-height: 1em;
  359. }
  360. div.DTE div.editor_upload input[type=file] {
  361. position: absolute;
  362. top: 0;
  363. left: 0;
  364. width: 100%;
  365. opacity: 0;
  366. }
  367. div.DTE div.editor_upload div.drop {
  368. position: relative;
  369. box-sizing: border-box;
  370. width: 100%;
  371. height: 100%;
  372. border: 3px dashed #ccc;
  373. border-radius: 6px;
  374. min-height: 4em;
  375. color: #999;
  376. padding-top: 3px;
  377. text-align: center;
  378. }
  379. div.DTE div.editor_upload div.drop.over {
  380. border: 3px dashed #111;
  381. color: #111;
  382. }
  383. div.DTE div.editor_upload div.drop span {
  384. max-width: 75%;
  385. font-size: 0.85em;
  386. line-height: 1em;
  387. }
  388. div.DTE div.editor_upload div.rendered img {
  389. max-width: 8em;
  390. margin: 0 auto;
  391. }
  392. div.DTE div.editor_upload.noDrop div.drop {
  393. display: none;
  394. }
  395. div.DTE div.editor_upload.noDrop div.row.second {
  396. display: none;
  397. }
  398. div.DTE div.editor_upload.noDrop div.rendered {
  399. margin-top: 10px;
  400. }
  401. div.DTE div.editor_upload.noClear div.clearValue button {
  402. display: none;
  403. }
  404. div.DTE div.editor_upload.multi div.cell {
  405. display: block;
  406. width: 100%;
  407. }
  408. div.DTE div.editor_upload.multi div.cell div.drop {
  409. min-height: 0;
  410. padding-bottom: 5px;
  411. }
  412. div.DTE div.editor_upload.multi div.clearValue {
  413. display: none;
  414. }
  415. div.DTE div.editor_upload.multi ul {
  416. list-style-type: none;
  417. margin: 0;
  418. padding: 0;
  419. }
  420. div.DTE div.editor_upload.multi ul li {
  421. position: relative;
  422. margin-top: 0.5em;
  423. }
  424. div.DTE div.editor_upload.multi ul li:first-child {
  425. margin-top: 0;
  426. }
  427. div.DTE div.editor_upload.multi ul li img {
  428. vertical-align: middle;
  429. }
  430. div.DTE div.editor_upload.multi ul li button {
  431. position: absolute;
  432. width: 40px;
  433. right: 0;
  434. top: 50%;
  435. margin-top: -1.5em;
  436. }
  437. div.DTE div.editor_upload button.button,
  438. div.DTE div.editor_upload input[type=file] {
  439. width: 100%;
  440. font-size: 0.8em;
  441. margin-bottom: 0;
  442. }
  443. div.DTE div.editor_upload ul li button {
  444. width: 63px;
  445. }
  446. div.editor-datetime {
  447. position: absolute;
  448. background-color: white;
  449. z-index: 2050;
  450. border: 1px solid #ccc;
  451. box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  452. padding-bottom: 5px;
  453. }
  454. div.editor-datetime div.editor-datetime-title {
  455. text-align: center;
  456. padding: 5px 0px 3px;
  457. }
  458. div.editor-datetime table {
  459. border-spacing: 0;
  460. margin: 6px 13px;
  461. }
  462. div.editor-datetime table th {
  463. font-size: 0.8em;
  464. color: #777;
  465. font-weight: normal;
  466. width: 14.285714286%;
  467. padding: 0 0 4px 0;
  468. text-align: center;
  469. }
  470. div.editor-datetime table td {
  471. font-size: 0.9em;
  472. color: #444;
  473. padding: 0;
  474. }
  475. div.editor-datetime table td.day {
  476. text-align: right;
  477. background: #f5f5f5;
  478. }
  479. div.editor-datetime table td.day.disabled {
  480. color: #aaa;
  481. background: white;
  482. }
  483. div.editor-datetime table td.day.today {
  484. background-color: #ddd;
  485. }
  486. div.editor-datetime table td.day.today button {
  487. font-weight: bold;
  488. }
  489. div.editor-datetime table td.day.selected button {
  490. background: #008CBA;
  491. color: white;
  492. border-radius: 2px;
  493. }
  494. div.editor-datetime table td.day button:hover {
  495. background: #ff8000;
  496. color: white;
  497. border-radius: 2px;
  498. }
  499. div.editor-datetime table td.editor-datetime-week {
  500. font-size: 0.7em;
  501. }
  502. div.editor-datetime table button {
  503. width: 100%;
  504. box-sizing: border-box;
  505. border: none;
  506. background: transparent;
  507. font-size: inherit;
  508. color: inherit;
  509. text-align: inherit;
  510. padding: 5px 9px;
  511. cursor: pointer;
  512. margin: 0;
  513. }
  514. div.editor-datetime table.weekNumber th {
  515. width: 12.5%;
  516. }
  517. div.editor-datetime div.editor-datetime-label {
  518. position: relative;
  519. display: inline-block;
  520. height: 30px;
  521. padding: 5px 6px;
  522. border: 1px solid transparent;
  523. box-sizing: border-box;
  524. cursor: pointer;
  525. }
  526. div.editor-datetime div.editor-datetime-label:hover {
  527. border: 1px solid #ddd;
  528. border-radius: 2px;
  529. background-color: #f5f5f5;
  530. }
  531. div.editor-datetime div.editor-datetime-label select {
  532. position: absolute;
  533. top: 6px;
  534. left: 0;
  535. cursor: pointer;
  536. opacity: 0;
  537. -ms-filter: "alpha(opacity=0)";
  538. }
  539. div.editor-datetime div.editor-datetime-time {
  540. text-align: center;
  541. }
  542. div.editor-datetime div.editor-datetime-time > span {
  543. vertical-align: middle;
  544. }
  545. div.editor-datetime div.editor-datetime-time div.editor-datetime-timeblock {
  546. display: inline-block;
  547. vertical-align: middle;
  548. }
  549. div.editor-datetime div.editor-datetime-iconLeft,
  550. div.editor-datetime div.editor-datetime-iconRight,
  551. div.editor-datetime div.editor-datetime-iconUp,
  552. div.editor-datetime div.editor-datetime-iconDown {
  553. width: 30px;
  554. height: 30px;
  555. background-position: center;
  556. background-repeat: no-repeat;
  557. opacity: 0.3;
  558. overflow: hidden;
  559. box-sizing: border-box;
  560. }
  561. div.editor-datetime div.editor-datetime-iconLeft:hover,
  562. div.editor-datetime div.editor-datetime-iconRight:hover,
  563. div.editor-datetime div.editor-datetime-iconUp:hover,
  564. div.editor-datetime div.editor-datetime-iconDown:hover {
  565. border: 1px solid #ccc;
  566. border-radius: 2px;
  567. background-color: #f0f0f0;
  568. opacity: 0.6;
  569. }
  570. div.editor-datetime div.editor-datetime-iconLeft button,
  571. div.editor-datetime div.editor-datetime-iconRight button,
  572. div.editor-datetime div.editor-datetime-iconUp button,
  573. div.editor-datetime div.editor-datetime-iconDown button {
  574. border: none;
  575. background: transparent;
  576. text-indent: 30px;
  577. height: 100%;
  578. width: 100%;
  579. cursor: pointer;
  580. }
  581. div.editor-datetime div.editor-datetime-iconLeft {
  582. position: absolute;
  583. top: 5px;
  584. left: 5px;
  585. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  586. }
  587. div.editor-datetime div.editor-datetime-iconRight {
  588. position: absolute;
  589. top: 5px;
  590. right: 5px;
  591. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  592. }
  593. div.editor-datetime div.editor-datetime-iconUp {
  594. height: 20px;
  595. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=");
  596. }
  597. div.editor-datetime div.editor-datetime-iconDown {
  598. height: 20px;
  599. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC");
  600. }