From 6fe9276ba70e1da83bdb2da6fcc534c2d7e8a6b0 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 17 Aug 2015 18:13:27 +0200 Subject: [PATCH] Allow also disable of tags. --- app/assets/stylesheets/zammad.css.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 018af53e5..cc1120782 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -52,6 +52,13 @@ p { a { outline: none !important; @extend .u-highlight; + + &.is-disabled, + &[disabled] { + pointer-events: none; + cursor: not-allowed; + opacity: .33; + } } a.create {