mirror of
https://github.com/zadam/trilium.git
synced 2025-01-17 12:39:51 +08:00
visual tweaks
This commit is contained in:
parent
c89514f9bb
commit
0ebc947fbd
3 changed files with 10 additions and 5 deletions
|
@ -15,11 +15,11 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.gutter {
|
.gutter {
|
||||||
background-color: var(--accented-background-color);
|
background: linear-gradient(to bottom, transparent, var(--accented-background-color), transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gutter:hover {
|
.gutter:hover {
|
||||||
background-color: var(--main-border-color);
|
background: linear-gradient(to bottom, transparent, var(--main-border-color), transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gutter.gutter-horizontal {
|
.gutter.gutter-horizontal {
|
||||||
|
@ -218,7 +218,7 @@ body {
|
||||||
background: var(--main-background-color);
|
background: var(--main-background-color);
|
||||||
border-radius: 5px 5px 0 0;
|
border-radius: 5px 5px 0 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-top: 5px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.note-tab-row * {
|
.note-tab-row * {
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
|
|
|
@ -474,9 +474,14 @@ button.icon-button {
|
||||||
width: 15em;
|
width: 15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#global-menu-wrapper {
|
||||||
|
border-bottom: 1px solid var(--main-border-color);
|
||||||
|
}
|
||||||
|
|
||||||
#global-menu button {
|
#global-menu button {
|
||||||
height: 38px;
|
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
height: 34px;
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#global-menu .dropdown-menu {
|
#global-menu .dropdown-menu {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<div id="container" style="display: none;">
|
<div id="container" style="display: none;">
|
||||||
<div style="display: flex;">
|
<div style="display: flex;">
|
||||||
<div>
|
<div id="global-menu-wrapper">
|
||||||
<div class="dropdown" id="global-menu">
|
<div class="dropdown" id="global-menu">
|
||||||
<button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-sm dropdown-toggle">
|
<button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-sm dropdown-toggle">
|
||||||
<span class="bx bx-menu"></span>
|
<span class="bx bx-menu"></span>
|
||||||
|
|
Loading…
Reference in a new issue