mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-07-30 12:10:38 +08:00
26 lines
374 B
CSS
26 lines
374 B
CSS
|
|
|
|
#searchbar-wrapper {
|
|
position: absolute;
|
|
background-color: #ffffff;
|
|
border-style: solid;
|
|
border-radius: 5px;
|
|
border-color: #aaaaaa;
|
|
padding-left: 10px;
|
|
width:430px;
|
|
top: 100px;
|
|
right: 5px;
|
|
float: right;
|
|
opacity: 1;
|
|
z-index: 100;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.searchbar_buttons {
|
|
height: 30px;
|
|
}
|
|
|
|
.searchbar_input {
|
|
width: 200px;
|
|
} |