styling buttons
This commit is contained in:
parent
dc6d72030c
commit
04878da2b9
3 changed files with 3 additions and 3 deletions
|
|
@ -484,7 +484,7 @@ input[type="file"] {
|
|||
background-color: rgba(0, 0, 0, 0);
|
||||
color: rgb(0, 180, 156);
|
||||
border: 2px solid rgba(0, 0, 0, 0);
|
||||
border-radius: 5px;
|
||||
border-radius: 1rem 0 1rem 0;
|
||||
}
|
||||
|
||||
.tab-switch:hover {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -376,7 +376,7 @@ input[type="file"] {
|
|||
background-color: rgba(0, 0, 0, 0);
|
||||
color: rgb(0, 180, 156);
|
||||
border: 2px solid rgba(0, 0, 0, 0);
|
||||
border-radius: 5px;
|
||||
border-radius: 1rem 0 1rem 0;
|
||||
}
|
||||
|
||||
.tab-switch:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue