Skip to content

Old Roblox green buttons by gustavo1234

Screenshot of Old Roblox green buttons

Details

Authorgustavo1234

LicenseNo License

Categoryroblox.com

Created

Updated

Size666 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the color of the new blue buttons back to green

Notes

v1.1(2025/02/11): now works with the navbar signup button

Source code

/* ==UserStyle==
@name           Old Roblox green buttons
@namespace      roblox.com
@version        1.1
@description    Changes the color of the new blue buttons back to green
@author         gustavo1234
==/UserStyle== */

@-moz-document domain("roblox.com") {
.btn-common-play-game-lg, .btn-growth-md, .btn-growth-lg, .shopping-cart-btn-container .shopping-cart-btn .shopping-cart-icon-container .cart-number-container, .signup-button {
    background-color: #08b46c !important;
    color: #fff !important;
}

.dark-theme .icon-radio-check-circle-filled, .light-theme .icon-radio-check-circle-filled {
    border: 6px solid #08b46c !important;
}
}

Reviews

No reviews yet.