mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 17:34: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;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:read-only {
|
#send-command:read-only {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
icon="tabler-chevrons-right"
|
icon="tabler-chevrons-right"
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
|
id="send-command"
|
||||||
class="w-full focus:outline-none focus:ring-0 border-none dark:bg-gray-900"
|
class="w-full focus:outline-none focus:ring-0 border-none dark:bg-gray-900"
|
||||||
type="text"
|
type="text"
|
||||||
:readonly="{{ $this->canSendCommand() ? 'false' : 'true' }}"
|
:readonly="{{ $this->canSendCommand() ? 'false' : 'true' }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user