mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
style(next)/badges: tweak appearance
This commit is contained in:
parent
34b89cf2e8
commit
6c308f35c1
@ -178,6 +178,9 @@
|
|||||||
|
|
||||||
--alert-bar-background: #6b6b6b3b;
|
--alert-bar-background: #6b6b6b3b;
|
||||||
|
|
||||||
|
--badge-background-color: #ffffff1a;
|
||||||
|
--badge-text-color: var(--muted-text-color);
|
||||||
|
|
||||||
--promoted-attribute-card-background-color: var(--card-background-color);
|
--promoted-attribute-card-background-color: var(--card-background-color);
|
||||||
--promoted-attribute-card-shadow-color: #000000b3;
|
--promoted-attribute-card-shadow-color: #000000b3;
|
||||||
|
|
||||||
|
@ -171,6 +171,9 @@
|
|||||||
|
|
||||||
--alert-bar-background: #32637b29;
|
--alert-bar-background: #32637b29;
|
||||||
|
|
||||||
|
--badge-background-color: #00000011;
|
||||||
|
--badge-text-color: var(--muted-text-color);
|
||||||
|
|
||||||
--promoted-attribute-card-background-color: var(--card-background-color);
|
--promoted-attribute-card-background-color: var(--card-background-color);
|
||||||
--promoted-attribute-card-shadow-color: #00000033;
|
--promoted-attribute-card-shadow-color: #00000033;
|
||||||
|
|
||||||
|
@ -171,6 +171,16 @@ html body .dropdown-item[disabled] {
|
|||||||
opacity: var(--menu-item-disabled-opacity);
|
opacity: var(--menu-item-disabled-opacity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Badges */
|
||||||
|
:root .badge {
|
||||||
|
--bs-badge-color: var(--badge-text-color);
|
||||||
|
--bs-badge-font-weight: 500;
|
||||||
|
|
||||||
|
background: var(--badge-background-color);
|
||||||
|
text-transform: uppercase;
|
||||||
|
letter-spacing: .2pt;
|
||||||
|
}
|
||||||
|
|
||||||
/* Menu item icon */
|
/* Menu item icon */
|
||||||
.dropdown-item .bx {
|
.dropdown-item .bx {
|
||||||
transform: translateY(var(--menu-item-icon-vert-offset));
|
transform: translateY(var(--menu-item-icon-vert-offset));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user