mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-15 15:03:01 +01:00
15 lines
251 B
CSS
15 lines
251 B
CSS
|
input.LSformElement_valueWithUnit {
|
||
|
width: 3em !important;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
select.LSformElement_valueWithUnit {
|
||
|
width: 6em;
|
||
|
}
|
||
|
|
||
|
span.LSformElement_valueWithUnit_unknown {
|
||
|
color: #f59a67;
|
||
|
}
|
||
|
|
||
|
|