aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/quattro/quattro.less5
-rw-r--r--view/theme/quattro/style.css5
2 files changed, 2 insertions, 8 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index ad7584a16..9f47cf099 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -432,10 +432,7 @@ section {
margin-top: 15px;
}
/** buttons **/
-.comment-edit-submit,
-#search-submit,
-#search-save,
-#profile-jot-submit{
+input[type="submit"] {
border: 1px solid;
background-color: @BodyColor;
font: bold 85%;
diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css
index aec3b8930..56c4bc967 100644
--- a/view/theme/quattro/style.css
+++ b/view/theme/quattro/style.css
@@ -692,10 +692,7 @@ section {
margin-top: 15px;
}
/** buttons **/
-.comment-edit-submit,
-#search-submit,
-#search-save,
-#profile-jot-submit {
+input[type="submit"] {
border: 1px solid;
background-color: #2d2d2d;
font: bold 85%;