From 98e50a05592a22c335303acd1830b84427470b3d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 12 Oct 2011 09:28:19 +0200 Subject: better do all the buttons (quattro) --- view/theme/quattro/quattro.less | 5 +---- view/theme/quattro/style.css | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'view/theme') 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%; -- cgit v1.2.3