diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-12-19 23:39:27 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-12-19 23:39:27 +0000 |
commit | 6abdfdead1326ccca98dc4cf415c216f1bf25400 (patch) | |
tree | 70b803bd499fd45e89627c1b45b90ddf20e8e959 /web/dashboard.css | |
parent | Release v. 1.8.0+dfsg-1 to Unstable (diff) | |
parent | New upstream version 1.9.0+dfsg (diff) | |
download | netdata-6abdfdead1326ccca98dc4cf415c216f1bf25400.tar.xz netdata-6abdfdead1326ccca98dc4cf415c216f1bf25400.zip |
Update upstream source from tag 'upstream/1.9.0+dfsg'
Update to upstream version '1.9.0+dfsg'
with Debian dir 28b8242a05f9ad26cd1cdbcf078be754fc7d6251
Diffstat (limited to 'web/dashboard.css')
-rw-r--r-- | web/dashboard.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/web/dashboard.css b/web/dashboard.css index 42ffa3ddb..79febaa4f 100644 --- a/web/dashboard.css +++ b/web/dashboard.css @@ -44,6 +44,8 @@ body { display: inline-block; overflow: hidden; + transform: translate3d(0,0,0); + /* required for child elements to have absolute position */ position: relative; @@ -54,6 +56,8 @@ body { display: inline-block; overflow: hidden; + transform: translate3d(0,0,0); + /* required for child elements to have absolute position */ position: relative; @@ -70,6 +74,8 @@ body { display: inline-block; overflow: hidden; + transform: translate3d(0,0,0); + /* required for child elements to have absolute position */ position: relative; @@ -93,6 +99,8 @@ body { display: inline-block; overflow: hidden; + transform: translate3d(0,0,0); + /* fix minimum scrollbar issue in firefox */ min-height: 99px; @@ -108,9 +116,9 @@ body { bottom: 0px; right: 0px; height: 15px; - width: 30px; + width: 20px; background-color: White; - font-size: 12px; + font-size: 15px; vertical-align: middle; line-height: 15px; cursor: ns-resize; @@ -286,6 +294,7 @@ body { white-space: nowrap; display: inline-block; cursor: pointer; + -webkit-print-color-adjust: exact; } .netdata-legend-value { |