We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gw-style-numbers-like-total.css
1 parent 2b7a9cf commit 222257fCopy full SHA for 222257f
gravity-forms/gw-style-numbers-like-total.css
@@ -0,0 +1,18 @@
1
+/**
2
+ * Gravity Wiz // Gravity Forms // Style Number Fields like Total Field
3
+ *
4
+ * Use "gf_price" and "gf_total" CSS classes via the "CSS Class Name" setting to style your Number fields like a product
5
+ * price (red) or total (green).
6
+ */
7
+.gform_wrapper .gf_price input[type=text],
8
+.gform_wrapper .gf_price input[type=number] {
9
+ border: 0;
10
+ font-size: 1.2em;
11
+ color: #060;
12
+ text-indent: 0;
13
+ padding: 0;
14
+}
15
+.gform_wrapper .gf_total input[type=text],
16
+.gform_wrapper .gf_total input[type=number] {
17
18
0 commit comments