tab active style white

This commit is contained in:
ReznoRMichael 2021-08-02 11:19:39 +02:00
parent 22d585c4dd
commit 93310a04fe
3 changed files with 9 additions and 5 deletions

View file

@ -487,14 +487,16 @@ input[type="file"] {
border-radius: 5px; border-radius: 5px;
} }
.tab-switch:hover, .tab-switch:hover {
.tab-active {
background-color: rgb(0, 180, 156); background-color: rgb(0, 180, 156);
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
border: 2px solid rgba(0, 0, 0, 0); border: 2px solid rgba(0, 0, 0, 0);
} }
.tab-active { .tab-active {
background-color: rgb(235, 235, 235);
color: rgb(0, 39, 34);
border: 2px solid rgba(0, 0, 0, 0);
box-shadow: 0 0 1rem rgb(0, 180, 156); box-shadow: 0 0 1rem rgb(0, 180, 156);
} }

File diff suppressed because one or more lines are too long

View file

@ -379,14 +379,16 @@ input[type="file"] {
border-radius: 5px; border-radius: 5px;
} }
.tab-switch:hover, .tab-switch:hover {
.tab-active {
background-color: rgb(0, 180, 156); background-color: rgb(0, 180, 156);
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
border: 2px solid rgba(0, 0, 0, 0); border: 2px solid rgba(0, 0, 0, 0);
} }
.tab-active { .tab-active {
background-color: rgb(235, 235, 235);
color: rgb(0, 39, 34);
border: 2px solid rgba(0, 0, 0, 0);
box-shadow: 0 0 1rem rgb(0, 180, 156); box-shadow: 0 0 1rem rgb(0, 180, 156);
} }