summaryrefslogtreecommitdiffstats
path: root/web/dashboard.slate.css
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:21 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:21 +0000
commit61aedf201c2c4bf0e5aa4db32e74f4d860b88593 (patch)
treebcf4f9a0cd8bc2daf38b2ff9f29bfcc1e5ed8968 /web/dashboard.slate.css
parentNew upstream version 1.8.0+dfsg (diff)
downloadnetdata-61aedf201c2c4bf0e5aa4db32e74f4d860b88593.tar.xz
netdata-61aedf201c2c4bf0e5aa4db32e74f4d860b88593.zip
New upstream version 1.9.0+dfsgupstream/1.9.0+dfsg
Diffstat (limited to 'web/dashboard.slate.css')
-rw-r--r--web/dashboard.slate.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/web/dashboard.slate.css b/web/dashboard.slate.css
index 7445d532c..00e0d0dce 100644
--- a/web/dashboard.slate.css
+++ b/web/dashboard.slate.css
@@ -58,6 +58,8 @@ code {
display: inline-block;
overflow: hidden;
+ transform: translate3d(0,0,0);
+
/* required for child elements to have absolute position */
position: relative;
@@ -68,6 +70,8 @@ code {
display: inline-block;
overflow: hidden;
+ transform: translate3d(0,0,0);
+
/* required for child elements to have absolute position */
position: relative;
@@ -84,6 +88,8 @@ code {
display: inline-block;
overflow: hidden;
+ transform: translate3d(0,0,0);
+
/* required for child elements to have absolute position */
position: relative;
@@ -107,6 +113,8 @@ code {
display: inline-block;
overflow: hidden;
+ transform: translate3d(0,0,0);
+
/* fix minimum scrollbar issue in firefox */
min-height: 99px;
@@ -122,9 +130,9 @@ code {
bottom: 0px;
right: 0px;
height: 15px;
- width: 30px;
+ width: 20px;
background-color: #272b30;
- font-size: 12px;
+ font-size: 15px;
vertical-align: middle;
line-height: 15px;
cursor: ns-resize;
@@ -300,6 +308,7 @@ code {
white-space: nowrap;
display: inline-block;
cursor: pointer;
+ -webkit-print-color-adjust: exact;
}
.netdata-legend-value {