mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
b09b4523fd2694919e78abcc03fcbd69110bf197
parent
865c97668f860f8be14ecab68df455dc98235287
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-04-04 21:01
fixup opacity

Diffstat

M sass/form.scss 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/sass/form.scss b/sass/form.scss

@@ -67,7 +67,7 @@ button,
   67    67     }
   68    68     &:disabled {
   69    69         animation-delay: 0s;
   70    -1         opacity: 0.6;
   -1    70         opacity: 0.5;
   71    71         cursor: not-allowed;
   72    72     }
   73    73 }