From 5cdb7b1b30db484ffdff2698928d376d7c809883 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Mar 2020 14:31:41 +0100 Subject: Autocomplete widget: fix modify action to autocomplete field --- scss/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index 9e7fba25a..145cba658 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -320,6 +320,11 @@ div.dt-buttons{ cursor: not-allowed; } +a.disabled { + color: gray; + pointer-events: none; +} + .small-button{ padding: 0.1em 0.2em; } -- cgit v1.2.3