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: http://core.svn.wordpress.org/trunk@20748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
931ce249e4
commit
3fc77d1465
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue