Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LateNight: brighter fx parameter buttons #11397

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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