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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bmm.css

Issue 1182001: Remove vendor specific CSS prefixes. (Closed)
Patch Set: ? Created 10 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
Index: chrome/browser/resources/bookmark_manager/css/bmm.css
diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
index d5292614262bc9b5bf58826230ea2f21998a7c5a..d63d42743436b5aba3d1df6655b08338702eef2d 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -241,7 +241,7 @@ html[dir=rtl] .header form {
display: none;
pointer-events: none;
border: 1px solid hsl(214, 91%, 85%);;
- -webkit-border-radius: 3px;
+ border-radius: 3px;
-webkit-box-sizing: border-box;
background-color: hsla(214, 91%, 85%, .5);
overflow: hidden;
@@ -255,7 +255,7 @@ html[dir=rtl] .header form {
background-color: black;
background-clip: padding-box;
height: 8px;
- -webkit-border-radius: 0;
+ border-radius: 0;
z-index: 10;
}
« no previous file with comments | « chrome/browser/resources/about_os_credits.html ('k') | chrome/browser/resources/bookmark_manager/css/list.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698