Frontend: Tweak button padding once more
authorWuzzy <Wuzzy2@mail.ru>
Sun, 13 Jan 2019 05:00:14 +0100
changeset 14562 af22a14c6a23
parent 14561 c8436da5c58b
child 14563 ca9c632db2cf
Frontend: Tweak button padding once more
QTfrontend/res/css/april1.css
QTfrontend/res/css/birthday.css
QTfrontend/res/css/christmas.css
QTfrontend/res/css/easter.css
QTfrontend/res/css/qt.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;
 }
 
--- 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;
 }
 
--- 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;
 }
 
--- 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;
 }
 
--- 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;
 }