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

Unified Diff: remoting/webapp/menu_button.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/main.css ('k') | remoting/webapp/toolbar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/menu_button.css
diff --git a/remoting/webapp/menu_button.css b/remoting/webapp/menu_button.css
index e0c1dc41758dfff117d50a6fe98c9a50efe7003f..d495624f0a866a4dba11cd9533a23a63aeed1de2 100644
--- a/remoting/webapp/menu_button.css
+++ b/remoting/webapp/menu_button.css
@@ -22,7 +22,7 @@
background-color: #EEE;
background-image: -webkit-gradient(linear, left top, left bottom,
from(#EEE), to(#E0E0E0));
- -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
+ box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #CCC;
color: #333;
}
@@ -40,7 +40,7 @@
background: white;
outline: 1px solid rgba(0, 0, 0, 0.2);
padding: 0 0 6px;
- -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
+ box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
z-index: 1;
}
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698