mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Adjust range style so that the vertical range marker is visible
This commit is contained in:
parent
c85155b25d
commit
412605917c
@ -122,6 +122,11 @@
|
||||
height : 28px !important;
|
||||
margin-top : -8px !important;
|
||||
}
|
||||
|
||||
.ui-slider-range {
|
||||
height : 12px !important;
|
||||
margin-top : -4px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -160,6 +165,11 @@
|
||||
height : 14px !important;
|
||||
margin-left : -9px;
|
||||
}
|
||||
|
||||
.ui-slider-range {
|
||||
width : 12px !important;
|
||||
margin-left : -1px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user