J'ai un beug quand je met ceci dans mon extra.css :
-webkit-scrollbar-thumb:active{
background-color: cyan;
border: 1px solid #333333;
}
::-webkit-scrollbar-track {
background-color : @xbColor1;
-webkit-box-shadow: transparent;
-webkit-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
::-webkit-scrollbar {
width: 14px;
}
::-webkit-scrollbar-thumb {
background-color: cyan;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background-color: @uix_primaryColor;
border: 1px solid #333333;
}
je vois pas le scrollbar
-webkit-scrollbar-thumb:active{
background-color: cyan;
border: 1px solid #333333;
}
::-webkit-scrollbar-track {
background-color : @xbColor1;
-webkit-box-shadow: transparent;
-webkit-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
::-webkit-scrollbar {
width: 14px;
}
::-webkit-scrollbar-thumb {
background-color: cyan;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background-color: @uix_primaryColor;
border: 1px solid #333333;
}
You must be registered for see images attach
je vois pas le scrollbar