12 lines
254 B
CSS
12 lines
254 B
CSS
input.MountItemInput {
|
|
margin: 0;
|
|
padding: 3px;
|
|
border-radius: var(--border_radius);
|
|
background: rgba(160, 160, 160, 0.1);
|
|
border: none;
|
|
box-shadow: none;
|
|
outline: none;
|
|
color: var(--text_color);
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
} |