Danke.
Perfekt.
Danke.
Perfekt.
Hallo,
könnte mir nochmal jemand helfen beim CSS ?
momentan sieht es so aus bei mir
normal
mit hover
der Balken auf der linken Seite fehlt und die Schrift wird nicht geändert in der Farbe ?
geändert habe ich aber nix am CSS.
yt-multi-page-menu-section-renderer.style-scope:nth-child(1) > div:nth-child(2) > ytd-compact-link-renderer:nth-child(5) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > div:nth-child(1) > yt-icon:nth-child(2) > svg:nth-child(1) {
fill: #a4000f !important;
padding-right: 5px !important;
transform: scale(1.3, 1.3) !important;
}
yt-multi-page-menu-section-renderer.style-scope:nth-child(1) > div:nth-child(2) > ytd-compact-link-renderer:nth-child(5) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-formatted-string:nth-child(2) {
font-weight: 700 !important;
color: #a4000f !important;
margin-left: -4px !important;
}
yt-multi-page-menu-section-renderer.style-scope:nth-child(1) > div:nth-child(2) > ytd-compact-link-renderer:nth-child(5) >
a:nth-child(1) > tp-yt-paper-item:nth-child(1):hover {
background: rgb(164, 0, 15, 0.1) !important;
border-left: 4px solid #a4000f !important;
margin-left: -4px !important;
}
yt-multi-page-menu-section-renderer.style-scope:nth-child(1) > div:nth-child(2) > ytd-compact-link-renderer:nth-child(5) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > div:nth-child(1) > yt-icon:nth-child(2) > svg:nth-child(1) {
border-left: 4px solid transparent !important;
}
Alles anzeigen
der Balken auf der linken Seite fehlt
Das hat YT geändert.
Ansonsten:
yt-multi-page-menu-section-renderer.style-scope:nth-child(1) > div:nth-child(2) > ytd-compact-link-renderer:nth-child(5) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > div:nth-child(1) > yt-icon:nth-child(2) > svg:nth-child(1) {
fill: #a4000f !important;
padding-right: 5px !important;
transform: scale(1.3, 1.3) !important;
}
yt-multi-page-menu-section-renderer.style-scope:nth-child(1) > div:nth-child(2) > ytd-compact-link-renderer:nth-child(5) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > div:nth-child(2) > yt-formatted-string:nth-child(1) {
font-weight: bold !important;
color: #a4000f !important;
}
yt-multi-page-menu-section-renderer.style-scope:nth-child(1) > div:nth-child(2) > ytd-compact-link-renderer:nth-child(5) > a:nth-child(1) > tp-yt-paper-item:nth-child(1):hover {
background: rgb(164, 0, 15, 0.1) !important;
}
Alles anzeigen
ach mist, na Danke auch.
So habe ich es ja jetzt.
die Schrift wird nicht geändert in der Farbe
Das sollte mit meinem neuen Code aber wieder funktionieren.
ach ich Dep, ich hatte vergessen zu speichern das ganze
Jetzt passt es mit der Schriftfarbe. auch wenn der Balken weg ist.
Jedenfalls Danke.
passt schon.