tab active style white
This commit is contained in:
parent
22d585c4dd
commit
93310a04fe
3 changed files with 9 additions and 5 deletions
|
|
@ -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
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue