Add custom css background

This commit is contained in:
cuom1999 2023-09-01 19:42:58 -05:00
parent 036509c47f
commit 5f80859022
7 changed files with 148 additions and 80 deletions

View file

@ -2510,6 +2510,12 @@ input[type="text"]:focus, input[type="password"]:focus {
.tabs > ul {
list-style-image: none;
}
.tabs > ul::-webkit-scrollbar {
background-color: transparent;
}
.tabs > ul::-webkit-scrollbar-thumb {
background-color: transparent;
}
.tabs > ul > li > a,
.tabs > ul > li > span {
color: rgb(148, 143, 134);