This commit is contained in:
Yuri Kuznetsov
2024-03-23 20:24:14 +02:00
parent d9d7de8804
commit 894acad7ec
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
color: @tooltip-color;
text-align: center;
background-color: @tooltip-bg;
border-radius: @border-radius-base;
border-radius: var(--border-radius-small);
}
// Arrows
-4
View File
@@ -110,10 +110,6 @@
padding-top: 0;
}
}
.tooltip > .tooltip-inner {
border-radius: var(--dropdown-border-radius);
}
}
body .note-editor {
+1 -1
View File
@@ -248,7 +248,7 @@
@list-group-active-color: @text-color;
@zindex-popover: 1600;
@zindex-tooltip: 1600;
@zindex-tooltip: 2600;
@navbar-collapse-max-height: none;
@navbar-height-xsmall: 39px;