Increase the contrast of sidebar text in the media modal. props neil_pie. fixes #26288.

Built from https://develop.svn.wordpress.org/trunk@26455


git-svn-id: http://core.svn.wordpress.org/trunk@26353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2013-11-28 04:14:09 +00:00
parent 23b03c0a4f
commit 73a4600d23
4 changed files with 12 additions and 12 deletions

View File

@ -245,7 +245,7 @@
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
color: #777;
color: #666;
margin: 24px 0 8px;
}
@ -290,7 +290,7 @@
line-height: 16px;
text-align: left;
font-weight: normal;
color: #999;
color: #666;
}
.media-sidebar .setting input,
@ -843,7 +843,7 @@
margin-top: 16px;
line-height: 18px;
font-size: 13px;
color: #999;
color: #666;
}
/**
@ -1266,7 +1266,7 @@
min-height: 60px;
margin-bottom: 16px;
line-height: 18px;
color: #999;
color: #666;
border-bottom: 1px solid #e5e5e5;
box-shadow: 0 1px 0 #fff;
padding-bottom: 11px;
@ -1445,7 +1445,7 @@
width: 200px;
font-size: 13px;
line-height: 24px;
color: #999;
color: #666;
}
.media-embed .setting .button-group {

File diff suppressed because one or more lines are too long

View File

@ -245,7 +245,7 @@
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
color: #777;
color: #666;
margin: 24px 0 8px;
}
@ -290,7 +290,7 @@
line-height: 16px;
text-align: right;
font-weight: normal;
color: #999;
color: #666;
}
.media-sidebar .setting input,
@ -843,7 +843,7 @@
margin-top: 16px;
line-height: 18px;
font-size: 13px;
color: #999;
color: #666;
}
/**
@ -1266,7 +1266,7 @@
min-height: 60px;
margin-bottom: 16px;
line-height: 18px;
color: #999;
color: #666;
border-bottom: 1px solid #e5e5e5;
box-shadow: 0 1px 0 #fff;
padding-bottom: 11px;
@ -1445,7 +1445,7 @@
width: 200px;
font-size: 13px;
line-height: 24px;
color: #999;
color: #666;
}
.media-embed .setting .button-group {

File diff suppressed because one or more lines are too long