Skip to content
Snippets Groups Projects
Commit eac8cfd3 authored by descamps's avatar descamps
Browse files

KDE - 09/06/2021 - Changement couleur ScrollBar

parent a64d2cb7
No related branches found
No related tags found
6 merge requests!58compare branch,!54Comparaison de merge vers vitam-ui,!53Comparaison de merge vers vitam-ui,!52Voir difference entre les deux verion,!41MAJ: compare to vitam-ui,!29BreadCrumb
...@@ -167,23 +167,27 @@ ...@@ -167,23 +167,27 @@
/* width */ /* width */
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 12px; width: 12px;
} }
/* Track */ /* Track */
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: #E6E6E6; background: var(--vitamui-primary-50);
} }
/* Handle */ /* Handle */
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: #F7F8FB; // background: var(--vitamui-primary-50);
// background: #F7F8FB;
border-radius: 100px; border-radius: 100px;
background: #C1C1C1
background : var(--vitamui-primary);
// background: #C1C1C1
} }
/* Handle on hover */ /* Handle on hover */
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
background: #747272; ; background: var(--vitamui-primary-700) ;
} }
/*For non webkit browsers, such as Firefox/* /*For non webkit browsers, such as Firefox/*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment