diff options
| author | tpart <tpart120@proton.me> | 2024-06-26 16:22:10 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-06-26 16:22:10 +0200 |
| commit | 8dfe99686938995c9d1d8ff4499fab31ef61681a (patch) | |
| tree | e5ef2f6557cffa5eb586f295cc76312357558f71 /client/menu/theme/focus_style.tres | |
| parent | 33c578b2c8fcf680e0426653bc54c67822ed8c39 (diff) | |
| download | hurrycurry-8dfe99686938995c9d1d8ff4499fab31ef61681a.tar hurrycurry-8dfe99686938995c9d1d8ff4499fab31ef61681a.tar.bz2 hurrycurry-8dfe99686938995c9d1d8ff4499fab31ef61681a.tar.zst | |
Improve focus style to make it more visible and accessible
Diffstat (limited to 'client/menu/theme/focus_style.tres')
| -rw-r--r-- | client/menu/theme/focus_style.tres | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/client/menu/theme/focus_style.tres b/client/menu/theme/focus_style.tres new file mode 100644 index 00000000..a01843fe --- /dev/null +++ b/client/menu/theme/focus_style.tres @@ -0,0 +1,17 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://b86kbd3pfkd5w"] + +[resource] +content_margin_left = 10.0 +content_margin_top = 10.0 +content_margin_right = 10.0 +content_margin_bottom = 10.0 +bg_color = Color(1, 1, 1, 0.0627451) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color(0.818673, 0.926505, 1, 1) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 |