Give the active post format tab a bit of emphasis.

git-svn-id: https://develop.svn.wordpress.org/trunk@23864 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2013-03-29 12:37:40 +00:00
parent a7d3775328
commit eabfc6bd50
1 changed files with 3 additions and 1 deletions

View File

@ -4211,7 +4211,9 @@ body .ui-tooltip {
.post-format-options a.active,
.post-format-options a:focus,
.post-format-options a:hover {
background: #fff;
background: #eee;
-webkit-box-shadow: inset 0 0 10px #ddd;
box-shadow: inset 0 0 10px #ddd;
outline: none;
opacity: 1;
}