summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-03-19 14:31:41 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-03-19 14:31:41 +0100
commit5cdb7b1b30db484ffdff2698928d376d7c809883 (patch)
treeb2f693dcf3478a86adefdd98d80ac53501b44e44 /scss/custom.scss
parent122eed1dbebe0231fc48ed2e47bfd507240e28dd (diff)
downloadIshtar-5cdb7b1b30db484ffdff2698928d376d7c809883.tar.bz2
Ishtar-5cdb7b1b30db484ffdff2698928d376d7c809883.zip
Autocomplete widget: fix modify action to autocomplete field
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss5
1 files changed, 5 insertions, 0 deletions
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;
}