Minor styling

This commit is contained in:
goodtube4u
2025-11-09 16:19:37 +10:00
parent 7e4b70db98
commit 048de11512

View File

@@ -2149,6 +2149,7 @@
z-index: 999; z-index: 999;
transition: background .2s linear, opacity .2s linear, box-shadow .2s linear; transition: background .2s linear, opacity .2s linear, box-shadow .2s linear;
opacity: 1; opacity: 1;
cursor: pointer;
} }
.goodTube_menuButton img { .goodTube_menuButton img {
@@ -2236,6 +2237,7 @@
box-shadow: 0 0 4px rgba(0, 0, 0, .5); box-shadow: 0 0 4px rgba(0, 0, 0, .5);
opacity: 1; opacity: 1;
text-decoration: none; text-decoration: none;
cursor: pointer;
} }
@@ -2314,6 +2316,7 @@
text-align: center; text-align: center;
line-height: 40px; line-height: 40px;
transition: background .2s linear; transition: background .2s linear;
cursor: pointer;
} }
.goodTube_modal .goodTube_modal_inner .goodTube_modal_closeButton:hover { .goodTube_modal .goodTube_modal_inner .goodTube_modal_closeButton:hover {