mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
LightMode: better overview and transparency
This commit is contained in:
@@ -191,7 +191,7 @@ ColumnLayout {
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: Color.mSurface
|
||||
opacity: (mouseArea.containsMouse || isSelected) ? 0 : 0.4
|
||||
opacity: (mouseArea.containsMouse || isSelected) ? 0 : 0.3
|
||||
radius: parent.radius
|
||||
|
||||
Behavior on opacity {
|
||||
|
||||
Reference in New Issue
Block a user