Change ContextMenu Style

main
PJ568 2 years ago
parent 26a6c1c6d3
commit d360963089

@ -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{

@ -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="#";

Loading…
Cancel
Save