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