property string clearAtText: ""
background: Rectangle {
- color: root.hovered || root.checked ? palette.highlight : "transparent"
+ color: root.hovered || root.checked ? palette.highlight : palette.base
radius: Style.slightlyRoundedButtonRadius
}
border.color: palette.dark
border.width: Style.normalBorderWidth
radius: Style.veryRoundedButtonRadius
- color: "transparent"
+ color: palette.base
}
color: palette.midlight
implicitWidth: textWidth + Style.standardSpacing * 2
implicitHeight: 2
- color: tabButton.checked ? tabButton.accentColor : tabButton.hovered ? palette.highlight : "transparent"
+ color: tabButton.checked ? tabButton.accentColor : tabButton.hovered ? palette.highlight : palette.base
}
}
}
property variant linksContextMenu: []
property bool displayActions: false
- property color moreActionsButtonColor: "transparent"
+ property color moreActionsButtonColor: palette.base
property int maxActionButtons: 0
ApplicationWindow {
id: root
- color: "transparent"
+ color: palette.base
flags: Qt.Dialog | Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint
readonly property int windowSpacing: 10
id: root
flags: Qt.Dialog | Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint
- color: "transparent"
+ color: palette.base
width: 320
height: contentLayout.implicitHeight
Layout.preferredHeight: Style.trayWindowHeaderHeight
background: Rectangle {
- color: root.hovered || root.visualFocus ? Style.currentUserHeaderTextColor : "transparent"
+ color: root.hovered || root.visualFocus ? Style.currentUserHeaderTextColor : palette.base
opacity: 0.2
}
Rectangle {
anchors.fill: parent
anchors.margins: Style.normalBorderWidth
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : "transparent"
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base
}
}
width: Style.folderStateIndicatorSize + Style.trayFolderStatusIndicatorSizeOffset
height: width
anchors.centerIn: parent
- color: root.hovered ? Style.currentUserHeaderTextColor : "transparent"
+ color: root.hovered ? Style.currentUserHeaderTextColor : palette.base
opacity: Style.trayFolderStatusIndicatorMouseHoverOpacityFactor
radius: width * Style.trayFolderStatusIndicatorRadiusFactor
z: -1
Rectangle {
id: unifiedSearchResultHoverBackground
anchors.fill: parent
- color: (parent.containsMouse ? palette.highlight : "transparent")
+ color: parent.containsMouse ? palette.highlight : palette.base
}
Loader {
background: Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: userMoreButton.hovered || userMoreButton.visualFocus ? palette.highlight : "transparent"\r
+ color: userMoreButton.hovered || userMoreButton.visualFocus ? palette.highlight : palette.base\r
}\r
\r
contentItem: Image {\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered ? palette.highlight : "transparent"\r
+ color: parent.parent.hovered ? palette.highlight : palette.base\r
}\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered ? palette.highlight : "transparent"\r
+ color: parent.parent.hovered ? palette.highlight : palette.base\r
}\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : "transparent"\r
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base\r
}\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : "transparent"\r
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base\r
}\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : "transparent"\r
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base\r
}\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : "transparent"\r
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base\r
}\r
}\r
\r
}\r
\r
background: Rectangle {\r
- color: parent.hovered || parent.visualFocus ? Style.currentUserHeaderTextColor : "transparent"\r
+ color: parent.hovered || parent.visualFocus ? Style.currentUserHeaderTextColor : palette.base\r
opacity: 0.2\r
}\r
\r
height: width\r
anchors.bottom: currentAccountAvatar.bottom\r
anchors.right: currentAccountAvatar.right\r
- color: currentAccountButton.hovered ? Style.currentUserHeaderTextColor : "transparent"\r
+ color: currentAccountButton.hovered ? Style.currentUserHeaderTextColor : palette.base\r
opacity: Style.trayFolderStatusIndicatorMouseHoverOpacityFactor\r
radius: width * Style.trayFolderStatusIndicatorRadiusFactor\r
}\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : "transparent"\r
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base\r
}\r
}\r
\r