瀏覽代碼

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

Allan Cole 5 年之前
父節點
當前提交
431a6082d8
共有 3 個文件被更改,包括 5 次插入5 次删除
  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
 		// Borders
 		"border": (
 		"border": (
-			"width": 0,
+			"width": 1px,
 			"radius": 3px,
 			"radius": 3px,
 		),
 		),
 
 

+ 2 - 2
rivington/style-rtl.css

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

+ 2 - 2
rivington/style.css

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