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

Unified Diff: chrome/browser/resources/bookmark_manager/css/tree.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
« no previous file with comments | « chrome/browser/resources/bookmark_manager/css/list.css ('k') | chrome/browser/resources/filebrowse.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bookmark_manager/css/tree.css
diff --git a/chrome/browser/resources/bookmark_manager/css/tree.css b/chrome/browser/resources/bookmark_manager/css/tree.css
index d1825e4087f5a43ff357dde7e8cf6c4f47bab609..35a26636085128d4c9465e90b20eb833b9a59038 100644
--- a/chrome/browser/resources/bookmark_manager/css/tree.css
+++ b/chrome/browser/resources/bookmark_manager/css/tree.css
@@ -9,7 +9,7 @@ tree {
-webkit-user-select: none;
border: 1px solid rgba(255,255,255,0); /* transparent white */
background-color: rgba(255,255,255,0);
- -webkit-border-radius: 2px;
+ border-radius: 2px;
padding: 0px 3px;
line-height: 20px;
white-space: nowrap;
« no previous file with comments | « chrome/browser/resources/bookmark_manager/css/list.css ('k') | chrome/browser/resources/filebrowse.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698