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

Unified Diff: chrome/browser/resources/shared/css/trash.css

Issue 9323052: uber extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 11 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 | « no previous file | chrome/browser/resources/shared/html/trash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/trash.css
diff --git a/chrome/browser/resources/shared/css/trash.css b/chrome/browser/resources/shared/css/trash.css
index 59ee74686ae56dfd2522dd346707664b9e949dac..d3fd2cbfc93fb0d21ad61847abe09ffad5221f4f 100644
--- a/chrome/browser/resources/shared/css/trash.css
+++ b/chrome/browser/resources/shared/css/trash.css
@@ -4,9 +4,13 @@
*/
.trash {
+ -webkit-appearance: none;
+ background: none;
+ border: none;
cursor: pointer;
display: inline-block;
outline: none;
+ padding: 0;
position: relative;
width: 30px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/shared/html/trash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698