Give the active post format tab a bit of emphasis.

git-svn-id: http://core.svn.wordpress.org/trunk@23864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2013-03-29 12:37:40 +00:00
parent 1280773f4d
commit 06f538ec9f

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;
}