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

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

Issue 8598017: History/Downloads: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: csilv@'s code review changes Created 9 years, 1 month 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/shared/css/button.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/select.css
diff --git a/chrome/browser/resources/shared/css/select.css b/chrome/browser/resources/shared/css/select.css
index 2ecad2ff2584ae487743de70a1722397fd77c8f9..8d1ad1b31b1c3fce597d4489f7839f4ca8e7f074 100644
--- a/chrome/browser/resources/shared/css/select.css
+++ b/chrome/browser/resources/shared/css/select.css
@@ -7,7 +7,7 @@
select {
-webkit-appearance: button;
- -webkit-border-radius: 2px;
+ -webkit-border-radius: 3px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 8px;
« no previous file with comments | « chrome/browser/resources/shared/css/button.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698