Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
e12cc173
Commit
e12cc173
authored
Mar 04, 2021
by
yPhil
Browse files
Sys-(un)themed sideMenu scrollbar
parent
b2cf0f86
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/css/petrolette.css
View file @
e12cc173
...
...
@@ -596,11 +596,11 @@ nav#sideMenu {
z-index
:
11
;
overflow
:
auto
;
scrollbar-width
:
thin
;
scrollbar-color
:
var
(
--color-
fg4
)
var
(
--color-
bg1
);
scrollbar-color
:
var
(
--color-
ui-oct
)
var
(
--color-
ui-qua
);
}
nav
#sideMenu
:hover
{
scrollbar-color
:
var
(
--color-
fg5
)
var
(
--color-
bg1
);
scrollbar-color
:
var
(
--color-
ui-sec
)
var
(
--color-
ui-qua
);
}
nav
#sideMenu
.expanded
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment