Browse Source

Rivington: Add 1px border-width to form elements to increase visibility.

Allan Cole 5 years ago
parent
commit
431a6082d8
3 changed files with 5 additions and 5 deletions
  1. 1 1
      rivington/sass/_config-child-theme-deep.scss
  2. 2 2
      rivington/style-rtl.css
  3. 2 2
      rivington/style.css

+ 1 - 1
rivington/sass/_config-child-theme-deep.scss

@@ -166,7 +166,7 @@ $config-elements: (
 
 		// Borders
 		"border": (
-			"width": 0,
+			"width": 1px,
 			"radius": 3px,
 		),
 

+ 2 - 2
rivington/style-rtl.css

@@ -1059,7 +1059,7 @@ input[type="datetime-local"],
 input[type="color"],
 textarea {
 	color: black;
-	border: 0 solid #353a46;
+	border: 1px solid #353a46;
 	border-radius: 3px;
 	padding: 16px;
 }
@@ -1085,7 +1085,7 @@ textarea:focus {
 }
 
 select {
-	border: 0 solid #353a46;
+	border: 1px solid #353a46;
 }
 
 textarea {

+ 2 - 2
rivington/style.css

@@ -1059,7 +1059,7 @@ input[type="datetime-local"],
 input[type="color"],
 textarea {
 	color: black;
-	border: 0 solid #353a46;
+	border: 1px solid #353a46;
 	border-radius: 3px;
 	padding: 16px;
 }
@@ -1085,7 +1085,7 @@ textarea:focus {
 }
 
 select {
-	border: 0 solid #353a46;
+	border: 1px solid #353a46;
 }
 
 textarea {