styling buttons

This commit is contained in:
ReznoRMichael 2021-08-02 20:23:13 +02:00
parent dc6d72030c
commit 04878da2b9
3 changed files with 3 additions and 3 deletions

View file

@ -484,7 +484,7 @@ input[type="file"] {
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
color: rgb(0, 180, 156); color: rgb(0, 180, 156);
border: 2px solid rgba(0, 0, 0, 0); border: 2px solid rgba(0, 0, 0, 0);
border-radius: 5px; border-radius: 1rem 0 1rem 0;
} }
.tab-switch:hover { .tab-switch:hover {

File diff suppressed because one or more lines are too long

View file

@ -376,7 +376,7 @@ input[type="file"] {
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
color: rgb(0, 180, 156); color: rgb(0, 180, 156);
border: 2px solid rgba(0, 0, 0, 0); border: 2px solid rgba(0, 0, 0, 0);
border-radius: 5px; border-radius: 1rem 0 1rem 0;
} }
.tab-switch:hover { .tab-switch:hover {