Skip to content
Extraits de code Groupes Projets
Valider 19166dd6 rédigé par RealET's avatar RealET :kissing_cat:
Parcourir les fichiers

Scrallbar : terminer par webkit, + bien garder les espaces entre les balises

parent bf8e0fcc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -242,6 +242,10 @@ body { background: transparent; }
}
// Barres d'acsenseur
* {
scrollbar-color: [(#GET{c_fildarianehome})] [(#GET{c_fildariane_bk})];
scrollbar-width: thin;
}
::-webkit-scrollbar {
width: .5rem;
height: .5rem;
......@@ -255,14 +259,12 @@ body { background: transparent; }
background-color: #GET{c_fildariane_bk};
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:window-inactive {
box-shadow: inset 0 0 0 6px #GET{c_fildarianehome};
box-shadow: inset 0 0 0 6px [(#GET{c_fildarianehome})];
}
::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #GET{c_fildarianehome};
}
* {scrollbar-color: #GET{c_fildarianehome} #GET{c_fildariane_bk}; scrollbar-width: thin; }
.triadeA {
background-color: #GET{c_triadea};
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter