Old Upload youtube 2016
Old Upload youtube 2016 by damian2x

Details
Authordamian2x
LicenseNo License
Categoryuserstyles
Created
Updated
Code size1.7 kB
Code checksum99d4e854
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 Upload youtube 2016
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
#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
}