1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00
solarized-dark-ui/styles/atom.less

27 lines
429 B
Plaintext
Raw Normal View History

2013-09-12 01:29:14 +02:00
@import "ui-variables";
2013-11-06 19:17:17 +01:00
* {
box-sizing: border-box;
}
2015-02-05 21:31:07 +01:00
atom-workspace {
2013-09-12 01:29:14 +02:00
background-color: @app-background-color;
}
.scrollbars-visible-always {
/deep/ ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
/deep/ ::-webkit-scrollbar-track,
/deep/ ::-webkit-scrollbar-corner {
background: @scroll-background;
}
/deep/ ::-webkit-scrollbar-thumb {
background: @scroll-thumb;
box-shadow: 0 0 1px black inset;
}
}