Skip to content

Commit

Permalink
v1.5.3 Button disabled color
Browse files Browse the repository at this point in the history
  • Loading branch information
JXSnack committed Dec 30, 2022
1 parent f96af9a commit ab05b80
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
13 changes: 13 additions & 0 deletions chrome/bringBack.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions firefox/bringBack.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",

Expand Down

0 comments on commit ab05b80

Please sign in to comment.