
From: Samuel Guimarães <sguimaraes943@gmail.com> Signed-off-by: Samuel Guimarães <sguimaraes943@gmail.com> --- ui/css/src/wok.scss | 16 ++++++++++++++++ ui/css/wok.css | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/ui/css/src/wok.scss b/ui/css/src/wok.scss index 1765f4f..454c3d8 100755 --- a/ui/css/src/wok.scss +++ b/ui/css/src/wok.scss @@ -34,6 +34,22 @@ body { margin-bottom: 60px; } +html.in-progress, +html.in-progress * { + cursor:progress; +} + +html.in-progress a, +html.in-progress button { + cursor: pointer; +} + +html.in-progress [disabled], + html.in-progress button[disabled], + html.in-progress .disabled { + cursor: not-allowed; +} + .footer { position: absolute; bottom: 0; diff --git a/ui/css/wok.css b/ui/css/wok.css index 79d1bed..5d8905f 100644 --- a/ui/css/wok.css +++ b/ui/css/wok.css @@ -39,6 +39,22 @@ body { margin-bottom: 60px; } +html.in-progress, +html.in-progress * { + cursor: progress; +} + +html.in-progress a, +html.in-progress button { + cursor: pointer; +} + +html.in-progress [disabled], +html.in-progress button[disabled], +html.in-progress .disabled { + cursor: not-allowed; +} + .footer { position: absolute; bottom: 0; -- 1.9.3