From 54fa7db94a8fc63d2d4bcbea0b6f57de60a75f6d Mon Sep 17 00:00:00 2001 From: poiuty Date: Mon, 19 Jun 2023 21:45:50 +0300 Subject: [PATCH] update --- css/statbate.css | 26 +++++++++++++++++++++++++- index.html | 4 ++-- js/statbate.js | 5 +---- 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/css/statbate.css b/css/statbate.css index 25f3393..6b32bcb 100644 --- a/css/statbate.css +++ b/css/statbate.css @@ -7,7 +7,6 @@ a, a:hover, a:active { color: #333; - word-break: break-word; } .statbate { @@ -438,6 +437,31 @@ a { border-top: 0 !important; } +.mg-main-line.mg-line1 { + stroke: green; +} + +.mg-main-line.mg-line2 { + stroke: #25639a; +} + +.mg-main-line.mg-line3 { + stroke: brown; +} + +a:hover { + text-decoration: underline; +} + +.header_track:hover, +.page-link:hover { + text-decoration: none; +} + +input[type="search"]::-webkit-search-cancel-button { + -webkit-appearance: searchfield-cancel-button; +} + @media (max-width: 805px) { .promo-block, .dataTables_paginate, diff --git a/index.html b/index.html index 88e6722..cfbdb40 100644 --- a/index.html +++ b/index.html @@ -189,8 +189,8 @@ 52976 - 100 - ehotlovea + 100 + ehotlovea online 1909 1601 diff --git a/js/statbate.js b/js/statbate.js index 30db7c0..d0fa445 100644 --- a/js/statbate.js +++ b/js/statbate.js @@ -65,9 +65,6 @@ $(document).on("click", "[data-modal-info]", function (e) { if (data.chart.length != 0) { xx11 = JSON.parse(data.chart); - //if(xx11.length > 28){ - // xx11.pop(); - //} var xx22 = MG.convert.date(xx11, 'date'); MG.data_graphic({ data: xx22, @@ -81,7 +78,6 @@ $(document).on("click", "[data-modal-info]", function (e) { target: document.getElementById('modelChart'), x_accessor: 'date', y_accessor: 'value', - //color: ['#25639a'], x_axis: false, }); } @@ -236,4 +232,5 @@ console.log('Statbate is open source project (https://github.com/statbate)'); $(document).ready(function () { createTables(); + $('[data-toggle="tooltip"]').tooltip(); });