a simple style that restores the old text only youtube upload icon
Old YouTube Upload Icon by richardstyles
Details
Authorrichardstyles
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Old YouTube Upload Icon
@version 20211003.01.35
@namespace userstyles.world/user/richardstyles
@description a simple style that restores the old text only youtube upload icon
@author richardstyles
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4){
color:transparent!important;
height: 28px;
position:relative;
top:5px;
border: solid 1px transparent;
padding: 0 10px;
width:35px;
outline: 0;
line-height: 2.3;
border-radius: 2px;
border-color: #d3d3d3;
background: #f8f8f8;
cursor:pointer;
box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
}
html[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4) {
background:#171717;
border-color:#2c2c2c
}
#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {
border-color: #c6c6c6;
background: #f0f0f0;
}
html[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):hover {
background:#1f1f1f;
border-color:#393939
}
#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {
background: #e9e9e9;
box-shadow: inset 0 1px 0 #ddd;
}
html[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):active {
background:#262626;
box-shadow: inset 0 1px 0 #444
}
.ytd-masthead[is-icon-button]:nth-last-child(4) #button.ytd-topbar-menu-button-renderer {
padding:0;
width:55px;
margin-left:-5px
}
#buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):after {
content:"Upload";
position:relative!important;
right:45px!important;
font-size:11px;
color:rgb(51, 51, 51);
text-transform:none;
text-decoration: none;
font-weight: 500;
line-height:29px
}
html[dark] #buttons.ytd-masthead .ytd-masthead[is-icon-button]:nth-last-child(4):after {
color:#eee
}
}