Buttons on the top bar color and style testing 2

This commit is contained in:
2024-11-04 20:25:30 +01:00
parent 840bf16a22
commit 4ecec8e25b

View File

@@ -39,7 +39,7 @@ import QtQuick.Controls.Material
flat: true
background: Rectangle
{
color: dashBoard.down? Material.accent: Material.background
color: dashBoard.down? Material.Grey: Material.background
border.color: dashBoard.hovered? Material.Amber: "transparent"
radius: 0
}
@@ -61,7 +61,7 @@ import QtQuick.Controls.Material
flat: true
background: Rectangle
{
color: kunden.down? Material.accent: Material.background
color: kunden.down? Material.Grey: Material.background
border.color: kunden.hovered? Material.Amber: "transparent"
radius: 0
}
@@ -82,7 +82,7 @@ import QtQuick.Controls.Material
flat: true
background: Rectangle
{
color: objekt.down? Material.accent: Material.background
color: objekt.down? Material.Grey: Material.background
border.color: objekt.hovered? Material.Amber: "transparent"
radius: 0
}
@@ -103,7 +103,7 @@ import QtQuick.Controls.Material
flat: true
background: Rectangle
{
color: mitarbeiter.down? Material.accent: Material.background
color: mitarbeiter.down? Material.Grey: Material.background
border.color: mitarbeiter.hovered? Material.Amber: "transparent"
radius: 0
}
@@ -123,7 +123,7 @@ import QtQuick.Controls.Material
hoverEnabled: true
background: Rectangle
{
color: abrechnung.down? Material.accent: Material.background
color: abrechnung.down? Material.Grey: Material.background
border.color: abrechnung.hovered? Material.Amber: "transparent"
radius: 0
}