Skip to content

Commit

Permalink
gui: adjust setup button look and disabled text widgets
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Popa <[email protected]>
  • Loading branch information
andrei47w committed Feb 7, 2025
1 parent 7024e2f commit 991bdcf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions gui/res/icons/scopy-default/icons/setup_btn_unchecked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions gui/style/qss/generic/global.qss
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ QPushButton::pressed {
}

QComboBox::disabled {
border: &border_width& solid &interactive_subtle_disabled&;
border-bottom: &border_width_interactive& solid &interactive_subtle_disabled&;
border-radius: &radius_interactive&;
color: &interactive_subtle_idle&;
}
QComboBox {
padding: 0 &padding_interactive& 0 &padding_interactive&;
Expand Down
10 changes: 6 additions & 4 deletions gui/style/qss/generic/m2k.qss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ QWidget {
font: &font_size& &font_family&;
font-style: normal;
}
QWidget {
background-color: transparent;
}
QPushButton {
background-color: transparent;
border: none;
Expand Down Expand Up @@ -653,4 +650,9 @@ QPushButton[userNote="true"]:checked {
*[is_selected="true"] {
background-color: &interactive_primary_hover&;
}

QComboBox::disabled {
color: &interactive_subtle_idle&;
}
QLineEdit::disabled {
color: &interactive_subtle_idle&;
}

0 comments on commit 991bdcf

Please sign in to comment.