mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-22 12:41:27 +00:00
sharper gradient stops on hi-res displays
[ci skip]
This commit is contained in:
@@ -50,12 +50,14 @@
|
||||
|
||||
.main-window .resizer {
|
||||
-fx-background-color: linear-gradient(to bottom right,
|
||||
GRAY_LIGHT_BG 40%,
|
||||
CONTROL_BORDER_NORMAL 50%,
|
||||
GRAY_LIGHT_BG 60%,
|
||||
CONTROL_BORDER_NORMAL 70%,
|
||||
GRAY_LIGHT_BG 80%,
|
||||
CONTROL_BORDER_NORMAL 90%
|
||||
transparent 50%,
|
||||
CONTROL_BORDER_NORMAL 51%,
|
||||
CONTROL_BORDER_NORMAL 60%,
|
||||
transparent 61%,
|
||||
transparent 70%,
|
||||
CONTROL_BORDER_NORMAL 71%,
|
||||
CONTROL_BORDER_NORMAL 80%,
|
||||
transparent 81%
|
||||
);
|
||||
-fx-cursor: nw_resize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user