diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index 54258cb69..a688bb527 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -6,11 +6,13 @@ html.inner-editor { height: auto !important; + background-color: transparent !important; } #outerdocbody { display: flex; flex-direction: row; min-height: 100vh; /* take at least full height */ + background-color: #F4F4F4; } #outerdocbody iframe { flex: 1 auto; @@ -25,6 +27,7 @@ html.inner-editor { padding: 10px; overflow: hidden; box-sizing: border-box; + background-color: white; } #innerdocbody, #sidediv { padding-top: 10px; /* Both must have same top padding, so line number are aligned with the rows */ @@ -42,7 +45,7 @@ body.mozilla, body.safari { padding-right: 1px; /* prevents the caret from disappearing on the longest line of the doc */ } html { cursor: text; } /* in Safari, produces text cursor for whole doc (inc. below body) */ -span { cursor: auto; } +span { cursor: auto; line-height: 125%; } /* -------------- */ @@ -86,7 +89,7 @@ body.doesWrap:not(.noprewrap) > div { font-family: monospace; padding-right: 5px; padding-left: 5px; - background-color: #eee; + background-color: transparent; border-right: 1px solid #ccc; } #sidedivinner { diff --git a/src/static/css/pad/layout.css b/src/static/css/pad/layout.css index 3ef921d3a..0f543187e 100644 --- a/src/static/css/pad/layout.css +++ b/src/static/css/pad/layout.css @@ -14,6 +14,7 @@ body { #editorcontainerbox { flex: 1 auto; position: relative; /* for nested popup to use absolute positionning */ + background-color: #eee; /* For sticky chat */ display: flex; diff --git a/src/templates/pad.html b/src/templates/pad.html index b81e2ab72..fdfc419cf 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -79,7 +79,7 @@ <% e.begin_block("afterEditbar"); %><% e.end_block(); %> -
+
<% e.begin_block("editorContainerBox"); %>