Set a background color for the admin bar css3 gradient. props koopersmith, fixes #16142.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17248 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user