From ab05b800e5dbdd3716cb79f8cd8f1918c081a1a8 Mon Sep 17 00:00:00 2001 From: JXSnack Date: Fri, 30 Dec 2022 18:49:39 +0100 Subject: [PATCH] v1.5.3 Button disabled color --- chrome/bringBack.css | 13 +++++++++++++ chrome/manifest.json | 2 +- firefox/bringBack.css | 13 +++++++++++++ firefox/manifest.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/chrome/bringBack.css b/chrome/bringBack.css index 5c03bca..76fe862 100644 --- a/chrome/bringBack.css +++ b/chrome/bringBack.css @@ -17,12 +17,25 @@ border-radius: 1px !important; } +/* Video description */ + #description { border-radius: 0 !important; background-color: transparent !important; } +/* button disabled */ +.yt-spec-button-shape-next--disabled { + background-color: rgb(161, 161, 161) !important; + + /*background-color: #295fa8 !important;*/ + /*background-color: #3684ec !important;*/ + + color: rgb(54, 54, 54) !important; +} +/* Thumbnail */ + .ytd-thumbnail { border-radius: 0 !important; } diff --git a/chrome/manifest.json b/chrome/manifest.json index 95797c3..36e6e24 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "[Chrome] Return Boxes", - "version": "1.5.2", + "version": "1.5.3", "description": "CHROME VERSION - Brings back all the boxes on youtube. Please check link.snackbag.net/rb-up for updates", "icons":{ "128":"images/icon.png", diff --git a/firefox/bringBack.css b/firefox/bringBack.css index 5c03bca..76fe862 100644 --- a/firefox/bringBack.css +++ b/firefox/bringBack.css @@ -17,12 +17,25 @@ border-radius: 1px !important; } +/* Video description */ + #description { border-radius: 0 !important; background-color: transparent !important; } +/* button disabled */ +.yt-spec-button-shape-next--disabled { + background-color: rgb(161, 161, 161) !important; + + /*background-color: #295fa8 !important;*/ + /*background-color: #3684ec !important;*/ + + color: rgb(54, 54, 54) !important; +} +/* Thumbnail */ + .ytd-thumbnail { border-radius: 0 !important; } diff --git a/firefox/manifest.json b/firefox/manifest.json index 78293d2..caf963d 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "[Fire.] ReturnBoxes", - "version": "1.5.2", + "version": "1.5.3", "description": "FIRE. VERSION - Brings back all the boxes on youtube. Please check link.snackbag.net/rb-up for updates.",