From 357fed3da8b74ba2f65c6e1b286f700d250fb59e 2012-06-14 18:46:35 From: MinRK Date: 2012-06-14 18:46:35 Subject: [PATCH] slightly more subtle prompt overlay --- diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index ecd38cc..004b1aa 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -202,7 +202,7 @@ div.out_prompt_overlay { div.out_prompt_overlay:hover { /* use inner shadow to get border that is computed the same on WebKit/FF */ box-shadow: inset 0 0 1px #000; - background: rgba(200, 200, 255, 0.5); + background: rgba(240, 240, 240, 0.5); } div.output_prompt {