Fix custom font for comment panel
This commit is contained in:
parent
1afba4dde2
commit
dcbd4e532e
|
@ -70,7 +70,7 @@
|
|||
label {
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
font: 12px arial;
|
||||
font-size: 12px;
|
||||
line-height: normal;
|
||||
border-bottom: @scaled-one-px-value-ie dotted @text-normal-ie;
|
||||
border-bottom: @scaled-one-px-value dotted @text-normal;
|
||||
|
@ -120,7 +120,7 @@
|
|||
.dataview-ct {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font: 12px arial;
|
||||
font-size: 12px;
|
||||
line-height: normal;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
border-radius: 0;
|
||||
padding: 3px 10px;
|
||||
color: #ffffff;
|
||||
font: 11px arial;
|
||||
.font-size-normal();
|
||||
white-space: nowrap;
|
||||
letter-spacing: 1px;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
border-radius: 0;
|
||||
padding: 3px 10px;
|
||||
color: #fff;
|
||||
font: 11px arial;
|
||||
.font-size-normal();
|
||||
white-space: nowrap;
|
||||
letter-spacing: 1px;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
border-radius: 0;
|
||||
padding: 3px 10px;
|
||||
color: #ffffff;
|
||||
font: 11px arial;
|
||||
.font-size-normal();
|
||||
pointer-events: none;
|
||||
white-space: nowrap;
|
||||
letter-spacing: 1px;
|
||||
|
|
Loading…
Reference in a new issue