Set a background color for the admin bar css3 gradient. props koopersmith, fixes #16142.

git-svn-id: https://develop.svn.wordpress.org/trunk@17248 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-01-11 18:19:26 +00:00
parent 372caaea9d
commit 9fe67f9a2f
3 changed files with 5 additions and 5 deletions

View File

@@ -26,9 +26,9 @@
#wpadminbar {
direction: ltr;
background: #666;
background: -moz-linear-gradient(bottom, #666, #7f7f7f);
background: -webkit-gradient(linear, left bottom, left top, from(#666), to(#7f7f7f));
background-color: #777;
background-image: -moz-linear-gradient(bottom, #666, #7f7f7f);
background-image: -webkit-gradient(linear, left bottom, left top, from(#666), to(#7f7f7f));
color: #ddd;
font: normal 12px/28px Arial, Helvetica, sans-serif;
height: 28px;