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

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

Issue 2728773003: Make email field in Feedback app uneditable (Closed)
Patch Set: More nits 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..c94f224f93a978ebc0a19ab21fd3234bbbbe5e5d 100644
--- a/chrome/browser/resources/feedback/css/feedback.css
+++ b/chrome/browser/resources/feedback/css/feedback.css
@@ -73,6 +73,14 @@ body {
width: 100px;
}
+.content .text-field-container > select {
+ -webkit-padding-start: 5px;
+ border: 1px solid #c8c8c8;
+ 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