diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 5 |
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; } |