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

Unified Diff: experimental/webtry/css/webtry.css

Issue 242613005: iframe (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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: experimental/webtry/css/webtry.css
diff --git a/experimental/webtry/css/webtry.css b/experimental/webtry/css/webtry.css
index d9487c6fcb7b88acec4bce7d9d100c95e5050cbe..58dc68b7440c94a219d7d9da2c9b418fa7fa691c 100644
--- a/experimental/webtry/css/webtry.css
+++ b/experimental/webtry/css/webtry.css
@@ -21,9 +21,14 @@ h2 {
}
textarea {
- margin-left: 0;
- border: solid 1px #ccc;
- color: green;
+ margin-left: 0;
+ border: solid 1px #ccc;
+ color: green;
+ background: #eee;
+}
+
+.iframe textarea {
+ resize: none;
}
pre, code {

Powered by Google App Engine
This is Rietveld 408576698