mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
fix border color and select height
This commit is contained in:
parent
502fbe92c9
commit
af47d9b287
@ -88,12 +88,12 @@ span#notebook_name {
|
||||
}
|
||||
|
||||
.toolbar select, .toolbar label {
|
||||
height : 23px;
|
||||
height : 19px;
|
||||
vertical-align: top;
|
||||
margin-right:2px;
|
||||
margin-bottom:0;
|
||||
display: inline;
|
||||
font-size: 85%;
|
||||
font-size: 92%;
|
||||
margin-left:0.3em;
|
||||
margin-right:0.3em;
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
@notebook_background : white;
|
||||
@cell_selected_background: darken(@notebook_background, 2%);
|
||||
@cell_background: darken(@notebook_background, 3.2%);
|
||||
@border_color: darken(@cell_selected_background, 10%);
|
||||
@border_color: darken(@cell_selected_background, 31%);
|
||||
@borderwidth : 1px;
|
||||
@fontBaseColor : black;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user