mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 11:47:12 -04:00
13 lines
No EOL
183 B
CSS
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;
|
|
} |