]> arthur.barton.de Git - netdata.git/blobdiff - web/dashboard.slate.css
Merge pull request #2021 from ktsaou/master
[netdata.git] / web / dashboard.slate.css
index b4e3fbe0a943c7f11e279481d4f12b963c40a334..36ea6dc6a2fe96b4df058e2c090c5218774d2b29 100644 (file)
@@ -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,