pulsar/packages/atom-light-ui/styles/atom.less
2018-09-24 16:22:47 -07:00

22 lines
395 B
Plaintext

atom-workspace {
background-color: @app-background-color;
}
.scrollbars-visible-always {
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
background: @scrollbar-background-color;
}
::-webkit-scrollbar-thumb {
background: @scrollbar-color;
border-radius: 5px;
box-shadow: 0 0 1px white inset;
}
}