mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
invoke css
This commit is contained in:
parent
79fd5c3fed
commit
e7370be7cc
7
IPython/html/static/style/ipython.min.css
vendored
7
IPython/html/static/style/ipython.min.css
vendored
@ -1256,15 +1256,12 @@ h6:hover .anchor-link {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.widget-area.connection-problems .prompt:after {
|
||||
content: '\f127';
|
||||
content: "\f127";
|
||||
font-family: 'FontAwesome';
|
||||
color: #d9534f;
|
||||
padding: 4px;
|
||||
position: relative;
|
||||
border-radius: 2px;
|
||||
font-size: 14px;
|
||||
left: 0px;
|
||||
top: 3px;
|
||||
padding: 3px;
|
||||
}
|
||||
/* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM (POSSIBLEY OUTSIDE OF
|
||||
THE WIDGET AREA). */
|
||||
|
7
IPython/html/static/style/style.min.css
vendored
7
IPython/html/static/style/style.min.css
vendored
@ -9126,15 +9126,12 @@ h6:hover .anchor-link {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.widget-area.connection-problems .prompt:after {
|
||||
content: '\f127';
|
||||
content: "\f127";
|
||||
font-family: 'FontAwesome';
|
||||
color: #d9534f;
|
||||
padding: 4px;
|
||||
position: relative;
|
||||
border-radius: 2px;
|
||||
font-size: 14px;
|
||||
left: 0px;
|
||||
top: 3px;
|
||||
padding: 3px;
|
||||
}
|
||||
/* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM (POSSIBLEY OUTSIDE OF
|
||||
THE WIDGET AREA). */
|
||||
|
Loading…
Reference in New Issue
Block a user