forms-rtl.css 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767
  1. /*! This file is auto-generated */
  2. /* Include margin and padding in the width calculation of input and textarea. */
  3. input,
  4. select,
  5. textarea,
  6. button {
  7. box-sizing: border-box;
  8. font-family: inherit;
  9. font-size: inherit;
  10. font-weight: inherit;
  11. }
  12. textarea,
  13. input {
  14. font-size: 14px;
  15. }
  16. textarea {
  17. overflow: auto;
  18. padding: 2px 6px;
  19. /* inherits font size 14px */
  20. line-height: 1.42857143; /* 20px */
  21. resize: vertical;
  22. }
  23. label {
  24. cursor: pointer;
  25. }
  26. input,
  27. select {
  28. margin: 0 1px;
  29. }
  30. textarea.code {
  31. padding: 4px 6px 1px;
  32. }
  33. input[type="text"],
  34. input[type="password"],
  35. input[type="color"],
  36. input[type="date"],
  37. input[type="datetime"],
  38. input[type="datetime-local"],
  39. input[type="email"],
  40. input[type="month"],
  41. input[type="number"],
  42. input[type="search"],
  43. input[type="tel"],
  44. input[type="time"],
  45. input[type="url"],
  46. input[type="week"],
  47. select,
  48. textarea {
  49. box-shadow: 0 0 0 transparent;
  50. border-radius: 4px;
  51. border: 1px solid #8c8f94;
  52. background-color: #fff;
  53. color: #2c3338;
  54. }
  55. input[type="text"],
  56. input[type="password"],
  57. input[type="date"],
  58. input[type="datetime"],
  59. input[type="datetime-local"],
  60. input[type="email"],
  61. input[type="month"],
  62. input[type="number"],
  63. input[type="search"],
  64. input[type="tel"],
  65. input[type="time"],
  66. input[type="url"],
  67. input[type="week"] {
  68. padding: 0 8px;
  69. /* inherits font size 14px */
  70. line-height: 2; /* 28px */
  71. /* Only necessary for IE11 */
  72. min-height: 30px;
  73. }
  74. ::-webkit-datetime-edit {
  75. /* inherits font size 14px */
  76. line-height: 1.85714286; /* 26px */
  77. }
  78. input[type="text"]:focus,
  79. input[type="password"]:focus,
  80. input[type="color"]:focus,
  81. input[type="date"]:focus,
  82. input[type="datetime"]:focus,
  83. input[type="datetime-local"]:focus,
  84. input[type="email"]:focus,
  85. input[type="month"]:focus,
  86. input[type="number"]:focus,
  87. input[type="search"]:focus,
  88. input[type="tel"]:focus,
  89. input[type="time"]:focus,
  90. input[type="url"]:focus,
  91. input[type="week"]:focus,
  92. input[type="checkbox"]:focus,
  93. input[type="radio"]:focus,
  94. select:focus,
  95. textarea:focus {
  96. border-color: #2271b1;
  97. box-shadow: 0 0 0 1px #2271b1;
  98. /* Only visible in Windows High Contrast mode */
  99. outline: 2px solid transparent;
  100. }
  101. /* rtl:ignore */
  102. input[type="email"],
  103. input[type="url"] {
  104. direction: ltr;
  105. }
  106. input[type="checkbox"],
  107. input[type="radio"] {
  108. border: 1px solid #8c8f94;
  109. border-radius: 4px;
  110. background: #fff;
  111. color: #50575e;
  112. clear: none;
  113. cursor: pointer;
  114. display: inline-block;
  115. line-height: 0;
  116. height: 1rem;
  117. margin: -0.25rem 0 0 0.25rem;
  118. outline: 0;
  119. padding: 0 !important;
  120. text-align: center;
  121. vertical-align: middle;
  122. width: 1rem;
  123. min-width: 1rem;
  124. -webkit-appearance: none;
  125. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  126. transition: .05s border-color ease-in-out;
  127. }
  128. input[type="radio"]:checked + label:before {
  129. color: #8c8f94;
  130. }
  131. .wp-core-ui input[type="reset"]:hover,
  132. .wp-core-ui input[type="reset"]:active {
  133. color: #135e96;
  134. }
  135. td > input[type="checkbox"],
  136. .wp-admin p input[type="checkbox"],
  137. .wp-admin p input[type="radio"] {
  138. margin-top: 0;
  139. }
  140. .wp-admin p label input[type="checkbox"] {
  141. margin-top: -4px;
  142. }
  143. .wp-admin p label input[type="radio"] {
  144. margin-top: -2px;
  145. }
  146. input[type="radio"] {
  147. border-radius: 50%;
  148. margin-left: 0.25rem;
  149. /* 10px not sure if still necessary, comes from the MP6 redesign in r26072 */
  150. line-height: 0.71428571;
  151. }
  152. input[type="checkbox"]:checked::before,
  153. input[type="radio"]:checked::before {
  154. float: right;
  155. display: inline-block;
  156. vertical-align: middle;
  157. width: 1rem;
  158. speak: never;
  159. -webkit-font-smoothing: antialiased;
  160. -moz-osx-font-smoothing: grayscale;
  161. }
  162. input[type="checkbox"]:checked::before {
  163. /* Use the "Yes" SVG Dashicon */
  164. content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E");
  165. margin: -0.1875rem -0.25rem 0 0;
  166. height: 1.3125rem;
  167. width: 1.3125rem;
  168. }
  169. input[type="radio"]:checked::before {
  170. content: "";
  171. border-radius: 50%;
  172. width: 0.5rem; /* 8px */
  173. height: 0.5rem; /* 8px */
  174. margin: 0.1875rem; /* 3px */
  175. background-color: #3582c4;
  176. /* 16px not sure if still necessary, comes from the MP6 redesign in r26072 */
  177. line-height: 1.14285714;
  178. }
  179. @-moz-document url-prefix() {
  180. input[type="checkbox"],
  181. input[type="radio"],
  182. .form-table input.tog {
  183. margin-bottom: -1px;
  184. }
  185. }
  186. /* Search */
  187. input[type="search"] {
  188. -webkit-appearance: textfield;
  189. }
  190. input[type="search"]::-webkit-search-decoration {
  191. display: none;
  192. }
  193. .wp-admin input[type="file"] {
  194. padding: 3px 0;
  195. cursor: pointer;
  196. }
  197. input.readonly,
  198. input[readonly],
  199. textarea.readonly,
  200. textarea[readonly] {
  201. background-color: #f0f0f1;
  202. }
  203. ::-webkit-input-placeholder {
  204. color: #646970;
  205. }
  206. ::-moz-placeholder {
  207. color: #646970;
  208. opacity: 1;
  209. }
  210. :-ms-input-placeholder {
  211. color: #646970;
  212. }
  213. .form-invalid .form-required,
  214. .form-invalid .form-required:focus,
  215. .form-invalid.form-required input,
  216. .form-invalid.form-required input:focus,
  217. .form-invalid.form-required select,
  218. .form-invalid.form-required select:focus {
  219. border-color: #d63638 !important;
  220. box-shadow: 0 0 2px rgba(214, 54, 56, 0.8);
  221. }
  222. .form-table .form-required.form-invalid td:after {
  223. content: "\f534";
  224. font: normal 20px/1 dashicons;
  225. color: #d63638;
  226. margin-right: -25px;
  227. vertical-align: middle;
  228. }
  229. /* Adjust error indicator for password layout */
  230. .form-table .form-required.user-pass1-wrap.form-invalid td:after {
  231. content: "";
  232. }
  233. .form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after {
  234. content: "\f534";
  235. font: normal 20px/1 dashicons;
  236. color: #d63638;
  237. margin: 0 -29px 0 6px;
  238. vertical-align: middle;
  239. }
  240. .form-input-tip {
  241. color: #646970;
  242. }
  243. input:disabled,
  244. input.disabled,
  245. select:disabled,
  246. select.disabled,
  247. textarea:disabled,
  248. textarea.disabled {
  249. background: rgba(255, 255, 255, 0.5);
  250. border-color: rgba(220, 220, 222, 0.75);
  251. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  252. color: rgba(44, 51, 56, 0.5);
  253. }
  254. input[type="file"]:disabled,
  255. input[type="file"].disabled,
  256. input[type="range"]:disabled,
  257. input[type="range"].disabled {
  258. background: none;
  259. box-shadow: none;
  260. cursor: default;
  261. }
  262. input[type="checkbox"]:disabled,
  263. input[type="checkbox"].disabled,
  264. input[type="radio"]:disabled,
  265. input[type="radio"].disabled,
  266. input[type="checkbox"]:disabled:checked:before,
  267. input[type="checkbox"].disabled:checked:before,
  268. input[type="radio"]:disabled:checked:before,
  269. input[type="radio"].disabled:checked:before {
  270. opacity: 0.7;
  271. }
  272. /*------------------------------------------------------------------------------
  273. 2.0 - Forms
  274. ------------------------------------------------------------------------------*/
  275. /* Select styles are based on the default button in buttons.css */
  276. .wp-core-ui select {
  277. font-size: 14px;
  278. line-height: 2; /* 28px */
  279. color: #2c3338;
  280. border-color: #8c8f94;
  281. box-shadow: none;
  282. border-radius: 3px;
  283. padding: 0 8px 0 24px;
  284. min-height: 30px;
  285. max-width: 25rem;
  286. -webkit-appearance: none;
  287. /* The SVG is arrow-down-alt2 from Dashicons. */
  288. background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat left 5px top 55%;
  289. background-size: 16px 16px;
  290. cursor: pointer;
  291. vertical-align: middle;
  292. }
  293. .wp-core-ui select:hover {
  294. color: #2271b1;
  295. }
  296. .wp-core-ui select:focus {
  297. border-color: #2271b1;
  298. color: #0a4b78;
  299. box-shadow: 0 0 0 1px #2271b1;
  300. }
  301. .wp-core-ui select:active {
  302. border-color: #8c8f94;
  303. box-shadow: none;
  304. }
  305. .wp-core-ui select.disabled,
  306. .wp-core-ui select:disabled {
  307. color: #a7aaad;
  308. border-color: #dcdcde;
  309. background-color: #f6f7f7;
  310. /* The SVG is arrow-down-alt2 from Dashicons. */
  311. background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E');
  312. box-shadow: none;
  313. text-shadow: 0 1px 0 #fff;
  314. cursor: default;
  315. transform: none;
  316. }
  317. /* Reset Firefox inner outline that appears on :focus. */
  318. /* This ruleset overrides the color change on :focus thus needs to be after select:focus. */
  319. .wp-core-ui select:-moz-focusring {
  320. color: transparent;
  321. text-shadow: 0 0 0 #0a4b78;
  322. }
  323. /* Remove background focus style from IE11 while keeping focus style available on option elements. */
  324. .wp-core-ui select::-ms-value {
  325. background: transparent;
  326. color: #50575e;
  327. }
  328. .wp-core-ui select:hover::-ms-value {
  329. color: #2271b1;
  330. }
  331. .wp-core-ui select:focus::-ms-value {
  332. color: #0a4b78;
  333. }
  334. .wp-core-ui select.disabled::-ms-value,
  335. .wp-core-ui select:disabled::-ms-value {
  336. color: #a7aaad;
  337. }
  338. /* Hide the native down arrow for select element on IE. */
  339. .wp-core-ui select::-ms-expand {
  340. display: none;
  341. }
  342. .wp-admin .button-cancel {
  343. display: inline-block;
  344. min-height: 28px;
  345. padding: 0 5px;
  346. line-height: 2;
  347. }
  348. .meta-box-sortables select {
  349. max-width: 100%;
  350. }
  351. .meta-box-sortables input {
  352. vertical-align: middle;
  353. }
  354. .misc-pub-post-status select {
  355. margin-top: 0;
  356. }
  357. .wp-core-ui select[multiple] {
  358. height: auto;
  359. padding-left: 8px;
  360. background: #fff;
  361. }
  362. .submit {
  363. padding: 1.5em 0;
  364. margin: 5px 0;
  365. border-bottom-right-radius: 3px;
  366. border-bottom-left-radius: 3px;
  367. border: none;
  368. }
  369. form p.submit a.cancel:hover {
  370. text-decoration: none;
  371. }
  372. p.submit {
  373. text-align: right;
  374. max-width: 100%;
  375. margin-top: 20px;
  376. padding-top: 10px;
  377. }
  378. .textright p.submit {
  379. border: none;
  380. text-align: left;
  381. }
  382. table.form-table + p.submit,
  383. table.form-table + input + p.submit,
  384. table.form-table + input + input + p.submit {
  385. border-top: none;
  386. padding-top: 0;
  387. }
  388. #minor-publishing-actions input,
  389. #major-publishing-actions input,
  390. #minor-publishing-actions .preview {
  391. text-align: center;
  392. }
  393. textarea.all-options,
  394. input.all-options {
  395. width: 250px;
  396. }
  397. input.large-text,
  398. textarea.large-text {
  399. width: 99%;
  400. }
  401. .regular-text {
  402. width: 25em;
  403. }
  404. input.small-text {
  405. width: 50px;
  406. padding: 0 6px;
  407. }
  408. label input.small-text {
  409. margin-top: -4px;
  410. }
  411. input[type="number"].small-text {
  412. width: 65px;
  413. padding-left: 0;
  414. }
  415. input.tiny-text {
  416. width: 35px;
  417. }
  418. input[type="number"].tiny-text {
  419. width: 45px;
  420. padding-left: 0;
  421. }
  422. #doaction,
  423. #doaction2,
  424. #post-query-submit {
  425. margin: 0 0 0 8px;
  426. }
  427. /* @since 5.7.0 secondary bulk action controls require JS. */
  428. .no-js label[for="bulk-action-selector-bottom"],
  429. .no-js select#bulk-action-selector-bottom,
  430. .no-js input#doaction2,
  431. .no-js label[for="new_role2"],
  432. .no-js select#new_role2,
  433. .no-js input#changeit2 {
  434. display: none;
  435. }
  436. .tablenav .actions select {
  437. float: right;
  438. margin-left: 6px;
  439. max-width: 12.5rem;
  440. }
  441. #timezone_string option {
  442. margin-right: 1em;
  443. }
  444. .wp-hide-pw > .dashicons,
  445. .wp-cancel-pw > .dashicons {
  446. position: relative;
  447. top: 3px;
  448. width: 1.25rem;
  449. height: 1.25rem;
  450. top: 0.25rem;
  451. font-size: 20px;
  452. }
  453. .wp-cancel-pw .dashicons-no {
  454. display: none;
  455. }
  456. label,
  457. #your-profile label + a {
  458. vertical-align: middle;
  459. }
  460. fieldset label,
  461. #your-profile label + a {
  462. vertical-align: middle;
  463. }
  464. .options-media-php [for*="_size_"] {
  465. min-width: 10em;
  466. vertical-align: baseline;
  467. }
  468. .options-media-php .small-text[name*="_size_"] {
  469. margin: 0 0 1em;
  470. }
  471. .wp-generate-pw {
  472. margin-top: 1em;
  473. }
  474. .wp-pwd {
  475. margin-top: 1em;
  476. }
  477. #misc-publishing-actions label {
  478. vertical-align: baseline;
  479. }
  480. #pass-strength-result {
  481. background-color: #f0f0f1;
  482. border: 1px solid #dcdcde;
  483. color: #1d2327;
  484. margin: -1px 1px 5px;
  485. padding: 3px 5px;
  486. text-align: center;
  487. width: 25em;
  488. box-sizing: border-box;
  489. opacity: 0;
  490. }
  491. #pass-strength-result.short {
  492. background-color: #ffabaf;
  493. border-color: #e65054;
  494. opacity: 1;
  495. }
  496. #pass-strength-result.bad {
  497. background-color: #facfd2;
  498. border-color: #f86368;
  499. opacity: 1;
  500. }
  501. #pass-strength-result.good {
  502. background-color: #f5e6ab;
  503. border-color: #f0c33c;
  504. opacity: 1;
  505. }
  506. #pass-strength-result.strong {
  507. background-color: #b8e6bf;
  508. border-color: #68de7c;
  509. opacity: 1;
  510. }
  511. .password-input-wrapper input {
  512. font-family: Consolas, Monaco, monospace;
  513. }
  514. #pass1.short, #pass1-text.short {
  515. border-color: #e65054;
  516. }
  517. #pass1.bad, #pass1-text.bad {
  518. border-color: #f86368;
  519. }
  520. #pass1.good, #pass1-text.good {
  521. border-color: #f0c33c;
  522. }
  523. #pass1.strong, #pass1-text.strong {
  524. border-color: #68de7c;
  525. }
  526. .pw-weak {
  527. display: none;
  528. }
  529. .indicator-hint {
  530. padding-top: 8px;
  531. }
  532. .wp-pwd [type="text"],
  533. .wp-pwd [type="password"] {
  534. margin-bottom: 0;
  535. /* Same height as the buttons */
  536. min-height: 30px;
  537. }
  538. /* Hide the Edge "reveal password" native button */
  539. .wp-pwd input::-ms-reveal {
  540. display: none;
  541. }
  542. #pass1-text,
  543. .show-password #pass1 {
  544. display: none;
  545. }
  546. #pass1-text::-ms-clear {
  547. display: none;
  548. }
  549. .show-password #pass1-text {
  550. display: inline-block;
  551. }
  552. p.search-box {
  553. float: left;
  554. margin: 0;
  555. }
  556. .network-admin.themes-php p.search-box {
  557. clear: right;
  558. }
  559. .search-box input[name="s"],
  560. .tablenav .search-plugins input[name="s"],
  561. .tagsdiv .newtag {
  562. float: right;
  563. margin: 0 0 0 4px;
  564. }
  565. .js.plugins-php .search-box .wp-filter-search {
  566. margin: 0;
  567. width: 280px;
  568. }
  569. input[type="text"].ui-autocomplete-loading,
  570. input[type="email"].ui-autocomplete-loading {
  571. background-image: url(../images/loading.gif);
  572. background-repeat: no-repeat;
  573. background-position: left center;
  574. visibility: visible;
  575. }
  576. input.ui-autocomplete-input.open {
  577. border-bottom-color: transparent;
  578. }
  579. ul#add-to-blog-users {
  580. margin: 0 14px 0 0;
  581. }
  582. .ui-autocomplete {
  583. padding: 0;
  584. margin: 0;
  585. list-style: none;
  586. position: absolute;
  587. z-index: 10000;
  588. border: 1px solid #4f94d4;
  589. box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8);
  590. background-color: #fff;
  591. }
  592. .ui-autocomplete li {
  593. margin-bottom: 0;
  594. padding: 4px 10px;
  595. white-space: nowrap;
  596. text-align: right;
  597. cursor: pointer;
  598. }
  599. /* Colors for the wplink toolbar autocomplete. */
  600. .ui-autocomplete .ui-state-focus {
  601. background-color: #dcdcde;
  602. }
  603. /* Colors for the tags autocomplete. */
  604. .wp-tags-autocomplete .ui-state-focus,
  605. .wp-tags-autocomplete [aria-selected="true"] {
  606. background-color: #2271b1;
  607. color: #fff;
  608. /* Only visible in Windows High Contrast mode */
  609. outline: 2px solid transparent;
  610. }
  611. /*------------------------------------------------------------------------------
  612. 15.0 - Comments Screen
  613. ------------------------------------------------------------------------------*/
  614. .form-table {
  615. border-collapse: collapse;
  616. margin-top: 0.5em;
  617. width: 100%;
  618. clear: both;
  619. }
  620. .form-table,
  621. .form-table td,
  622. .form-table th,
  623. .form-table td p {
  624. font-size: 14px;
  625. }
  626. .form-table td {
  627. margin-bottom: 9px;
  628. padding: 15px 10px;
  629. line-height: 1.3;
  630. vertical-align: middle;
  631. }
  632. .form-table th,
  633. .form-wrap label {
  634. color: #1d2327;
  635. font-weight: 400;
  636. text-shadow: none;
  637. vertical-align: baseline;
  638. }
  639. .form-table th {
  640. vertical-align: top;
  641. text-align: right;
  642. padding: 20px 0 20px 10px;
  643. width: 200px;
  644. line-height: 1.3;
  645. font-weight: 600;
  646. }
  647. .form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */
  648. .form-table .td-full {
  649. width: auto;
  650. padding: 20px 0 20px 10px;
  651. font-weight: 400;
  652. }
  653. .form-table td p {
  654. margin-top: 4px;
  655. margin-bottom: 0;
  656. }
  657. .form-table .date-time-doc {
  658. margin-top: 1em;
  659. }
  660. .form-table p.timezone-info {
  661. margin: 1em 0;
  662. }
  663. .form-table td fieldset label {
  664. margin: 0.35em 0 0.5em !important;
  665. display: inline-block;
  666. }
  667. .form-table td fieldset p label {
  668. margin-top: 0 !important;
  669. }
  670. .form-table td fieldset label,
  671. .form-table td fieldset p,
  672. .form-table td fieldset li {
  673. line-height: 1.4;
  674. }
  675. .form-table input.tog,
  676. .form-table input[type="radio"] {
  677. margin-top: -4px;
  678. margin-left: 4px;
  679. float: none;
  680. }
  681. .form-table .pre {
  682. padding: 8px;
  683. margin: 0;
  684. }
  685. table.form-table td .updated {
  686. font-size: 13px;
  687. }
  688. table.form-table td .updated p {
  689. font-size: 13px;
  690. margin: 0.3em 0;
  691. }
  692. /*------------------------------------------------------------------------------
  693. 18.0 - Users
  694. ------------------------------------------------------------------------------*/
  695. #profile-page .form-table textarea {
  696. width: 500px;
  697. margin-bottom: 6px;
  698. }
  699. #profile-page .form-table #rich_editing {
  700. margin-left: 5px
  701. }
  702. #your-profile legend {
  703. font-size: 22px;
  704. }
  705. #display_name {
  706. width: 15em;
  707. }
  708. #adduser .form-field input,
  709. #createuser .form-field input {
  710. width: 25em;
  711. }
  712. .color-option {
  713. display: inline-block;
  714. width: 24%;
  715. padding: 5px 15px 15px;
  716. box-sizing: border-box;
  717. margin-bottom: 3px;
  718. }
  719. .color-option:hover,
  720. .color-option.selected {
  721. background: #dcdcde;
  722. }
  723. .color-palette {
  724. width: 100%;
  725. border-spacing: 0;
  726. border-collapse: collapse;
  727. }
  728. .color-palette td {
  729. height: 20px;
  730. padding: 0;
  731. border: none;
  732. }
  733. .color-option {
  734. cursor: pointer;
  735. }
  736. .create-application-password .form-field {
  737. max-width: 25em;
  738. }
  739. .create-application-password label {
  740. font-weight: 600;
  741. }
  742. .create-application-password p.submit {
  743. margin-bottom: 0;
  744. padding-bottom: 0;
  745. display: block;
  746. }
  747. #application-passwords-section .notice {
  748. margin-top: 20px;
  749. margin-bottom: 0;
  750. }
  751. .application-password-display input.code {
  752. width: 19em;
  753. }
  754. .auth-app-card.card {
  755. max-width: 768px;
  756. }
  757. .authorize-application-php .form-wrap p {
  758. display: block;
  759. }
  760. /*------------------------------------------------------------------------------
  761. 19.0 - Tools
  762. ------------------------------------------------------------------------------*/
  763. .tool-box .title {
  764. margin: 8px 0;
  765. font-size: 18px;
  766. font-weight: 400;
  767. line-height: 24px;
  768. }
  769. .label-responsive {
  770. vertical-align: middle;
  771. }
  772. #export-filters p {
  773. margin: 0 0 1em;
  774. }
  775. #export-filters p.submit {
  776. margin: 7px 0 5px;
  777. }
  778. /* Card styles */
  779. .card {
  780. position: relative;
  781. margin-top: 20px;
  782. padding: 0.7em 2em 1em;
  783. min-width: 255px;
  784. max-width: 520px;
  785. border: 1px solid #c3c4c7;
  786. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  787. background: #fff;
  788. box-sizing: border-box;
  789. }
  790. /* Press this styles */
  791. .pressthis h4 {
  792. margin: 2em 0 1em;
  793. }
  794. .pressthis textarea {
  795. width: 100%;
  796. font-size: 1em;
  797. }
  798. #pressthis-code-wrap {
  799. overflow: auto;
  800. }
  801. .pressthis-bookmarklet-wrapper {
  802. margin: 20px 0 8px;
  803. vertical-align: top;
  804. position: relative;
  805. z-index: 1;
  806. }
  807. .pressthis-bookmarklet,
  808. .pressthis-bookmarklet:hover,
  809. .pressthis-bookmarklet:focus,
  810. .pressthis-bookmarklet:active {
  811. display: inline-block;
  812. position: relative;
  813. cursor: move;
  814. color: #2c3338;
  815. background: #dcdcde;
  816. border-radius: 5px;
  817. border: 1px solid #c3c4c7;
  818. font-style: normal;
  819. line-height: 16px;
  820. font-size: 14px;
  821. text-decoration: none;
  822. }
  823. .pressthis-bookmarklet:active {
  824. outline: none;
  825. }
  826. .pressthis-bookmarklet:after {
  827. content: "";
  828. width: 70%;
  829. height: 55%;
  830. z-index: -1;
  831. position: absolute;
  832. left: 10px;
  833. bottom: 9px;
  834. background: transparent;
  835. transform: skew(-20deg) rotate(-6deg);
  836. box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
  837. }
  838. .pressthis-bookmarklet:hover:after {
  839. transform: skew(-20deg) rotate(-9deg);
  840. box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
  841. }
  842. .pressthis-bookmarklet span {
  843. display: inline-block;
  844. margin: 0;
  845. padding: 0 9px 8px 12px;
  846. }
  847. .pressthis-bookmarklet span:before {
  848. color: #787c82;
  849. font: normal 20px/1 dashicons;
  850. content: "\f157";
  851. position: relative;
  852. display: inline-block;
  853. top: 4px;
  854. margin-left: 4px;
  855. }
  856. .pressthis-js-toggle {
  857. margin-right: 10px;
  858. padding: 0;
  859. height: auto;
  860. vertical-align: top;
  861. }
  862. /* to override the button class being applied */
  863. .pressthis-js-toggle.button.button {
  864. margin-right: 10px;
  865. padding: 0;
  866. height: auto;
  867. vertical-align: top;
  868. }
  869. .pressthis-js-toggle .dashicons {
  870. margin: 5px 7px 6px 8px;
  871. color: #50575e;
  872. }
  873. /*------------------------------------------------------------------------------
  874. 20.0 - Settings
  875. ------------------------------------------------------------------------------*/
  876. .timezone-info code {
  877. white-space: nowrap;
  878. }
  879. .defaultavatarpicker .avatar {
  880. margin: 2px 0;
  881. vertical-align: middle;
  882. }
  883. .options-general-php .date-time-text {
  884. display: inline-block;
  885. min-width: 10em;
  886. }
  887. .options-general-php input.small-text {
  888. width: 56px;
  889. margin: -2px 0;
  890. }
  891. .options-general-php .spinner {
  892. float: none;
  893. margin: -3px 3px 0;
  894. }
  895. .settings-php .language-install-spinner,
  896. .options-general-php .language-install-spinner {
  897. display: inline-block;
  898. float: none;
  899. margin: -3px 5px 0;
  900. vertical-align: middle;
  901. }
  902. .form-table.permalink-structure .available-structure-tags li {
  903. float: right;
  904. margin-left: 5px;
  905. }
  906. /*------------------------------------------------------------------------------
  907. 21.0 - Network Admin
  908. ------------------------------------------------------------------------------*/
  909. .setup-php textarea {
  910. max-width: 100%;
  911. }
  912. .form-field #site-address {
  913. max-width: 25em;
  914. }
  915. .form-field #domain {
  916. max-width: 22em;
  917. }
  918. .form-field #site-title,
  919. .form-field #admin-email,
  920. .form-field #path,
  921. .form-field #blog_registered,
  922. .form-field #blog_last_updated {
  923. max-width: 25em;
  924. }
  925. .form-field #path {
  926. margin-bottom: 5px;
  927. }
  928. #search-users,
  929. #search-sites {
  930. max-width: 60%;
  931. }
  932. /*------------------------------------------------------------------------------
  933. Credentials check dialog for Install and Updates
  934. ------------------------------------------------------------------------------*/
  935. .request-filesystem-credentials-dialog {
  936. display: none;
  937. /* The customizer uses visibility: hidden on the body for full-overlays. */
  938. visibility: visible;
  939. }
  940. .request-filesystem-credentials-dialog .notification-dialog {
  941. top: 10%;
  942. max-height: 85%;
  943. }
  944. .request-filesystem-credentials-dialog-content {
  945. margin: 25px;
  946. }
  947. #request-filesystem-credentials-title {
  948. font-size: 1.3em;
  949. margin: 1em 0;
  950. }
  951. .request-filesystem-credentials-form legend {
  952. font-size: 1em;
  953. padding: 1.33em 0;
  954. font-weight: 600;
  955. }
  956. .request-filesystem-credentials-form input[type="text"],
  957. .request-filesystem-credentials-form input[type="password"] {
  958. display: block;
  959. }
  960. .request-filesystem-credentials-dialog input[type="text"],
  961. .request-filesystem-credentials-dialog input[type="password"] {
  962. width: 100%;
  963. }
  964. .request-filesystem-credentials-form .field-title {
  965. font-weight: 600;
  966. }
  967. .request-filesystem-credentials-dialog label[for="hostname"],
  968. .request-filesystem-credentials-dialog label[for="public_key"],
  969. .request-filesystem-credentials-dialog label[for="private_key"] {
  970. display: block;
  971. margin-bottom: 1em;
  972. }
  973. .request-filesystem-credentials-dialog .ftp-username,
  974. .request-filesystem-credentials-dialog .ftp-password {
  975. float: right;
  976. width: 48%;
  977. }
  978. .request-filesystem-credentials-dialog .ftp-password {
  979. margin-right: 4%;
  980. }
  981. .request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons {
  982. text-align: left;
  983. }
  984. .request-filesystem-credentials-dialog label[for="ftp"] {
  985. margin-left: 10px;
  986. }
  987. .request-filesystem-credentials-dialog #auth-keys-desc {
  988. margin-bottom: 0;
  989. }
  990. #request-filesystem-credentials-dialog .button:not(:last-child) {
  991. margin-left: 10px;
  992. }
  993. #request-filesystem-credentials-form .cancel-button {
  994. display: none;
  995. }
  996. #request-filesystem-credentials-dialog .cancel-button {
  997. display: inline;
  998. }
  999. .request-filesystem-credentials-dialog .ftp-username,
  1000. .request-filesystem-credentials-dialog .ftp-password {
  1001. float: none;
  1002. width: auto;
  1003. }
  1004. .request-filesystem-credentials-dialog .ftp-username {
  1005. margin-bottom: 1em;
  1006. }
  1007. .request-filesystem-credentials-dialog .ftp-password {
  1008. margin: 0;
  1009. }
  1010. .request-filesystem-credentials-dialog .ftp-password em {
  1011. color: #8c8f94;
  1012. }
  1013. .request-filesystem-credentials-dialog label {
  1014. display: block;
  1015. line-height: 1.5;
  1016. margin-bottom: 1em;
  1017. }
  1018. .request-filesystem-credentials-form legend {
  1019. padding-bottom: 0;
  1020. }
  1021. .request-filesystem-credentials-form #ssh-keys legend {
  1022. font-size: 1.3em;
  1023. }
  1024. .request-filesystem-credentials-form .notice {
  1025. margin: 0 0 20px;
  1026. clear: both;
  1027. }
  1028. /*------------------------------------------------------------------------------
  1029. Privacy Policy settings screen
  1030. ------------------------------------------------------------------------------*/
  1031. .tools-privacy-policy-page form {
  1032. margin-bottom: 1.3em;
  1033. }
  1034. .tools-privacy-policy-page input.button {
  1035. margin: 0 6px 0 1px;
  1036. }
  1037. .tools-privacy-policy-page select {
  1038. margin: 0 6px 0.5em 1px;
  1039. }
  1040. .tools-privacy-edit {
  1041. margin: 1.5em 0;
  1042. }
  1043. .tools-privacy-policy-page span {
  1044. line-height: 2;
  1045. }
  1046. .privacy_requests .column-email {
  1047. width: 40%;
  1048. }
  1049. .privacy_requests .column-type {
  1050. text-align: center;
  1051. }
  1052. .privacy_requests thead td:first-child,
  1053. .privacy_requests tfoot td:first-child {
  1054. border-right: 4px solid #fff;
  1055. }
  1056. .privacy_requests tbody th {
  1057. border-right: 4px solid #fff;
  1058. background: #fff;
  1059. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  1060. }
  1061. .privacy_requests .row-actions {
  1062. color: #787c82;
  1063. }
  1064. .privacy_requests .row-actions.processing {
  1065. position: static;
  1066. }
  1067. .privacy_requests tbody .has-request-results th {
  1068. box-shadow: none;
  1069. }
  1070. .privacy_requests tbody .request-results th .notice {
  1071. margin: 0 0 5px;
  1072. }
  1073. .privacy_requests tbody td {
  1074. background: #fff;
  1075. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  1076. }
  1077. .privacy_requests tbody .has-request-results td {
  1078. box-shadow: none;
  1079. }
  1080. .privacy_requests .next_steps .button {
  1081. word-wrap: break-word;
  1082. white-space: normal;
  1083. }
  1084. .privacy_requests .status-request-confirmed th,
  1085. .privacy_requests .status-request-confirmed td {
  1086. background-color: #fff;
  1087. border-right-color: #72aee6;
  1088. }
  1089. .privacy_requests .status-request-failed th,
  1090. .privacy_requests .status-request-failed td {
  1091. background-color: #f6f7f7;
  1092. border-right-color: #d63638;
  1093. }
  1094. .privacy_requests .export_personal_data_failed a {
  1095. vertical-align: baseline;
  1096. }
  1097. .status-label {
  1098. font-weight: 600;
  1099. }
  1100. .status-label.status-request-pending {
  1101. font-weight: 400;
  1102. font-style: italic;
  1103. color: #646970;
  1104. }
  1105. .status-label.status-request-failed {
  1106. color: #d63638;
  1107. font-weight: 600;
  1108. }
  1109. .wp-privacy-request-form {
  1110. clear: both;
  1111. }
  1112. .wp-privacy-request-form-field {
  1113. margin: 1.5em 0;
  1114. }
  1115. .wp-privacy-request-form input {
  1116. margin: 0;
  1117. }
  1118. .email-personal-data::before {
  1119. display: inline-block;
  1120. font: normal 20px/1 dashicons;
  1121. margin: 3px -2px 0 5px;
  1122. speak: never;
  1123. -webkit-font-smoothing: antialiased;
  1124. -moz-osx-font-smoothing: grayscale;
  1125. vertical-align: top;
  1126. }
  1127. .email-personal-data--sending::before {
  1128. color: #d63638;
  1129. content: "\f463";
  1130. animation: rotation 2s infinite linear;
  1131. }
  1132. .email-personal-data--sent::before {
  1133. color: #68de7c;
  1134. content: "\f147";
  1135. }
  1136. /* =Media Queries
  1137. -------------------------------------------------------------- */
  1138. @media screen and (max-width: 782px) {
  1139. /* Input Elements */
  1140. textarea {
  1141. -webkit-appearance: none;
  1142. }
  1143. input[type="text"],
  1144. input[type="password"],
  1145. input[type="date"],
  1146. input[type="datetime"],
  1147. input[type="datetime-local"],
  1148. input[type="email"],
  1149. input[type="month"],
  1150. input[type="number"],
  1151. input[type="search"],
  1152. input[type="tel"],
  1153. input[type="time"],
  1154. input[type="url"],
  1155. input[type="week"] {
  1156. -webkit-appearance: none;
  1157. padding: 3px 10px;
  1158. /* Only necessary for IE11 */
  1159. min-height: 40px;
  1160. }
  1161. ::-webkit-datetime-edit {
  1162. line-height: 1.875; /* 30px */
  1163. }
  1164. input[type="checkbox"],
  1165. .widefat th input[type="checkbox"],
  1166. .widefat thead td input[type="checkbox"],
  1167. .widefat tfoot td input[type="checkbox"] {
  1168. -webkit-appearance: none;
  1169. }
  1170. .widefat th input[type="checkbox"],
  1171. .widefat thead td input[type="checkbox"],
  1172. .widefat tfoot td input[type="checkbox"] {
  1173. margin-bottom: 8px;
  1174. }
  1175. input[type="checkbox"]:checked:before,
  1176. .widefat th input[type="checkbox"]:before,
  1177. .widefat thead td input[type="checkbox"]:before,
  1178. .widefat tfoot td input[type="checkbox"]:before {
  1179. width: 1.875rem;
  1180. height: 1.875rem;
  1181. margin: -0.1875rem -0.3125rem;
  1182. }
  1183. input[type="radio"],
  1184. input[type="checkbox"] {
  1185. height: 1.5625rem;
  1186. width: 1.5625rem;
  1187. }
  1188. .wp-admin p input[type="checkbox"],
  1189. .wp-admin p input[type="radio"] {
  1190. margin-top: -0.1875rem;
  1191. }
  1192. input[type="radio"]:checked:before {
  1193. vertical-align: middle;
  1194. width: 0.5625rem;
  1195. height: 0.5625rem;
  1196. margin: 0.4375rem;
  1197. line-height: 0.76190476;
  1198. }
  1199. .wp-upload-form input[type="submit"] {
  1200. margin-top: 10px;
  1201. }
  1202. .wp-core-ui select,
  1203. .wp-admin .form-table select {
  1204. min-height: 40px;
  1205. font-size: 16px;
  1206. line-height: 1.625; /* 26px */
  1207. padding: 5px 8px 5px 24px;
  1208. }
  1209. .wp-admin .button-cancel {
  1210. margin-bottom: 0;
  1211. padding: 2px 0;
  1212. font-size: 14px;
  1213. vertical-align: middle;
  1214. }
  1215. #adduser .form-field input,
  1216. #createuser .form-field input {
  1217. width: 100%;
  1218. }
  1219. .form-table {
  1220. box-sizing: border-box;
  1221. }
  1222. .form-table th,
  1223. .form-table td,
  1224. .label-responsive {
  1225. display: block;
  1226. width: auto;
  1227. vertical-align: middle;
  1228. }
  1229. .label-responsive {
  1230. margin: 0.5em 0;
  1231. }
  1232. .export-filters li {
  1233. margin-bottom: 0;
  1234. }
  1235. .form-table .color-palette td {
  1236. display: table-cell;
  1237. width: 15px;
  1238. }
  1239. .form-table table.color-palette {
  1240. margin-left: 10px;
  1241. }
  1242. textarea,
  1243. input {
  1244. font-size: 16px;
  1245. }
  1246. .form-table td input[type="text"],
  1247. .form-table td input[type="email"],
  1248. .form-table td input[type="password"],
  1249. .form-table td select,
  1250. .form-table td textarea,
  1251. .form-table span.description,
  1252. #profile-page .form-table textarea {
  1253. width: 100%;
  1254. display: block;
  1255. max-width: none;
  1256. box-sizing: border-box;
  1257. }
  1258. .form-table .form-required.form-invalid td:after {
  1259. float: left;
  1260. margin: -30px 0 0 3px;
  1261. }
  1262. input[type="text"].small-text,
  1263. input[type="search"].small-text,
  1264. input[type="password"].small-text,
  1265. input[type="number"].small-text,
  1266. input[type="number"].small-text,
  1267. .form-table input[type="text"].small-text {
  1268. width: auto;
  1269. max-width: 4.375em; /* 70px, enough for 4 digits to fit comfortably */
  1270. display: inline;
  1271. padding: 3px 6px;
  1272. margin: 0 3px;
  1273. }
  1274. .form-table .regular-text ~ input[type="text"].small-text {
  1275. margin-top: 5px;
  1276. }
  1277. #pass-strength-result {
  1278. width: 100%;
  1279. box-sizing: border-box;
  1280. padding: 8px;
  1281. }
  1282. p.search-box {
  1283. float: none;
  1284. position: absolute;
  1285. bottom: 0;
  1286. width: 98%;
  1287. height: 90px;
  1288. margin-bottom: 20px;
  1289. }
  1290. p.search-box input[name="s"] {
  1291. float: none;
  1292. width: 100%;
  1293. margin-bottom: 10px;
  1294. vertical-align: middle;
  1295. }
  1296. p.search-box input[type="submit"] {
  1297. margin-bottom: 10px;
  1298. }
  1299. .form-table span.description {
  1300. display: inline;
  1301. padding: 4px 0 0;
  1302. line-height: 1.4;
  1303. font-size: 14px;
  1304. }
  1305. .form-table th {
  1306. padding: 10px 0 0;
  1307. border-bottom: 0;
  1308. }
  1309. .form-table td {
  1310. margin-bottom: 0;
  1311. padding: 4px 0 6px;
  1312. }
  1313. .form-table.permalink-structure td code {
  1314. margin-right: 32px;
  1315. display: inline-block;
  1316. }
  1317. .form-table.permalink-structure td input[type="text"] {
  1318. margin-right: 32px;
  1319. margin-top: 4px;
  1320. width: 96%;
  1321. }
  1322. .form-table input.regular-text {
  1323. width: 100%;
  1324. }
  1325. .form-table label {
  1326. font-size: 14px;
  1327. }
  1328. .background-position-control .button-group > label {
  1329. font-size: 0;
  1330. }
  1331. .form-table fieldset label {
  1332. display: block;
  1333. }
  1334. #utc-time,
  1335. #local-time {
  1336. display: block;
  1337. float: none;
  1338. margin-top: 0.5em;
  1339. }
  1340. .form-field #domain {
  1341. max-width: none;
  1342. }
  1343. /* New Password */
  1344. .wp-pwd {
  1345. position: relative;
  1346. }
  1347. /* Needs higher specificity than normal input type text and password. */
  1348. #profile-page .form-table #pass1 {
  1349. padding-left: 90px;
  1350. }
  1351. .wp-pwd button.button {
  1352. background: transparent;
  1353. border: 1px solid transparent;
  1354. box-shadow: none;
  1355. line-height: 2;
  1356. margin: 0;
  1357. padding: 5px 9px;
  1358. position: absolute;
  1359. left: 0;
  1360. top: 0;
  1361. width: 2.375rem;
  1362. height: 2.375rem;
  1363. min-width: 40px;
  1364. min-height: 40px;
  1365. }
  1366. .wp-pwd button.wp-hide-pw {
  1367. left: 2.5rem;
  1368. }
  1369. .wp-pwd button.button:hover,
  1370. .wp-pwd button.button:focus {
  1371. background: transparent;
  1372. }
  1373. .wp-pwd button.button:active {
  1374. background: transparent;
  1375. box-shadow: none;
  1376. transform: none;
  1377. }
  1378. .wp-pwd .button .text {
  1379. display: none;
  1380. }
  1381. .wp-pwd [type="text"],
  1382. .wp-pwd [type="password"] {
  1383. line-height: 2;
  1384. padding-left: 5rem;
  1385. }
  1386. .wp-cancel-pw .dashicons-no {
  1387. display: inline-block;
  1388. }
  1389. .options-general-php input[type="text"].small-text {
  1390. max-width: 6.25em;
  1391. margin: 0;
  1392. }
  1393. /* Privacy Policy settings screen */
  1394. .tools-privacy-policy-page form.wp-create-privacy-page {
  1395. margin-bottom: 1em;
  1396. }
  1397. .tools-privacy-policy-page input#set-page,
  1398. .tools-privacy-policy-page select {
  1399. margin: 10px 0 0;
  1400. }
  1401. .tools-privacy-policy-page .wp-create-privacy-page span {
  1402. display: block;
  1403. margin-bottom: 1em;
  1404. }
  1405. .tools-privacy-policy-page .wp-create-privacy-page .button {
  1406. margin-right: 0;
  1407. }
  1408. .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
  1409. display: table-cell;
  1410. }
  1411. .wp-list-table.privacy_requests.widefat th input,
  1412. .wp-list-table.privacy_requests.widefat thead td input {
  1413. margin-right: 5px;
  1414. }
  1415. .wp-privacy-request-form-field input[type="text"] {
  1416. width: 100%;
  1417. margin-bottom: 10px;
  1418. vertical-align: middle;
  1419. }
  1420. .regular-text {
  1421. max-width: 100%;
  1422. }
  1423. }
  1424. @media only screen and (max-width: 768px) {
  1425. .form-field input[type="text"],
  1426. .form-field input[type="email"],
  1427. .form-field input[type="password"],
  1428. .form-field select,
  1429. .form-field textarea {
  1430. width: 99%;
  1431. }
  1432. .form-wrap .form-field {
  1433. padding: 0;
  1434. }
  1435. }
  1436. @media only screen and (max-height: 480px), screen and (max-width: 450px) {
  1437. /* Request Credentials / File Editor Warning */
  1438. .request-filesystem-credentials-dialog .notification-dialog,
  1439. .file-editor-warning .notification-dialog {
  1440. width: 100%;
  1441. height: 100%;
  1442. max-height: 100%;
  1443. position: fixed;
  1444. top: 0;
  1445. margin: 0;
  1446. right: 0;
  1447. }
  1448. }
  1449. /* Smartphone */
  1450. @media screen and (max-width: 600px) {
  1451. /* Color Picker Options */
  1452. .color-option {
  1453. width: 49%;
  1454. }
  1455. }
  1456. @media only screen and (max-width: 320px) {
  1457. .options-general-php .date-time-text.date-time-custom-text {
  1458. min-width: 0;
  1459. margin-left: 0.5em;
  1460. }
  1461. }
  1462. @keyframes rotation {
  1463. 0% {
  1464. transform: rotate(0deg);
  1465. }
  1466. 100% {
  1467. transform: rotate(-359deg);
  1468. }
  1469. }