mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Change main scrollbar colors. (Only for Firefox)
Example: https://imgur.com/a/pjJ0wuL
This commit is contained in:
parent
4c3c0eb16b
commit
cc0c036f79
@ -62,4 +62,17 @@
|
||||
}
|
||||
.term-nav-item {
|
||||
padding: 1%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fix body scrollbar color */
|
||||
body { background-color: var(--dark) !important; /* Firefox */ }
|
||||
|
||||
/* Webkit */
|
||||
/* Didn't really work out
|
||||
::-webkit-scrollbar { background-color: #202538; }
|
||||
::-webkit-scrollbar-button { background-color: #1D212F; }
|
||||
::-webkit-scrollbar-thumb { background-color: #777A86; }
|
||||
::-webkit-scrollbar-thumb:hover { background-color: #646773; }
|
||||
|
||||
::-webkit-scrollbar-track { background-color: #202538; }
|
||||
::-webkit-scrollbar-corner { background-color: #202538; }*/
|
Loading…
Reference in New Issue
Block a user