mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
tooltip color tweak
This commit is contained in:
parent
9cf08bf926
commit
9568fde027
@ -110,6 +110,10 @@ ul.fancytree-container {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.fancytree-custom-icon {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
span.fancytree-node.protected > span.fancytree-custom-icon {
|
||||
filter: drop-shadow(2px 2px 2px black);
|
||||
}
|
||||
@ -495,12 +499,12 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
|
||||
}
|
||||
|
||||
.tooltip-inner {
|
||||
background-color: white !important;
|
||||
background-color: #fbfbfb !important;
|
||||
max-width: 600px;
|
||||
max-height: 500px;
|
||||
overflow: hidden;
|
||||
color: black;
|
||||
border: 1px solid #777;
|
||||
border: 1px solid #aaa;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@ -561,10 +565,6 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
|
||||
margin-left:-300px;
|
||||
}
|
||||
|
||||
.fancytree-custom-icon {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
.multiplicity {
|
||||
font-size: larger;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user