Browse Source

fix: subscribe button style

Sv443 9 months ago
parent
commit
a7c0630fe5
2 changed files with 8 additions and 0 deletions
  1. 4 0
      dist/BetterYTM.css
  2. 4 0
      src/features/input.css

+ 4 - 0
dist/BetterYTM.css

@@ -1836,6 +1836,10 @@ ytmusic-app-layout[player-ui-state=FULLSCREEN] .bytm-vote-label {
   background-color: rgba(255, 255, 255, 0.1);
 }
 
+body.bytm-dom-ytm ytmusic-subscribe-button-renderer #button-shape-subscribe:hover > button {
+  background-color: rgba(255, 255, 255, 0.1) !important;
+}
+
 .bytm-generic-btn.long.bytm-auto-like-toggle-btn:active {
   background-color: rgba(255, 255, 255, 0.2);
 }

+ 4 - 0
src/features/input.css

@@ -98,6 +98,10 @@
   background-color: rgba(255, 255, 255, 0.1);
 }
 
+body.bytm-dom-ytm ytmusic-subscribe-button-renderer #button-shape-subscribe:hover > button {
+  background-color: rgba(255, 255, 255, 0.1) !important;
+}
+
 .bytm-generic-btn.long.bytm-auto-like-toggle-btn:active {
   background-color: rgba(255, 255, 255, 0.2);
 }