git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
674cc19
)
Added background colour to menu popup
author
Adam Dullage
<redacted>
Wed, 1 May 2024 15:58:13 +0000
(16:58 +0100)
committer
Adam Dullage
<redacted>
Wed, 1 May 2024 15:58:13 +0000
(16:58 +0100)
client/components/PrimeMenu.vue
patch
|
blob
|
history
diff --git
a/client/components/PrimeMenu.vue
b/client/components/PrimeMenu.vue
index cff81828258119b62456278008e8ec4ad4c8d25a..7092d4123630c4026d31c11911342e11bf73c119 100644
(file)
--- a/
client/components/PrimeMenu.vue
+++ b/
client/components/PrimeMenu.vue
@@
-18,7
+18,7
@@
import IconLabel from "./IconLabel.vue";
const menu = ref();
const style = {
- root: "border p-1 rounded border-theme-border",
+ root: "border p-1 rounded border-theme-border
bg-theme-background
",
menuitem: ({ context }) => ({
class: [
"text-theme-text-muted rounded px-2 py-1",
git clone https://git.99rst.org/PROJECT