Stop themes and plugins from overriding the admin bar CSS, props johnjamesjacoby, fixes #17107

git-svn-id: https://develop.svn.wordpress.org/trunk@17626 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-04-11 07:51:53 +00:00
parent 4c572d1f03
commit ed73beade5
3 changed files with 5 additions and 5 deletions

View File

@@ -7,6 +7,9 @@
text-transform: none;
letter-spacing: normal;
line-height: 1;
font: normal 12px/28px Arial, Helvetica, sans-serif;
color: #ddd;
text-shadow: #555 0px -1px 0px;
}
#wpadminbar :before,
@@ -73,11 +76,8 @@
#wpadminbar .quicklinks a,
#wpadminbar .shortlink-input {
color: #ddd;
height: 28px;
text-shadow: #555 0px -1px 0px;
display: block;
font: normal 13px/28px Arial, Helvetica, sans-serif;
padding: 0 0.85em;
margin: 0;
}