Skip to content

Commit

Permalink
GUI - improve styling wrt toolbar hover
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jul 17, 2017
1 parent 51ea472 commit 687b4c4
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions app/gui/qt/theme/app.qss
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ QToolTip {
border: 0px;
}

QToolButton:hover{
background: transparent;
}

QSlider::groove:vertical{
margin: 2px 0;
background: sliderBackgroundColor;
Expand Down Expand Up @@ -302,13 +298,6 @@ QTextBrowser {
background-color: paneColor;
}


QToolBar{
background-color: windowColor;
border-bottom: 1px solid windowBorderColor;
}


QListWidget
{
background: paneColor;
Expand Down Expand Up @@ -381,3 +370,21 @@ QLabel[accessibleName="midi-out-ports-label"] {
background-color: tabColor;
color: tabTextColor;
}

QToolBar{
background-color: windowColor;
border-bottom: 1px solid windowBorderColor;
}

QToolButton{
background-color: none;
border: none;
border-radius: 3px;
padding: 0px;
}

QToolButton::hover {
background-color: paneColor;
border: none;
padding: 0px;
}

0 comments on commit 687b4c4

Please sign in to comment.