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

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

Issue 265703005: Move to a theme that more closely matches what was there before. (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
« no previous file with comments | « experimental/webtry/res/css/cm/ambiance.css ('k') | experimental/webtry/res/js/webtry.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/res/css/webtry.css
diff --git a/experimental/webtry/res/css/webtry.css b/experimental/webtry/res/css/webtry.css
index fc406dc1b1737ab41a876fa6d10c8583f88685e6..e2f241fee726fd0b710b7b2de50ff142ba63d304 100644
--- a/experimental/webtry/res/css/webtry.css
+++ b/experimental/webtry/res/css/webtry.css
@@ -99,3 +99,13 @@ pre, code {
float: right;
font-size: 70%;
}
+
+.CodeMirror-lines,
+.CodeMirror-scroll
+{
+ background-color: #eee;
+}
+
+.CodeMirror {
+ border: solid gray 1px;
+}
« no previous file with comments | « experimental/webtry/res/css/cm/ambiance.css ('k') | experimental/webtry/res/js/webtry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698