Stop themes and plugins from overriding the admin bar CSS, props johnjamesjacoby, fixes #17107
git-svn-id: http://svn.automattic.com/wordpress/trunk@17626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user