kopia lustrzana https://github.com/c9/core
15 wiersze
235 B
Plaintext
15 wiersze
235 B
Plaintext
![]() |
|
||
|
.label{
|
||
|
font-size: @label-font-size;
|
||
|
font-family: @label-font-family;
|
||
|
overflow: hidden;
|
||
|
cursor: default;
|
||
|
color : @label-color;
|
||
|
padding : 2px;
|
||
|
white-space : nowrap;
|
||
|
}
|
||
|
|
||
|
.labelDisabled{
|
||
|
color: #999;
|
||
|
}
|
||
|
|