Contact Form 7 Style - Version 2.2.3

Version Description

  • Fixed simple template style issue
Download this release

Release Info

Developer mlehelsz
Plugin Icon 128x128 Contact Form 7 Style
Version 2.2.3
Comparing to
See all releases

Code changes from version 2.2.2 to 2.2.3

Files changed (3) hide show
  1. cf7-style.php +2 -2
  2. css/frontend.css +18 -17
  3. readme.txt +5 -4
cf7-style.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Contact Form 7 Style
4
  Plugin URI: http://wordpress.reea.net/contact-form-7-style/
5
  Description: Contact form 7 Style
6
- Version: 2.2.2
7
  Author: Reea
8
  Author URI: http://www.reea.net
9
  License: GPL2
@@ -14,7 +14,7 @@ License: GPL2
14
  * Include the plugin options
15
  */
16
  function set_styleversion(){
17
- return "2.2.2";
18
  }
19
 
20
  function get_predefined_cf7_style_template_data() {
3
  Plugin Name: Contact Form 7 Style
4
  Plugin URI: http://wordpress.reea.net/contact-form-7-style/
5
  Description: Contact form 7 Style
6
+ Version: 2.2.3
7
  Author: Reea
8
  Author URI: http://www.reea.net
9
  License: GPL2
14
  * Include the plugin options
15
  */
16
  function set_styleversion(){
17
+ return "2.2.3";
18
  }
19
 
20
  function get_predefined_cf7_style_template_data() {
css/frontend.css CHANGED
@@ -753,10 +753,10 @@
753
  * 3.1 - Twenty fiffteen like
754
  * -----------------------------------------------------------------------------
755
  */
756
- .twenty-fifteen-like {
757
  padding-top: 1.6842em;
758
  }
759
- .twenty-fifteen-like p {
760
  font-size: 1.6rem;
761
  margin-bottom: 1.6842em;
762
  color: rgba(51, 51, 51, 0.7);
@@ -767,17 +767,18 @@
767
  line-height: 1.5;
768
  text-transform: uppercase;
769
  }
770
- .twenty-fifteen-like input[type="text"],
771
- .twenty-fifteen-like input[type="email"],
772
- .twenty-fifteen-like input[type="url"],
773
- .twenty-fifteen-like input[type="submit"],
774
- .twenty-fifteen-like textarea {
775
  width: 100%;
776
  padding: 0.5278em;
777
  line-height: normal;
778
  font-size: 1.9rem;
779
  border: 1px solid rgba(51, 51, 51, 0.1);
780
  color: rgba(51, 51, 51, 0.7);
 
781
  background-color: #f7f7f7;
782
  border-radius: 0;
783
  margin: 0;
@@ -789,16 +790,16 @@
789
  box-sizing: border-box;
790
 
791
  }
792
- .twenty-fifteen-like input:focus,
793
- .twenty-fifteen-like textarea:focus {
794
  border: 1px solid rgba(51, 51, 51, 0.3);
795
  color: #333;
796
  background-color: #fff;
797
  }
798
- .twenty-fifteen-like button,
799
- .twenty-fifteen-like input[type="button"],
800
- .twenty-fifteen-like input[type="reset"],
801
- .twenty-fifteen-like input[type="submit"] {
802
  font-size: 1.6rem;
803
  padding: 0.8125em 1.625em;
804
  background-color: #333;
@@ -810,10 +811,10 @@
810
  text-transform: uppercase;
811
  width: 100%;
812
  }
813
- .twenty-fifteen-like button:hover,
814
- .twenty-fifteen-like input[type="button"]:hover,
815
- .twenty-fifteen-like input[type="reset"]:hover,
816
- .twenty-fifteen-like input[type="submit"]:hover {
817
  background-color: rgba(51, 51, 51, 0.7);
818
  outline: 0 none;
819
  }
753
  * 3.1 - Twenty fiffteen like
754
  * -----------------------------------------------------------------------------
755
  */
756
+ .twenty-fifteen-pattern {
757
  padding-top: 1.6842em;
758
  }
759
+ .twenty-fifteen-pattern p {
760
  font-size: 1.6rem;
761
  margin-bottom: 1.6842em;
762
  color: rgba(51, 51, 51, 0.7);
767
  line-height: 1.5;
768
  text-transform: uppercase;
769
  }
770
+ .twenty-fifteen-pattern input[type="text"],
771
+ .twenty-fifteen-pattern input[type="email"],
772
+ .twenty-fifteen-pattern input[type="url"],
773
+ .twenty-fifteen-pattern input[type="submit"],
774
+ .twenty-fifteen-pattern textarea {
775
  width: 100%;
776
  padding: 0.5278em;
777
  line-height: normal;
778
  font-size: 1.9rem;
779
  border: 1px solid rgba(51, 51, 51, 0.1);
780
  color: rgba(51, 51, 51, 0.7);
781
+ background: transparent;
782
  background-color: #f7f7f7;
783
  border-radius: 0;
784
  margin: 0;
790
  box-sizing: border-box;
791
 
792
  }
793
+ .twenty-fifteen-pattern input:focus,
794
+ .twenty-fifteen-pattern textarea:focus {
795
  border: 1px solid rgba(51, 51, 51, 0.3);
796
  color: #333;
797
  background-color: #fff;
798
  }
799
+ .twenty-fifteen-pattern button,
800
+ .twenty-fifteen-pattern input[type="button"],
801
+ .twenty-fifteen-pattern input[type="reset"],
802
+ .twenty-fifteen-pattern input[type="submit"] {
803
  font-size: 1.6rem;
804
  padding: 0.8125em 1.625em;
805
  background-color: #333;
811
  text-transform: uppercase;
812
  width: 100%;
813
  }
814
+ .twenty-fifteen-pattern button:hover,
815
+ .twenty-fifteen-pattern input[type="button"]:hover,
816
+ .twenty-fifteen-pattern input[type="reset"]:hover,
817
+ .twenty-fifteen-pattern input[type="submit"]:hover {
818
  background-color: rgba(51, 51, 51, 0.7);
819
  outline: 0 none;
820
  }
readme.txt CHANGED
@@ -42,6 +42,9 @@ You will find 'Contact Style' menu in your WordPress admin panel.
42
 
43
  == Changelog ==
44
 
 
 
 
45
  = 2.2.2 =
46
  * Minor JQuery fixes for newer wordpress version
47
  * Fixed custom style for textarea selector
@@ -97,7 +100,5 @@ You will find 'Contact Style' menu in your WordPress admin panel.
97
  * First plugin version.
98
 
99
  == Upgrade Notice ==
100
- = Contact Form 7 Style Version 2.2.2 =
101
- * Minor JQuery fixes for newer wordpress version
102
- * Fixed custom style for textarea selector
103
- * Admin panel minor adjustments
42
 
43
  == Changelog ==
44
 
45
+ = 2.2.3 =
46
+ * [Fixed](https://wordpress.org/support/topic/style-doesnt-apply-to-an-existing-form) simple template style issue
47
+
48
  = 2.2.2 =
49
  * Minor JQuery fixes for newer wordpress version
50
  * Fixed custom style for textarea selector
100
  * First plugin version.
101
 
102
  == Upgrade Notice ==
103
+ = Contact Form 7 Style Version 2.2.3 =
104
+ * [Fixed](https://wordpress.org/support/topic/style-doesnt-apply-to-an-existing-form) simple template style issue