balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

styles-dark-mode.css (1416B)


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