Change background color of eBay "Make Offer" button to dark magenta in order to make the button more prominent.
Colored eBay "Make Offer" button by maxkolenko
Details
Authormaxkolenko
LicenseNo License
Categorywww.ebay.com
Created
Updated
Size1.7 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 Colored eBay "Make Offer" button
@version 20240726.17.34
@namespace https://userstyles.world/user/maxkolenko
@description Change background color of eBay "Make Offer" button to dark magenta in order to make the button more prominent.
@author maxkolenko
@license No License
==/UserStyle== */
@-moz-document domain("www.ebay.com") {
html.font-marketsans body.vi-body.en-US.gh-1199.gh-flex div.vi-evo main div.main-container div.vim.x-vi-evo-main-container.template-evo-avip div#CenterPanel.center-panel-container.vi-mast div.vi-grid div.vi-mast__grid.vi-mast__grid--DEFAULT div#RightSummaryPanel.right-summary-panel-container.vi-mast__col-right div#mainContent.vim.x-evo-atf-right-river div.vim.d-vi-evo-region div.vim.vi-evo-row-gap ul.x-buybox-cta.mar-t-20.x-buybox-cta--evo-colors li div.vim.x-offer-action.vim-flex-cta a#boBtn_btn.ux-call-to-action.fake-btn.fake-btn--fluid.fake-btn--large.fake-btn--secondary {
background-color: DarkMagenta;
}
html.font-marketsans body.vi-body.en-US.gh-1199.gh-flex div.vi-evo main div.main-container div.vim.x-vi-evo-main-container.template-evo-avip div#CenterPanel.center-panel-container.vi-mast div.vi-grid div.vi-mast__grid.vi-mast__grid--DEFAULT div#RightSummaryPanel.right-summary-panel-container.vi-mast__col-right div#mainContent.vim.x-evo-atf-right-river div.vim.d-vi-evo-region div.vim.vi-evo-row-gap ul.x-buybox-cta.mar-t-20.x-buybox-cta--evo-colors li div.vim.x-offer-action.vim-flex-cta a#boBtn_btn.ux-call-to-action.fake-btn.fake-btn--fluid.fake-btn--large.fake-btn--secondary span.ux-call-to-action__cell span.ux-call-to-action__text {
color: White;
font-weight: bold;
}
}