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;
|
|
|
|
}
|
2015-01-09 13:30:05 +01:00
|
|
|
|
|
|
|
.scrollbars-visible-always {
|
2017-01-14 02:47:03 +01:00
|
|
|
::-webkit-scrollbar {
|
2015-01-09 13:30:05 +01:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
|
2017-01-14 02:47:03 +01:00
|
|
|
::-webkit-scrollbar-track,
|
|
|
|
::-webkit-scrollbar-corner {
|
2015-01-09 13:30:05 +01:00
|
|
|
background: @scroll-background;
|
|
|
|
}
|
|
|
|
|
2017-01-14 02:47:03 +01:00
|
|
|
::-webkit-scrollbar-thumb {
|
2015-01-09 13:30:05 +01:00
|
|
|
background: @scroll-thumb;
|
|
|
|
box-shadow: 0 0 1px black inset;
|
|
|
|
}
|
|
|
|
}
|