From 9f746b383da715627c0807dc5aa05d1dd4479aa9 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Tue, 27 Oct 2015 11:10:10 -0700 Subject: [PATCH] 'proto2' --- notebook/static/notebook/less/cell.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/notebook/static/notebook/less/cell.less b/notebook/static/notebook/less/cell.less index ce31bd75a..506dc0f72 100644 --- a/notebook/static/notebook/less/cell.less +++ b/notebook/static/notebook/less/cell.less @@ -39,6 +39,19 @@ div.cell { } + .command_mode &.selected { + + ._marked_style(3px); + + &.marked { + ._marked_style(4px); + } + + + + } + + .edit_mode &.selected { border-color: green;