Chromium Code Reviews| 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..db78cdb453fc9309e7f0abdc13e3540b7f931338 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: none; |
|
Dan Beam
2012/02/04 02:18:04
padding: 0; just to match other occurrences ("padd
Evan Stade
2012/02/04 02:35:50
I think I actually like padding: none better, alth
|
| position: relative; |
| width: 30px; |
| } |