Skip to content

Commit b65afd9

Browse files
committed
fix: Fixed drag popup CSS on default theme
1 parent 255bedb commit b65afd9

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

src/main/resources/style/ui-default.css

+23-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,26 @@
1818
-fx-background-insets: 0;
1919
-fx-border-width: 0 0 1 0;
2020
-fx-border-color: rgb(125, 125, 125);
21-
}
21+
}
22+
23+
/* Drag popup */
24+
.drag-popup-wrapper {
25+
-fx-background-radius: 0;
26+
-fx-background-color: white;
27+
-fx-background-insets: 0;
28+
-fx-border-width: 1;
29+
-fx-border-color: rgb(125, 125, 125);
30+
}
31+
.drag-popup-wrapper .scroll-pane {
32+
-fx-background-insets: 0;
33+
-fx-border-width: 0;
34+
-fx-padding: 15;
35+
}
36+
.drag-popup-header {
37+
-fx-padding: 5;
38+
-fx-background-radius: 0;
39+
-fx-background-color: rgb(230, 230, 235);
40+
-fx-background-insets: 0;
41+
-fx-border-width: 0 0 1 0;
42+
-fx-border-color: rgb(125, 125, 125);
43+
}

0 commit comments

Comments
 (0)