# HG changeset patch # User Wuzzy # Date 1547352014 -3600 # Node ID af22a14c6a232c5303da9db738579a3f4fb9941e # Parent c8436da5c58b44278fbd41c7d2c6bc28be26057b Frontend: Tweak button padding once more diff -r c8436da5c58b -r af22a14c6a23 QTfrontend/res/css/april1.css --- a/QTfrontend/res/css/april1.css Sat Jan 12 23:38:34 2019 +0100 +++ b/QTfrontend/res/css/april1.css Sun Jan 13 05:00:14 2019 +0100 @@ -442,7 +442,7 @@ background-color: #150A61; } -.QPushButton { +.QPushButton, .QPushButtonWithSound { padding: 3px 5px; } diff -r c8436da5c58b -r af22a14c6a23 QTfrontend/res/css/birthday.css --- a/QTfrontend/res/css/birthday.css Sat Jan 12 23:38:34 2019 +0100 +++ b/QTfrontend/res/css/birthday.css Sun Jan 13 05:00:14 2019 +0100 @@ -446,7 +446,7 @@ background-color: #150A61; } -.QPushButton { +.QPushButton, .QPushButtonWithSound { padding: 3px 5px; } diff -r c8436da5c58b -r af22a14c6a23 QTfrontend/res/css/christmas.css --- a/QTfrontend/res/css/christmas.css Sat Jan 12 23:38:34 2019 +0100 +++ b/QTfrontend/res/css/christmas.css Sun Jan 13 05:00:14 2019 +0100 @@ -441,7 +441,7 @@ background-color: #150A61; } -.QPushButton { +.QPushButton, .QPushButtonWithSound { padding: 3px 5px; } diff -r c8436da5c58b -r af22a14c6a23 QTfrontend/res/css/easter.css --- a/QTfrontend/res/css/easter.css Sat Jan 12 23:38:34 2019 +0100 +++ b/QTfrontend/res/css/easter.css Sun Jan 13 05:00:14 2019 +0100 @@ -438,7 +438,7 @@ background-color: #150A61; } -.QPushButton { +.QPushButton, .QPushButtonWithSound { padding: 3px 5px; } diff -r c8436da5c58b -r af22a14c6a23 QTfrontend/res/css/qt.css --- a/QTfrontend/res/css/qt.css Sat Jan 12 23:38:34 2019 +0100 +++ b/QTfrontend/res/css/qt.css Sun Jan 13 05:00:14 2019 +0100 @@ -433,7 +433,7 @@ background-color: #150A61; } -.QPushButton { +.QPushButton, .QPushButtonWithSound { padding: 3px 5px; }