X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=web%2Fdashboard.slate.css;h=36ea6dc6a2fe96b4df058e2c090c5218774d2b29;hb=b060bae83cc36fdc4f14120228e4c9b0d1ec42e8;hp=b4e3fbe0a943c7f11e279481d4f12b963c40a334;hpb=9aeb62dda35cd465acf36388c6d74129fd1abc3a;p=netdata.git diff --git a/web/dashboard.slate.css b/web/dashboard.slate.css index b4e3fbe0..36ea6dc6 100644 --- a/web/dashboard.slate.css +++ b/web/dashboard.slate.css @@ -555,7 +555,7 @@ code { .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x { background-color: #aaa; /* scrollbar color when dragged away */ - height: 4px; + height: 5px; } .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail { @@ -565,7 +565,7 @@ code { .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y { background-color: #aaa; /* scrollbar color when dragged away */ - width: 4px; + width: 5px; } .ps-container > .ps-scrollbar-x-rail { @@ -579,7 +579,7 @@ code { transition: background-color .2s linear, opacity .2s linear; bottom: 0px; /* there must be 'bottom' for ps-scrollbar-x-rail */ - height: 8px; + height: 15px; } .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x { @@ -597,11 +597,11 @@ code { transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out; bottom: 2px; /* there must be 'bottom' for ps-scrollbar-x */ - height: 4px; /* the width of the scrollbar */ + height: 5px; /* the width of the scrollbar */ } .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x { - height: 4px; + height: 5px; } .ps-container > .ps-scrollbar-y-rail { @@ -615,7 +615,7 @@ code { transition: background-color .2s linear, opacity .2s linear; right: 0; /* there must be 'right' for ps-scrollbar-y-rail */ - width: 8px; + width: 15px; } .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y { @@ -633,11 +633,11 @@ code { transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out; right: 2px; /* there must be 'right' for ps-scrollbar-y */ - width: 4px; /* the width of the scrollbar */ + width: 5px; /* the width of the scrollbar */ } .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y { - width: 4px; + width: 5px; } .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail { @@ -647,7 +647,7 @@ code { .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x { background-color: #bbb; /* scrollbar color when dragged */ - height: 4px; + height: 5px; } .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail { @@ -657,7 +657,7 @@ code { .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y { background-color: #bbb; /* scrollbar color when dragged */ - width: 4px; + width: 5px; } .ps-container:hover > .ps-scrollbar-x-rail,