KDE: Sddm - Improve password input appearance

This commit is contained in:
EliverLara
2021-03-12 14:11:45 -06:00
parent 223b70160d
commit 312cd3f864
2 changed files with 6 additions and 2 deletions

View File

@@ -377,7 +377,8 @@ PlasmaCore.ColorScope {
id: formBg
anchors.fill: mainStack
anchors.centerIn: mainStack
color: "#401E2326"
color: "#1E2326"
opacity: 0.4
z:-1
}

View File

@@ -9,10 +9,13 @@ TextField {
font.pointSize: config.fontSize
font.family: config.font
background: Rectangle {
color: "#701E2326"
color: "#1E2326"
opacity: 0.7
radius: parent.width / 2
height: 30
width: 270
border.width: 1
border.color: "#121517"
anchors.centerIn: parent
}
}