mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Support setting notes on allocations; closes #561
This commit is contained in:
@@ -36,7 +36,8 @@ const checkboxStyle = css<Props>`
|
||||
|
||||
const inputStyle = css<Props>`
|
||||
// Reset to normal styling.
|
||||
${tw`appearance-none w-full min-w-0`};
|
||||
resize: none;
|
||||
${tw`appearance-none outline-none w-full min-w-0`};
|
||||
${tw`p-3 border rounded text-sm transition-all duration-150`};
|
||||
${tw`bg-neutral-600 border-neutral-500 hover:border-neutral-400 text-neutral-200 shadow-none`};
|
||||
|
||||
@@ -49,8 +50,8 @@ const inputStyle = css<Props>`
|
||||
${tw`shadow-none`};
|
||||
}
|
||||
|
||||
&:focus {
|
||||
${tw`shadow-md border-neutral-400`};
|
||||
&:not(:disabled):not(:read-only):focus {
|
||||
${tw`shadow-md border-primary-400`};
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
|
||||
Reference in New Issue
Block a user