style: fixed some wrong less arguments used.
This commit is contained in:
parent
4326092878
commit
6b600fa872
3 changed files with 3 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ input[type="button"] {
|
|||
}
|
||||
&:disabled {
|
||||
.border ( @border-thickness-buttons, @grey4 );
|
||||
background-color: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1016,7 +1016,7 @@ table.cb {
|
|||
display: block;
|
||||
white-space: pre-wrap;
|
||||
font-family: @font-family-monospace;
|
||||
word-break: break-word;
|
||||
word-break: break-all;
|
||||
.nonl {
|
||||
color: @color5;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ form.rcform {
|
|||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
label { display: inline; border:none; padding:none; }
|
||||
label { display: inline; border:none; padding:0; }
|
||||
.label { display: none; }
|
||||
|
||||
max-width: 940px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue