From 3fb5ca959883dc05be82b54a54fe0d848f10e0bb Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Mon, 25 Nov 2013 20:14:14 +0100 Subject: [PATCH] Better visual highlighted line --- dpaste/static/dpaste/theme.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dpaste/static/dpaste/theme.css b/dpaste/static/dpaste/theme.css index f109d7c..d296520 100644 --- a/dpaste/static/dpaste/theme.css +++ b/dpaste/static/dpaste/theme.css @@ -166,7 +166,7 @@ div.tree div.submit input{ ol.linenums { - margin: 0 0 0 45px; /* IE indents via margin-left */ + margin: 0 0 0 45px; } ol.linenums li { @@ -174,10 +174,12 @@ ol.linenums li { font-size: 12px; line-height: 20px; cursor: pointer; + padding-left: 5px; } ol.linenums li.marked { - background-color: #5e6152; + color: #f4e009; + background-color: #4f4800; } /* ---------------------------------------------------------------------------- @@ -195,7 +197,6 @@ pre { pre .gd { background-color: rgba(226, 12, 19, .3); color: #fff; display: block; } pre .gi { background-color: rgba(23, 189, 10, .2); color: #fff; display: block; } - pre .hll { background-color: #49483e } pre .c { color: #75715e } /* Comment */ pre .err { color: #960050; background-color: #1e0010 } /* Error */