Hello... can you help me in the use of these style commands:
::-webkit-scrollbar {
width: 31px;
height: 31px;
}
I changed the size of my scrollbar in the list in this way in a file styles.css... Now how do I change the border of the list?
I can't find a list of webkit codes... I expected to see something like
::-webkit-border {
10px
}
but wouldn't that be so? Where do I have a list that I can use an "everything" generator in webkit css ?