Reset box-sizing to toolbar CSS to avoid conflicts with themes. props betzster, fixes #21863.
git-svn-id: http://core.svn.wordpress.org/trunk@22280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a9de20d2dc
commit
62156e8ad3
|
@ -10,6 +10,9 @@
|
||||||
font: normal 13px/28px sans-serif;
|
font: normal 13px/28px sans-serif;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
text-shadow: #444 0px -1px 0px;
|
text-shadow: #444 0px -1px 0px;
|
||||||
|
-webkit-box-sizing: content-box;
|
||||||
|
-moz-box-sizing: content-box;
|
||||||
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar ul li:before,
|
#wpadminbar ul li:before,
|
||||||
|
|
Loading…
Reference in New Issue