mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 21:55:19 +08:00
bug 55070
This commit is contained in:
@ -236,6 +236,7 @@ textarea {
|
||||
background-color: @background-normal;
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
.placeholder();
|
||||
}
|
||||
|
||||
.btn-edit-table,
|
||||
|
||||
@ -194,7 +194,7 @@
|
||||
//** Small `.form-control` border radius
|
||||
@input-border-radius-small: @border-radius-small;
|
||||
|
||||
@input-color-placeholder: #cfcfcf; // @gray;
|
||||
@input-color-placeholder: @text-tertiary; //#cfcfcf; // @gray;
|
||||
|
||||
@input-height-base: (floor(@font-size-base * @line-height-base) + (@padding-base-vertical * 2) + 5);
|
||||
@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
|
||||
|
||||
Reference in New Issue
Block a user