mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Fix macos contextmenu style
This commit is contained in:
parent
0de5d9da4e
commit
84ca2545f0
1 changed files with 6 additions and 6 deletions
|
@ -154,13 +154,13 @@
|
|||
-fx-padding: 0;
|
||||
}
|
||||
|
||||
.browser .context-menu > * > * {
|
||||
.browser .overview .context-menu > * > * {
|
||||
-fx-padding: 3px 10px 3px 10px;
|
||||
-fx-background-radius: 1px;
|
||||
-fx-spacing: 20px;
|
||||
}
|
||||
|
||||
.browser .context-menu .separator {
|
||||
.browser .overview .context-menu .separator {
|
||||
-fx-padding: 0;
|
||||
}
|
||||
|
||||
|
@ -168,7 +168,7 @@
|
|||
-fx-padding: 2px 10px 2px 10px;
|
||||
}
|
||||
|
||||
.browser .context-menu .separator .line {
|
||||
.browser .overview .context-menu .separator .line {
|
||||
-fx-padding: 0;
|
||||
-fx-border-insets: 0px;
|
||||
}
|
||||
|
@ -200,15 +200,15 @@
|
|||
-fx-background-insets: 0;
|
||||
}
|
||||
|
||||
.browser .context-menu .accelerator-text {
|
||||
.browser .overview .context-menu .accelerator-text {
|
||||
-fx-padding: 3px 0px 3px 50px;
|
||||
}
|
||||
|
||||
.browser .context-menu > * {
|
||||
.browser .overview .context-menu > * {
|
||||
-fx-padding: 0;
|
||||
}
|
||||
|
||||
.browser .context-menu {
|
||||
.browser .overview .context-menu {
|
||||
-fx-padding: 12 0 12 0;
|
||||
-fx-background-radius: 8px;
|
||||
-fx-border-radius: 8px;
|
||||
|
|
Loading…
Reference in a new issue