waffles: transparency

This commit is contained in:
end-4
2025-11-22 12:34:16 +01:00
parent cd7bf9c1c2
commit 31998a6c32
17 changed files with 133 additions and 41 deletions
@@ -9,7 +9,7 @@ Rectangle {
id: root
property bool shiny: true // Top border
property color borderColor: ColorUtils.transparentize(Looks.colors.bg1Border, shiny ? Looks.contentTransparency : 1)
property color borderColor: ColorUtils.transparentize(Looks.colors.bg1Border, shiny ? 0.5 : 1)
color: Looks.colors.bg1Hover
radius: Looks.radius.medium
Behavior on color {