summaryrefslogtreecommitdiff
path: root/assets/css/unminified/compatibility/gravity-forms.css
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-21 14:54:07 -0500
committerZach van Rijn <me@zv.io>2021-07-21 14:54:07 -0500
commit9d4123cee1867ee7199b06bdc92d40611f547ecc (patch)
tree6d864e2725242863afed1f8ba12d9c7a9bc63a69 /assets/css/unminified/compatibility/gravity-forms.css
downloadblog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.gz
blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.bz2
blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.xz
blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.zip
Initial unmodified import from Astra (Version: 3.6.5) @ /wp-content/themes/astra/.
Diffstat (limited to 'assets/css/unminified/compatibility/gravity-forms.css')
-rw-r--r--assets/css/unminified/compatibility/gravity-forms.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/assets/css/unminified/compatibility/gravity-forms.css b/assets/css/unminified/compatibility/gravity-forms.css
new file mode 100644
index 0000000..5239b09
--- /dev/null
+++ b/assets/css/unminified/compatibility/gravity-forms.css
@@ -0,0 +1,43 @@
+/**
+ * Astra Theme compatibility with Gravity Form
+ */
+.gform_wrapper form {
+ position: relative;
+}
+
+.gform_wrapper select {
+ height: 2.2em;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #eaeaea;
+ border-radius: 2px;
+ background: #fafafa;
+ padding: 0;
+}
+
+.gform_wrapper .ui-datepicker-header select {
+ padding: inherit;
+}
+
+.gform_wrapper .gform_body .gfield_checkbox li > label {
+ margin-top: 4px;
+}
+
+.gform_wrapper input:not([type="submit"]):focus,
+.gform_wrapper textarea:focus,
+.gform_wrapper select:focus {
+ background: #fff;
+ border-color: #eaeaea;
+ outline: 0;
+ box-shadow: none;
+}
+
+.ui-datepicker-header select {
+ padding: 0;
+}
+
+@media (max-width: 768px) {
+ .gform_wrapper.gf_browser_chrome form > .gform_body {
+ width: 100%;
+ }
+}