diff --git a/data/themes/default/style.css b/data/themes/default/style.css index 81f2ac4d8..49ba6dd4d 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -392,15 +392,6 @@ QToolBar::separator { width: 5px; } -QToolButton { - padding: 1px 1px 1px 1px; - border-radius: 5px; - border: 1px solid rgba(63, 63, 63, 128); - background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #98a2a7, stop:1 #5b646f); - font-size:10px; - color: black; -} - /* separate corner rounding for play and stop buttons! */ QToolButton#playButton { @@ -417,6 +408,15 @@ QToolButton#stopButton { /* all tool buttons */ +QToolButton { + padding: 1px 1px 1px 1px; + border-radius: 5px; + border: 1px solid rgba(63, 63, 63, 128); + background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #98a2a7, stop:1 #5b646f); + font-size:10px; + color: black; +} + QToolButton:hover { background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #c0cdd3, stop:1 #71797d); color: white;