Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1238)

Unified Diff: Tools/GardeningServer/styles/main.css

Issue 152493003: Remove all usage of -webkit-*gradient inside blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/GardeningServer/styles/main.css
diff --git a/Tools/GardeningServer/styles/main.css b/Tools/GardeningServer/styles/main.css
index 6c54507c9d283930edae281b8c58c24e8c2c0c35..2e9a83f1d131249046923be524834a390308d0d0 100644
--- a/Tools/GardeningServer/styles/main.css
+++ b/Tools/GardeningServer/styles/main.css
@@ -56,7 +56,7 @@ th {
button {
border-radius: 2px;
- background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
+ background-image: linear-gradient(#f5f5f5, #f1f1f1);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #666;
@@ -84,7 +84,7 @@ button[disabled] {
}
button:hover {
- background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
+ background-image: linear-gradient(#f8f8f8, #f1f1f1);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
background-color: #f8f8f8;
background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
@@ -101,7 +101,7 @@ button:focus {
button.default {
border: 1px solid #3079ED;
color: white;
- background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
+ background-image: linear-gradient(#4d90fe, #4787ed);
}
button.default:hover {
« Source/devtools/front_end/dataGrid.css ('K') | « Tools/GardeningServer/styles/common.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698