mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Merge pull request #8174 from minrk/notification-pad
add 4px between notification areas
This commit is contained in:
commit
38585a1257
@ -2,6 +2,7 @@
|
||||
color: @navbar-default-link-color;
|
||||
z-index: 10;
|
||||
background: @notification_widget_bg;
|
||||
margin-right: 4px;
|
||||
.btn-default();
|
||||
}
|
||||
|
||||
|
1
IPython/html/static/style/style.min.css
vendored
1
IPython/html/static/style/style.min.css
vendored
@ -10866,6 +10866,7 @@ ul#help_menu li a i {
|
||||
color: #777777;
|
||||
z-index: 10;
|
||||
background: rgba(240, 240, 240, 0.5);
|
||||
margin-right: 4px;
|
||||
color: #333333;
|
||||
background-color: #ffffff;
|
||||
border-color: #cccccc;
|
||||
|
Loading…
Reference in New Issue
Block a user