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; list-style: none;
width: 150px; width: 150px;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #fff; border: 2px solid #0277BD;
border-radius: 5px; border-radius: 6px;
z-index: 1100; z-index: 1100;
background-color: #f9f9f9; background-color: #424242;
box-shadow:0 0 10px #252423 box-shadow:0 0 10px #252423
} }
#rcb_menu>li{ #rcb_menu>li{
@ -388,8 +388,8 @@ ins.adsbygoogle[data-ad-status="unfilled"]{
height: 30px height: 30px
} }
#rcb_menu>li:hover{ #rcb_menu>li:hover{
background-color: #252423; background-color: #f9f9f9;
color: #F7F6F2; color: #252423;
cursor: pointer cursor: pointer
} }
#rcb_menu>.hr_break{ #rcb_menu>.hr_break{

@ -24,7 +24,7 @@ document.body.addEventListener('click', function () {
rightMenu.addEventListener('click', function (e) { rightMenu.addEventListener('click', function (e) {
switch (e.target.id) { switch (e.target.id) {
case "rcb_t1": case "rcb_t1":
window.location.href="temp.html"; window.location.href="https://Tools.PJ568.eu.org/";
break; break;
case "rcb_t2": case "rcb_t2":
window.location.href="#"; window.location.href="#";

Loading…
Cancel
Save