diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-10-12 09:28:19 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-10-12 09:28:19 +0200 |
commit | 98e50a05592a22c335303acd1830b84427470b3d (patch) | |
tree | 08b415cd37f1ae61840777c6fa911aec4bac8f62 /view | |
parent | 714319457c60c47e0d674c70169677db5ccb57fc (diff) | |
download | volse-hubzilla-98e50a05592a22c335303acd1830b84427470b3d.tar.gz volse-hubzilla-98e50a05592a22c335303acd1830b84427470b3d.tar.bz2 volse-hubzilla-98e50a05592a22c335303acd1830b84427470b3d.zip |
better do all the buttons (quattro)
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/quattro/quattro.less | 5 | ||||
-rw-r--r-- | view/theme/quattro/style.css | 5 |
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%; |