Brings Back The Green Buttons.
Roblox Green Buttons by joelmatho
Details
Authorjoelmatho
LicenseNo License
CategoryRoblox.com
Created
Updated
Size794 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Roblox Green Buttons
@version 1.2
@namespace https://userstyles.world/user/Joelmatho
@description Brings Back The Green Buttons.
@author Joelmatho
@license No License
==/UserStyle== */
@-moz-document domain("roblox.com") {
/* Main */
#sign-up button,.batch-buy-purchase-button,.btn-common-play-game-lg,.btn-growth-lg,.btn-growth-md,.btn-growth-sm,.btn-growth-xs,.btn-toggle.on,.cart-number-container,.notif-row-right-button,.MuiSlider-track {
background-color: #00b06f !important;
}
/* Fixes */
.notif-row-right-button.btn-primary-xs,.rbx-upgrade-now .btn-secondary-md {
background-color: #fff !important;
}
.rbx-refresh {
background: none !important;
}
.show-more {
color: #fff !important;
}
}