diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-17 17:11:49 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-17 17:11:49 +0200 |
commit | b22ab4e308b767b38a236801f28e227f97b592c9 (patch) | |
tree | 4787447ccc9a85f373006ae4a5313430cc5f60b1 /view/theme/quattro/quattro.less | |
parent | a2dc8bad2ee2358b92b9efe626b527c3f12b2777 (diff) | |
download | volse-hubzilla-b22ab4e308b767b38a236801f28e227f97b592c9.tar.gz volse-hubzilla-b22ab4e308b767b38a236801f28e227f97b592c9.tar.bz2 volse-hubzilla-b22ab4e308b767b38a236801f28e227f97b592c9.zip |
fix buttons in quattro
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rw-r--r-- | view/theme/quattro/quattro.less | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 9f47cf099..782e1b62b 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -433,15 +433,11 @@ section { } /** buttons **/ input[type="submit"] { - border: 1px solid; - background-color: @BodyColor; - font: bold 85%; - color: @Grey1; - height: 20px; - padding: 10px 5px; - border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; + border: 0px; + background-color: @ButtonBackgroundColor; + color: @ButtonColor; + padding: 0px 10px; + .rounded(5px); } @@ -473,10 +469,8 @@ input[type="submit"] { background-position: 7px 7px; background-repeat: no-repeat; padding: 7px 5px 0px 30px; - -webkit-border-radius: 5px ; - -moz-border-radius: 5px; - border-radius: 5px; color: #999999; + .rounded(5px); } #acl-showall.selected { color: #000000; |