Skip to content

Commit

Permalink
Merge branch 'main' into ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jan 4, 2025
2 parents 3b510f3 + 15df379 commit 517efc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/friction.qss
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ QToolBar#animationDockWidget QPushButton {
border-color: %2;
}

QToolBar#animationDockWidget QToolButton::hover,
QToolBar#animationDockWidget QPushButton::hover {
QToolBar#animationDockWidget QToolButton:hover,
QToolBar#animationDockWidget QPushButton:hover {
border-color: %4;
}

Expand Down Expand Up @@ -480,7 +480,7 @@ QMenu::separator {
}

QMenu::item:disabled,
AlignWidget QPushButton::disabled {
AlignWidget QPushButton:disabled {
background: transparent;
}

Expand Down Expand Up @@ -595,7 +595,7 @@ QProgressBar::chunk {
width: 5px;
}

QCheckBox::disabled {
QCheckBox:disabled {
color: %13;
}

Expand Down

0 comments on commit 517efc6

Please sign in to comment.