pulsar/static/linux.less

14 lines
211 B
Plaintext
Raw Normal View History

2012-08-28 00:20:22 +04:00
::-webkit-scrollbar-corner {
background-color: transparent;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb {
border-radius: 2px;
2012-08-28 00:20:22 +04:00
background: rgba(150, 150, 150, .33);
}