summaryrefslogtreecommitdiffstats
path: root/web/dashboard.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-23 20:57:46 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-23 20:57:46 +0200
commit58ce35f1f5484076516bc573cfa3c02b64417d7b (patch)
treed29f1bc020f71ac1addbc071016cbd5398a69ddd /web/dashboard.css
parent14f580429703aae4d2433dbf0717f71c1fe1026a (diff)
do not attempt to use KSM if it is not available
Diffstat (limited to 'web/dashboard.css')
-rwxr-xr-xweb/dashboard.css32
1 files changed, 1 insertions, 31 deletions
diff --git a/web/dashboard.css b/web/dashboard.css
index 0ae6134f28..ecb3b9aa30 100755
--- a/web/dashboard.css
+++ b/web/dashboard.css
@@ -272,39 +272,9 @@ html {
}
-/* make dygraph legend disappear on hover */
-.dygraph-legend {
- opacity: 0.9;
- -webkit-transition:opacity 0.2s ease;
- -moz-transition:opacity 0.2s ease;
- -o-transition:opacity 0.2s ease;
- padding: 4px;
+.dygraph-ylabel {
}
-.dygraph-legend:hover {
- /* Red(0-255), Blue(0-255), Green(0-255), Alpha (0-1) */
- background-color:rgba(100,100,100,0);
- opacity:0;
-}
-
-/* TEST
-.dygraph-legend {
- position: absolute;
- background: rgb(0, 0, 0) transparent !important;
- background-color: rgba(0,0,0,0.6) !important;
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000) !important;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)" !important;
- color: white !important;
- font: 10px arial, san serif !important;
- text-align: left !important;
- white-space: nowrap !important;
- padding: 5px !important;
- border: 1px solid white !important;
- box-sizing: content-box !important;
- z-index: 10000 !important;
-}
-*/
-
.dygraph-title {
text-indent: 56px;
text-align: left;