##// END OF EJS Templates
fix color
fix color

File last commit:

r9366:27e5486c
r9368:e2135774
Show More
variables.less
17 lines | 341 B | text/x-less | LessCssLexer
@corner_radius: 3px;
@notebook_background : white;
@cell_selected_background: darken(@notebook_background, 2%);
@cell_background: darken(@notebook_background, 3.2%);
@border_color: darken(@cell_selected_background, 31%);
@borderwidth : 1px;
@fontBaseColor : black;
// utilities mixins
.corner-all {
border-radius:@corner_radius;
}