styles-dark-mode.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #wpcf7-contact-form-list-table span.shortcode input,
  2. #wpcf7-contact-form-editor span.shortcode input {
  3. color: #fff;
  4. }
  5. div.config-error, span.config-error, ul.config-error {
  6. color: #bbc8d4;
  7. }
  8. .keyboard-interaction {
  9. color: #bbc8d4;
  10. }
  11. #contact-form-editor .contact-form-editor-panel {
  12. background-color: #32373c;
  13. }
  14. #contact-form-editor-tabs {
  15. border-bottom: 1px solid #aaa;
  16. }
  17. #contact-form-editor-tabs li {
  18. border: 1px solid #ccc;
  19. border-bottom: 1px solid #aaa;
  20. background-color: #37444c;
  21. }
  22. #contact-form-editor-tabs li:hover {
  23. background-color: #000;
  24. }
  25. #contact-form-editor-tabs li.ui-tabs-active,
  26. #contact-form-editor-tabs li.ui-tabs-active:hover {
  27. border-top: 1px solid #aaa;
  28. border-right: 1px solid #aaa;
  29. border-left: 1px solid #aaa;
  30. border-bottom: 1px solid #32373c;
  31. background-color: #32373c;
  32. }
  33. #contact-form-editor-tabs li a {
  34. color: #bbc8d4;
  35. }
  36. #contact-form-editor-tabs li.ui-tabs-active a {
  37. color: #fff;
  38. }
  39. #contact-form-editor-tabs li a:hover {
  40. color: #fff;
  41. }
  42. .contact-form-editor-box-mail span.mailtag {
  43. color: #ddd;
  44. }
  45. .contact-form-editor-box-mail span.mailtag.used {
  46. color: #999;
  47. }
  48. #mail-panel .contact-form-editor-box-mail table.form-table tr th,
  49. #mail-panel .contact-form-editor-box-mail table.form-table tr td {
  50. background-color: #32373c;
  51. }
  52. div.wrap#wpcf7-integration .card.active {
  53. border-color: #00a0d2;
  54. }
  55. div.wrap#wpcf7-integration .card .infobox {
  56. color: #aaa;
  57. }