Skip to content

Commit

Permalink
style/qss/properties/widget: Added deviceHeaderWidget style.
Browse files Browse the repository at this point in the history
Signed-off-by: andreidanila1 <[email protected]>
  • Loading branch information
andreidanila1 committed Nov 28, 2024
1 parent 82f70bc commit 8082ef3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gui/style/qss/properties/widget/deviceHeaderWidget.qss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
QWidget[&&property&&="idle"] {
background-color: transparent;
color: &content_default&;
}

QWidget[&&property&&="idle"]:hover {
background-color: &content_silent&;
color: &content_default&;
}

QWidget[&&property&&="selected"] {
background-color: &interactive_subtle_disabled&;
color: &content_default&;
}

0 comments on commit 8082ef3

Please sign in to comment.