diff --git a/public/css/lehre/anrechnung.css b/public/css/lehre/anrechnung.css index dfae318f4..925c1a357 100644 --- a/public/css/lehre/anrechnung.css +++ b/public/css/lehre/anrechnung.css @@ -55,3 +55,9 @@ } +/* html attribute disabled and title don't work together, sets the pointer-event to auto in order to see the title toolip */ +.btn:disabled { + pointer-events: auto !important; + cursor: default; +} +