mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-10 09:24:21 +01:00
Merge pull request #2 from sekel/native_scroll_bug_fix
Native scroll bug fix (osx)
This commit is contained in:
commit
1ea71ea71f
@ -7,3 +7,20 @@
|
|||||||
.workspace {
|
.workspace {
|
||||||
background-color: @app-background-color;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -65,6 +65,9 @@
|
|||||||
@tree-view-background-color: @tool-panel-background-color;
|
@tree-view-background-color: @tool-panel-background-color;
|
||||||
@tree-view-border-color: @tool-panel-border-color;
|
@tree-view-border-color: @tool-panel-border-color;
|
||||||
|
|
||||||
|
@scroll-background: @background-color-highlight;
|
||||||
|
@scroll-thumb: @overlay-border-color;
|
||||||
|
|
||||||
@ui-site-color-1: @background-color-success; // green
|
@ui-site-color-1: @background-color-success; // green
|
||||||
@ui-site-color-2: @background-color-info; // blue
|
@ui-site-color-2: @background-color-info; // blue
|
||||||
@ui-site-color-3: @background-color-warning; // orange
|
@ui-site-color-3: @background-color-warning; // orange
|
||||||
|
Loading…
Reference in New Issue
Block a user