]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
Merge branch 'pull'
[friendica.git] / view / theme / quattro / quattro.less
index ad7584a168bb337ed74e35e6571e6852bc3f0485..782e1b62b0f56ba4c48cabbc5eaa9fa8855657ff 100644 (file)
@@ -432,19 +432,12 @@ section {
        margin-top: 15px;
 }
 /** buttons **/
-.comment-edit-submit,
-#search-submit,
-#search-save,
-#profile-jot-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;
+input[type="submit"] {
+       border: 0px;
+    background-color: @ButtonBackgroundColor;
+    color: @ButtonColor;
+    padding: 0px 10px;
+       .rounded(5px);
 }
 
 
@@ -476,10 +469,8 @@ section {
        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;