caddy-website/src/resources/css/account/dashboard.css
2022-09-16 17:17:17 -06:00

13 lines
No EOL
183 B
CSS

input[name=path] {
font-size: 14px;
padding: 4px;
border-radius: 4px;
width: auto;
/* max-width: 450px; */
max-width: none;
}
a.disabled {
color: #aaa;
cursor: not-allowed;
}