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

Unified Diff: chrome/browser/resources/feedback/css/feedback.css

Issue 2728773003: Make email field in Feedback app uneditable (Closed)
Patch Set: Fix test Created 3 years, 10 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/feedback/css/feedback.css
diff --git a/chrome/browser/resources/feedback/css/feedback.css b/chrome/browser/resources/feedback/css/feedback.css
index 2fdfe15486c6907474f39a1891ce007179f5ca28..ac7c031fb56a114f10c224e75a9210e0407cc0c3 100644
--- a/chrome/browser/resources/feedback/css/feedback.css
+++ b/chrome/browser/resources/feedback/css/feedback.css
@@ -73,6 +73,15 @@ body {
width: 100px;
}
+.content .text-field-container > select {
+ -webkit-padding-start: 5px;
+ border: 1px solid;
+ border-color: #c8c8c8;
xiyuan 2017/03/02 18:55:11 nit: this can fold into the previous line, i.e. bo
afakhry 2017/03/02 19:04:47 Done.
+ color: #585858;
+ flex: 1 1 auto;
+ height: 100%;
+}
+
.content .text-field-container > input[type=text] {
-webkit-flex: 1 1 auto;
-webkit-padding-start: 5px;

Powered by Google App Engine
This is Rietveld 408576698