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:
parent
a7d3775328
commit
eabfc6bd50
|
@ -4211,7 +4211,9 @@ body .ui-tooltip {
|
||||||
.post-format-options a.active,
|
.post-format-options a.active,
|
||||||
.post-format-options a:focus,
|
.post-format-options a:focus,
|
||||||
.post-format-options a:hover {
|
.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;
|
outline: none;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue