Skip to content

Commit

Permalink
Improve dropdown styling. (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvkhare07 authored Apr 13, 2020
1 parent 85f30de commit 9ba86c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cuegui/cuegui/config/darkpalette.qss
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,18 @@ QPushButton {
margin-left: 5px;
min-height: 15px;
min-width: 5em;
padding: 0 15px 0 5px;
}

QPushButton:pressed {
background-color: rgb(80, 80, 80);
}

QPushButton::menu-indicator {
right: 10px;
bottom: 5px;
}

QSpinBox {
background-color: rgb(65, 65, 65);
border: 1px solid rgb(22, 22, 22);
Expand Down

0 comments on commit 9ba86c8

Please sign in to comment.
  翻译: