diff --git a/app.css b/app.css index 54edc70..12723bc 100644 --- a/app.css +++ b/app.css @@ -34,7 +34,7 @@ input[type='button']:active{ cursor: pointer; border-radius: 50px; } -.number{ +.decimal,.number{ padding: 5px; height: 40px; color: black; @@ -44,16 +44,7 @@ input[type='button']:active{ border-radius: 50px; background-color: #98FB98; } -.decimal{ - background-color: #0FFF50; - padding: 5px; - color: black; - border: solid black 2px; - width: 100%; - height: 40px; - cursor: pointer; - border-radius: 50px; -} + .clear{ background-color: #228B22; padding: 5px; @@ -91,3 +82,9 @@ input[type='button']:active{ table{ width: 100%; } +.clear{ + background: rgb(235, 19, 19); +} +.clear:hover{ + background: rgb(232, 46, 46) !important; +} \ No newline at end of file