From c20b2e1056ead07370bbfe66d97abe912c6ffa20 Mon Sep 17 00:00:00 2001 From: MinRK Date: Thu, 14 Jun 2012 11:46:35 -0700 Subject: [PATCH] slightly more subtle prompt overlay --- IPython/frontend/html/notebook/static/css/notebook.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index ecd38cc6d..004b1aa48 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 {