|
@@ -18,6 +18,12 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
+.jp-Notebook-toolbarCellType:hover {
|
|
|
+ background-color: #EEEEEE;
|
|
|
+ box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.5);
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
.jp-Notebook-toolbarCellType select.jp-Notebook-toolbarCellTypeDropdown {
|
|
|
border: var(--jp-border-width) solid var(--jp-border-color4);
|
|
|
border-radius: 0;
|
|
@@ -27,6 +33,18 @@
|
|
|
height: 20px;
|
|
|
margin-top: 2px;
|
|
|
margin-bottom: 2px;
|
|
|
+ -webkit-appearance: none;
|
|
|
+ padding-left: 4px;
|
|
|
+ padding-right: 16px;
|
|
|
+ background-image: url('../default-theme/images/down_caret.svg');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: right;
|
|
|
+ background-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.jp-Notebook-toolbarCellType:hover > .jp-Notebook-toolbarCellTypeDropdown {
|
|
|
+ background-color: #EEEEEE;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -174,4 +192,3 @@
|
|
|
.jp-NBToolbar-item.jp-NBToolbar-kernelIndicator.jp-mod-busy::before {
|
|
|
content: "\f111"; /* Circle */
|
|
|
}
|
|
|
-
|