Coutoire: Fix form text color.
This commit is contained in:
parent
7eccbd8433
commit
6b2f3358f4
3 changed files with 5 additions and 5 deletions
|
@ -148,7 +148,7 @@ $config-elements: (
|
|||
|
||||
// Colors
|
||||
"color": (
|
||||
"text": map-deep-get($config-global, "color", "foreground", "default"),
|
||||
"text": map-deep-get($config-global, "color", "black"),
|
||||
"border": map-deep-get($config-global, "color", "border", "default"),
|
||||
"border-focus": map-deep-get($config-global, "color", "primary", "hover"),
|
||||
),
|
||||
|
|
|
@ -1057,7 +1057,7 @@ input[type="datetime"],
|
|||
input[type="datetime-local"],
|
||||
input[type="color"],
|
||||
textarea {
|
||||
color: #444444;
|
||||
color: #000000;
|
||||
border: 1px solid #DDDDDD;
|
||||
border-radius: 3px;
|
||||
padding: 16px;
|
||||
|
@ -1079,7 +1079,7 @@ input[type="datetime"]:focus,
|
|||
input[type="datetime-local"]:focus,
|
||||
input[type="color"]:focus,
|
||||
textarea:focus {
|
||||
color: #444444;
|
||||
color: #000000;
|
||||
border-color: #FF7A5C;
|
||||
}
|
||||
|
||||
|
|
|
@ -1057,7 +1057,7 @@ input[type="datetime"],
|
|||
input[type="datetime-local"],
|
||||
input[type="color"],
|
||||
textarea {
|
||||
color: #444444;
|
||||
color: #000000;
|
||||
border: 1px solid #DDDDDD;
|
||||
border-radius: 3px;
|
||||
padding: 16px;
|
||||
|
@ -1079,7 +1079,7 @@ input[type="datetime"]:focus,
|
|||
input[type="datetime-local"]:focus,
|
||||
input[type="color"]:focus,
|
||||
textarea:focus {
|
||||
color: #444444;
|
||||
color: #000000;
|
||||
border-color: #FF7A5C;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue