mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
15 lines
235 B
Plaintext
15 lines
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;
|
|
}
|
|
|