mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
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:
parent
23b03c0a4f
commit
73a4600d23
@ -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 {
|
||||
|
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user