scope_check_button_theme.tres 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [gd_resource type="Theme" load_steps=5 format=3 uid="uid://dg14k5tu0s0mq"]
  2. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_i2k3q"]
  3. content_margin_left = 4.0
  4. content_margin_right = 4.0
  5. bg_color = Color(0, 0, 0, 0)
  6. border_width_left = 1
  7. border_width_top = 1
  8. border_width_right = 1
  9. border_width_bottom = 1
  10. corner_radius_top_left = 9
  11. corner_radius_top_right = 9
  12. corner_radius_bottom_right = 9
  13. corner_radius_bottom_left = 9
  14. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pmwt0"]
  15. border_width_left = 1
  16. border_width_top = 1
  17. border_width_right = 1
  18. border_width_bottom = 1
  19. corner_radius_top_left = 9
  20. corner_radius_top_right = 9
  21. corner_radius_bottom_right = 9
  22. corner_radius_bottom_left = 9
  23. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_eb670"]
  24. content_margin_left = 8.0
  25. content_margin_right = 8.0
  26. bg_color = Color(0.196078, 0.196078, 0.196078, 1)
  27. border_width_left = 1
  28. border_width_top = 1
  29. border_width_right = 1
  30. border_width_bottom = 1
  31. corner_radius_top_left = 9
  32. corner_radius_top_right = 9
  33. corner_radius_bottom_right = 9
  34. corner_radius_bottom_left = 9
  35. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_acw6a"]
  36. content_margin_left = 4.0
  37. content_margin_right = 4.0
  38. bg_color = Color(0, 0.67451, 0.858824, 1)
  39. border_width_left = 1
  40. border_width_top = 1
  41. border_width_right = 1
  42. border_width_bottom = 1
  43. corner_radius_top_left = 9
  44. corner_radius_top_right = 9
  45. corner_radius_bottom_right = 9
  46. corner_radius_bottom_left = 9
  47. [resource]
  48. Button/styles/focus = SubResource("StyleBoxFlat_i2k3q")
  49. Button/styles/hover = SubResource("StyleBoxFlat_pmwt0")
  50. Button/styles/normal = SubResource("StyleBoxFlat_eb670")
  51. Button/styles/pressed = SubResource("StyleBoxFlat_acw6a")