mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Lighten foreground color for inputs to match the standard body text. Also lighten several other instances of pure black. props helenyhou, fixes #19923.
git-svn-id: https://develop.svn.wordpress.org/trunk@20748 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -45,6 +45,10 @@ input[type="url"],
|
||||
select {
|
||||
border-color: #dfdfdf;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
select {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
@@ -40,6 +40,10 @@ input[type="url"],
|
||||
select {
|
||||
border-color: #dfdfdf;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
select {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
@@ -819,7 +823,7 @@ table.widefat span.spam a,
|
||||
.contextual-help-tabs .active a,
|
||||
.contextual-help-tabs .active a:hover {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/* screen options and help tabs */
|
||||
@@ -842,7 +846,7 @@ table.widefat span.spam a,
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings:hover {
|
||||
color: #000;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings {
|
||||
@@ -873,7 +877,6 @@ table.widefat span.spam a,
|
||||
}
|
||||
|
||||
#footer a:hover {
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user