mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
add waiting on disabled button
This commit is contained in:
committed by
Thomas Ruoff
parent
59ab8b64fa
commit
aafe849e6e
@@ -71,6 +71,10 @@
|
||||
@apply text-gray-800;
|
||||
}
|
||||
|
||||
.ibtn:disabled {
|
||||
@apply opacity-50 cursor-wait;
|
||||
}
|
||||
|
||||
.btn {
|
||||
@apply font-bold py-2 px-4 rounded mx-2;
|
||||
}
|
||||
@@ -103,6 +107,10 @@
|
||||
@apply bg-gray-700;
|
||||
}
|
||||
|
||||
.btn:disabled {
|
||||
@apply opacity-50 cursor-wait;
|
||||
}
|
||||
|
||||
.link {
|
||||
@apply font-medium text-blue-500 underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user