diff --git a/static/application.css b/static/application.css index 3e70b57..1915b23 100644 --- a/static/application.css +++ b/static/application.css @@ -34,15 +34,19 @@ textarea { /* the line numbers */ #linenos { - color: #7d7d7d; - z-index: -1000; + color: #7d7d7d; + z-index: 1; position: absolute; top: 20px; left: 0px; - width: 30px; /* 30 to get 20 away from box */ + width: 40px; font-size: 13px; font-family: monospace; text-align: right; + line-height: 18.2px; + padding-right: 10px; + box-sizing: border-box; + user-select: none; } /* code box when locked */ @@ -55,12 +59,14 @@ textarea { outline: none; font-size: 13px; padding-right: 360px; - overflow: inherit; + overflow: inherit; + line-height: 18.2px; } #box code { padding: 0px; background: transparent !important; /* don't hide hastebox */ + line-height: 18.2px; } /* key */ diff --git a/static/solarized_dark.css b/static/solarized_dark.css index b4c0da1..f50670e 100644 --- a/static/solarized_dark.css +++ b/static/solarized_dark.css @@ -7,9 +7,11 @@ Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull