mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
Fix several CSS syntax errors. Props demetris. Fixes #18640.
git-svn-id: https://develop.svn.wordpress.org/trunk@18691 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4644,14 +4644,14 @@ input.button-highlighted,
|
||||
cursor: move;
|
||||
color: #333;
|
||||
background: #dfdfdf;
|
||||
-webkit-gradient(
|
||||
background-image: -webkit-gradient(
|
||||
linear,
|
||||
left bottom,
|
||||
left top,
|
||||
color-stop(0.07, rgb(230,230,230)),
|
||||
color-stop(0.77, rgb(216,216,216))
|
||||
);
|
||||
-moz-linear-gradient(
|
||||
background-image: -moz-linear-gradient(
|
||||
center bottom,
|
||||
rgb(230,230,230) 7%,
|
||||
rgb(216,216,216) 77%
|
||||
|
||||
Reference in New Issue
Block a user