a modified upload icon from 2015 youtube
Old YouTube Upload Icon but modified by siashys
Details
Authorsiashys
LicenseNo License
Categoryyoutube.com
Created
Updated
Size1.9 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:fixed;
right: 120px;
top:10px;
border: solid 1px transparent;
padding: 0 10px;
width:30px;
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:"Yükle";
position:relative!important;
right:45px!important;
font-size:12px;
color:rgb(94, 94, 94);
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
}
}