diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 84a713553..273282192 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -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; }