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

Unified Diff: remoting/webapp/toolbar.css

Issue 12842013: Search & replace of -webkit-box-shadow -> box-shadow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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
« no previous file with comments | « remoting/webapp/menu_button.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/toolbar.css
diff --git a/remoting/webapp/toolbar.css b/remoting/webapp/toolbar.css
index 69d4dd26e2925c5715b9fb2053168c362167c94d..ba95401bd04585bd9d81bd38938b2617bb33c323 100644
--- a/remoting/webapp/toolbar.css
+++ b/remoting/webapp/toolbar.css
@@ -25,7 +25,7 @@
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
background-color: #4695ff;
- -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
pointer-events: all;
clip: rect(0, 999px, 999px, -999px);
-webkit-transition: height 0.15s ease;
@@ -42,7 +42,7 @@
width: 620px;
padding: 10px 7px 5px 7px;
background-color: #e9e9e9;
- -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
pointer-events: all;
display: -webkit-box;
}
« no previous file with comments | « remoting/webapp/menu_button.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698