diff --git a/relog-web/src/Button.js b/relog-web/src/Button.js index 2ca148b..c91c023 100644 --- a/relog-web/src/Button.js +++ b/relog-web/src/Button.js @@ -12,7 +12,11 @@ const Button = (props) => { } return ( - diff --git a/relog-web/src/Button.module.css b/relog-web/src/Button.module.css index e1f0b3c..b43c145 100644 --- a/relog-web/src/Button.module.css +++ b/relog-web/src/Button.module.css @@ -60,3 +60,8 @@ opacity: 100%; transition: opacity 0.5s; } + +.Button:disabled { + color: rgba(0, 0, 0, 0.25); + cursor: default; +} diff --git a/relog-web/src/FileInputRow.js b/relog-web/src/FileInputRow.js index 11d7abe..7672250 100644 --- a/relog-web/src/FileInputRow.js +++ b/relog-web/src/FileInputRow.js @@ -31,8 +31,18 @@ const FileInputRow = (props) => {