mirror of
https://github.com/zadam/trilium.git
synced 2025-02-22 22:13:07 +08:00
fix menu text color in dark themes
This commit is contained in:
parent
3670800a51
commit
925dc258a6
4 changed files with 10 additions and 6 deletions
BIN
db/demo.tar
BIN
db/demo.tar
Binary file not shown.
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -4798,9 +4798,9 @@
|
|||
}
|
||||
},
|
||||
"file-type": {
|
||||
"version": "10.9.0",
|
||||
"resolved": "https://registry.npmjs.org/file-type/-/file-type-10.9.0.tgz",
|
||||
"integrity": "sha512-9C5qtGR/fNibHC5gzuMmmgnjH3QDDLKMa8lYe9CiZVmAnI4aUaoMh40QyUPzzs0RYo837SOBKh7TYwle4G8E4w=="
|
||||
"version": "10.10.0",
|
||||
"resolved": "https://registry.npmjs.org/file-type/-/file-type-10.10.0.tgz",
|
||||
"integrity": "sha512-3CTQE/db3dnK2jsfd4XiXMKw9nD0QVEMRLdBzqYDRr5BvYMUccDpP8hMc1uPb1VZ9Iw/cAJjYPNwJ5UzxGqsRg=="
|
||||
},
|
||||
"filename-regex": {
|
||||
"version": "2.0.1",
|
||||
|
@ -6082,7 +6082,7 @@
|
|||
"resolved": "https://registry.npmjs.org/image-type/-/image-type-4.0.0.tgz",
|
||||
"integrity": "sha512-V1NCIexmmA9dBoO07NOFXe2nTU06siLuuaGD1zLRbLfTYmGMLPShPakPf3ts6J0ctdpLpJRKFcJWKjuacwZzWA==",
|
||||
"requires": {
|
||||
"file-type": "10.9.0"
|
||||
"file-type": "10.10.0"
|
||||
}
|
||||
},
|
||||
"imagemin": {
|
||||
|
@ -6090,7 +6090,7 @@
|
|||
"resolved": "https://registry.npmjs.org/imagemin/-/imagemin-6.1.0.tgz",
|
||||
"integrity": "sha512-8ryJBL1CN5uSHpiBMX0rJw79C9F9aJqMnjGnrd/1CafegpNuA81RBAAru/jQQEOWlOJJlpRnlcVFF6wq+Ist0A==",
|
||||
"requires": {
|
||||
"file-type": "10.9.0",
|
||||
"file-type": "10.10.0",
|
||||
"globby": "8.0.1",
|
||||
"make-dir": "1.3.0",
|
||||
"p-pipe": "1.2.0",
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"electron-window-state": "5.0.3",
|
||||
"express": "4.16.4",
|
||||
"express-session": "1.15.6",
|
||||
"file-type": "10.9.0",
|
||||
"file-type": "10.10.0",
|
||||
"fs-extra": "7.0.1",
|
||||
"get-port": "4.2.0",
|
||||
"helmet": "3.16.0",
|
||||
|
|
|
@ -455,6 +455,10 @@ div.ui-tooltip {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
color: var(--menu-text-color) !important;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled, .dropdown-item.disabled kbd {
|
||||
color: #aaa !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue