mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 14:04:45 +02:00
Remove cursor not allowed rule (#1147)
* remove cursor not allowed rule * re-add css rule Added the previously removed rule back and specified selector. * Apply suggestions from code review --------- Co-authored-by: Lance Pioch <lancepioch@gmail.com>
This commit is contained in:
parent
23f39acd4e
commit
b4eab02254
@ -14,7 +14,7 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
input:read-only {
|
||||
#send-command:read-only {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
icon="tabler-chevrons-right"
|
||||
/>
|
||||
<input
|
||||
id="send-command"
|
||||
class="w-full focus:outline-none focus:ring-0 border-none dark:bg-gray-900"
|
||||
type="text"
|
||||
:readonly="{{ $this->canSendCommand() ? 'false' : 'true' }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user