Add custom css background
This commit is contained in:
parent
036509c47f
commit
5f80859022
7 changed files with 148 additions and 80 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue