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

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

Issue 10382142: whip the feedback page into shape (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload Created 8 years, 7 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/shared/css/widgets.css
diff --git a/chrome/browser/resources/shared/css/widgets.css b/chrome/browser/resources/shared/css/widgets.css
index 1349b105092ffe51b5c1e0ac4737ac7a39314cb3..1036fbccc6f0734862e53f98e09fd069144deba1 100644
--- a/chrome/browser/resources/shared/css/widgets.css
+++ b/chrome/browser/resources/shared/css/widgets.css
@@ -92,7 +92,8 @@ input[type='password'],
input[type='search'],
input[type='text'],
input[type='url'],
-input:not([type]) {
+input:not([type]),
+textarea {
border: 1px solid #bfbfbf;
border-radius: 2px;
box-sizing: border-box;

Powered by Google App Engine
This is Rietveld 408576698