This commit is contained in:
zmagod 2018-05-16 10:43:25 +02:00
parent 712a3c7ff6
commit 7e3dbcd92f

View file

@ -1728,13 +1728,13 @@ th.custom-field .modal-tooltiptext {
}
a.disabled {
opacity: 0.5;
opacity: .5;
pointer-events: none;
cursor: default;
}
a.disabled-with-click-events {
opacity: 0.5;
opacity: .5;
cursor: wait;
}