Skip to content

Commit

Permalink
Merge pull request #11397 from ronso0/late-fx-param-buttons-brighter
Browse files Browse the repository at this point in the history
LateNight: brighter fx parameter buttons
  • Loading branch information
daschuer authored Mar 23, 2023
2 parents e9d1ed8 + e55c78e commit 4de6e8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion res/skins/LateNight/style_palemoon.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1580,11 +1580,16 @@ WBeatSpinBox::down-button {
WBeatSpinBox::up-button,
WBeatSpinBox::down-button,
WPushButton#LoopActivate[displayValue="0"], /* in compact deck */
WPushButton#FxParameterButton[displayValue="0"],
WTrackTableViewHeader,
WTrackTableViewHeader::section {
background-color: #171719;
}
/* make Fx parameter buttons brighter so they stand out in 'fx focus' mode
(parameters row of focused effect is marked = dark bg, colored border) */
WPushButton#FxParameterButton[displayValue="0"] {
background-color: #2a2a2c;
}

/* even buttons in 2nd level containers */
#FxAssignButtons WPushButton[displayValue="0"],
#VinylControls WPushButton[displayValue="0"],
Expand Down

0 comments on commit 4de6e8d

Please sign in to comment.