diff --git a/css/tool_type.css b/css/tool_type.css index 2e9a42db..56a00ec5 100644 --- a/css/tool_type.css +++ b/css/tool_type.css @@ -376,10 +376,10 @@ ins.adsbygoogle[data-ad-status="unfilled"]{ list-style: none; width: 150px; box-sizing: border-box; - border: 1px solid #fff; - border-radius: 5px; + border: 2px solid #0277BD; + border-radius: 6px; z-index: 1100; - background-color: #f9f9f9; + background-color: #424242; box-shadow:0 0 10px #252423 } #rcb_menu>li{ @@ -388,8 +388,8 @@ ins.adsbygoogle[data-ad-status="unfilled"]{ height: 30px } #rcb_menu>li:hover{ - background-color: #252423; - color: #F7F6F2; + background-color: #f9f9f9; + color: #252423; cursor: pointer } #rcb_menu>.hr_break{ diff --git a/js/contextmenu.js b/js/contextmenu.js index b3371bcb..0dfedf05 100644 --- a/js/contextmenu.js +++ b/js/contextmenu.js @@ -24,7 +24,7 @@ document.body.addEventListener('click', function () { rightMenu.addEventListener('click', function (e) { switch (e.target.id) { case "rcb_t1": - window.location.href="temp.html"; + window.location.href="https://Tools.PJ568.eu.org/"; break; case "rcb_t2": window.location.href="#";