Merge pull request #639 from Carreau/back-style

revert style change
This commit is contained in:
Jonathan Frederic 2015-10-21 18:27:20 -07:00
commit 429693675b
2 changed files with 3 additions and 4 deletions

View File

@ -24,11 +24,9 @@ div.cell {
}
&.marked {
border-left-color: #009AF5;
border-left-color: @marked_border_color;
border-left-width: 3px;
margin-left: -2px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
width: 100%;

View File

@ -11,7 +11,8 @@
@code_line_height: 1.21429em; // changed from 1.231 to get 17px even
@code_padding: 0.4em; // 5.6 px
@rendered_html_border_color: black;
@input_prompt_color: #2F97C1;
@input_prompt_color: navy;
@output_prompt_color: darkred;
@output_pre_color: black;
@notification_widget_bg: rgba(240, 240, 240, 0.5);
@marked_border_color: #009AF5;