fix buttons in quattro
This commit is contained in:
parent
a2dc8bad2e
commit
b22ab4e308
|
@ -38,6 +38,10 @@
|
||||||
@LinkHover: @Blue3;
|
@LinkHover: @Blue3;
|
||||||
@LinkVisited: @Blue3;
|
@LinkVisited: @Blue3;
|
||||||
|
|
||||||
|
|
||||||
|
@ButtonColor: @Grey1;
|
||||||
|
@ButtonBackgroundColor: @Grey5;
|
||||||
|
|
||||||
@Banner: @Grey1;
|
@Banner: @Grey1;
|
||||||
|
|
||||||
@NavbarBackground:@Metalic4;
|
@NavbarBackground:@Metalic4;
|
||||||
|
@ -72,3 +76,4 @@
|
||||||
@CommentBoxEmptyBorderColor: @Grey3;
|
@CommentBoxEmptyBorderColor: @Grey3;
|
||||||
@CommentBoxFullColor: @Grey5;
|
@CommentBoxFullColor: @Grey5;
|
||||||
@CommentBoxFullBorderColor: @Grey5;
|
@CommentBoxFullBorderColor: @Grey5;
|
||||||
|
|
||||||
|
|
|
@ -433,15 +433,11 @@ section {
|
||||||
}
|
}
|
||||||
/** buttons **/
|
/** buttons **/
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
border: 1px solid;
|
border: 0px;
|
||||||
background-color: @BodyColor;
|
background-color: @ButtonBackgroundColor;
|
||||||
font: bold 85%;
|
color: @ButtonColor;
|
||||||
color: @Grey1;
|
padding: 0px 10px;
|
||||||
height: 20px;
|
.rounded(5px);
|
||||||
padding: 10px 5px;
|
|
||||||
border-radius: 8px;
|
|
||||||
-moz-border-radius: 8px;
|
|
||||||
-webkit-border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -473,10 +469,8 @@ input[type="submit"] {
|
||||||
background-position: 7px 7px;
|
background-position: 7px 7px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding: 7px 5px 0px 30px;
|
padding: 7px 5px 0px 30px;
|
||||||
-webkit-border-radius: 5px ;
|
|
||||||
-moz-border-radius: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
.rounded(5px);
|
||||||
}
|
}
|
||||||
#acl-showall.selected {
|
#acl-showall.selected {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
|
@ -693,15 +693,13 @@ section {
|
||||||
}
|
}
|
||||||
/** buttons **/
|
/** buttons **/
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
border: 1px solid;
|
border: 0px;
|
||||||
background-color: #2d2d2d;
|
background-color: #2d2d2d;
|
||||||
font: bold 85%;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
height: 20px;
|
padding: 0px 10px;
|
||||||
padding: 10px 5px;
|
-moz-border-radius: 5px 5px 5px 5px;
|
||||||
border-radius: 8px;
|
-webkit-border-radius: 5px 5px 5px 5px;
|
||||||
-moz-border-radius: 8px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
-webkit-border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
/** acl **/
|
/** acl **/
|
||||||
#photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
|
#photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
|
||||||
|
@ -726,10 +724,10 @@ input[type="submit"] {
|
||||||
background-position: 7px 7px;
|
background-position: 7px 7px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding: 7px 5px 0px 30px;
|
padding: 7px 5px 0px 30px;
|
||||||
-webkit-border-radius: 5px ;
|
|
||||||
-moz-border-radius: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
-moz-border-radius: 5px 5px 5px 5px;
|
||||||
|
-webkit-border-radius: 5px 5px 5px 5px;
|
||||||
|
border-radius: 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
#acl-showall.selected {
|
#acl-showall.selected {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user