mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
Fix admin bar background gradients, props ocean90, fixes #19163
git-svn-id: https://develop.svn.wordpress.org/trunk@19220 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -40,12 +40,12 @@
|
||||
min-width: 960px;
|
||||
|
||||
background-color: #464646; /* Fallback */
|
||||
background-image: -ms-linear-gradient(bottom, #464646, #373737 5px); /* IE10 */
|
||||
background-image: -moz-linear-gradient(bottom, #464646, #373737 5px); /* Firefox */
|
||||
background-image: -o-linear-gradient(bottom, #464646, #373737); /* Opera */
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#373737)); /* old Webkit */
|
||||
background-image: -ms-linear-gradient(bottom, #373737, #464646 5px); /* IE10 */
|
||||
background-image: -moz-linear-gradient(bottom, #373737, #464646 5px); /* Firefox */
|
||||
background-image: -o-linear-gradient(bottom, #373737, #464646 5px); /* Opera */
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, from(#373737), to(#464646)); /* old Webkit */
|
||||
background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px); /* new Webkit */
|
||||
background-image: linear-gradient(bottom, #464646, #373737); /* proposed W3C Markup */
|
||||
background-image: linear-gradient(bottom, #373737, #464646 5px); /* proposed W3C Markup */
|
||||
}
|
||||
|
||||
#wpadminbar ul,
|
||||
|
||||
Reference in New Issue
Block a user