From dcf7c0974bf84fd7af23e0c09947c806dd85ce5e Mon Sep 17 00:00:00 2001 From: moisseev Date: Wed, 1 Jul 2020 18:48:43 +0300 Subject: [PATCH] [Minor] Update classes removed in Bootstrap 4 --- interface/css/rspamd.css | 7 ------- interface/js/app/config.js | 4 ++-- interface/js/app/stats.js | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 1041fbbd5..8d36f0242 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -499,13 +499,6 @@ td.maps-cell { background: rgba(100, 230, 80, 0.1) !important; } -input.radio { - margin: 0 !important; - height: initial; - -webkit-box-shadow: none !important; - box-shadow: none !important; -} - .glyphicon-ok { color: #468847; } diff --git a/interface/js/app/config.js b/interface/js/app/config.js index c10e496a1..043527a99 100644 --- a/interface/js/app/config.js +++ b/interface/js/app/config.js @@ -65,7 +65,7 @@ define(["jquery"], items.push({ idx: idx, html: "
" + - "" + + "" + "
" + "" + "
" + @@ -180,7 +180,7 @@ define(["jquery"], } $("#" + item.map).remove(); - $("
" + "" + diff --git a/interface/js/app/stats.js b/interface/js/app/stats.js index 0b20bdd23..c6c320025 100644 --- a/interface/js/app/stats.js +++ b/interface/js/app/stats.js @@ -119,7 +119,7 @@ define(["jquery", "d3pie"], } $("#clusterTable tbody").append("" + - "" + + "" + "" + key + "" + "" + val.host + "" + "" + -- 2.39.5