mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
invoke css
This commit is contained in:
parent
8bf4dbb488
commit
eca11122f9
4
IPython/html/static/style/style.min.css
vendored
4
IPython/html/static/style/style.min.css
vendored
@ -8668,6 +8668,7 @@ ul.breadcrumb span {
|
||||
}
|
||||
.list_header {
|
||||
font-weight: bold;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
.list_container {
|
||||
margin-top: 4px;
|
||||
@ -8690,6 +8691,9 @@ ul.breadcrumb span {
|
||||
.list_item a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.list_item:nth-child(odd) {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
.action_col {
|
||||
text-align: right;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user