mcswap-shop
Version:
McSwap Shop Module
82 lines • 2.08 kB
CSS
.mcswap-header ul li.mcswap-name .mcswap-host {
color: #7c2020;
}
.mcswap-listings ul.mcswap-item:hover{
-webkit-box-shadow: inset 0px 0px 3px 0px #7c2020;
-moz-box-shadow: inset 0px 0px 3px 0px #7c2020;
box-shadow: inset 0px 0px 3px 0px #7c2020;
}
.mcswap-details-link a{
color: #7c2020;
}
.mcswap-details-buy, .mcswap-details-delist {
background: #7c2020;
}
.mcswap-wrapper button:hover{
text-shadow: 0 0 20px #7c2020;
box-shadow: 0 0 10px 3px #7c2020;
}
.mcswap-wrapper button:disabled:hover{
background: #7c2020;
color: #fff;
text-shadow: none;
box-shadow: none;
}
.mcswap-wrapper button.mcswap-clear-button{
color: #7c2020;
}
li.control-li-preferences button.mcswap-save-settings{
background: #7c2020;
}
li.control-li-preferences button.mcswap-save-settings:disabled:hover{
background: #7c2020;
}
li.control-li-list button.mcswap-list-it {
background: #7c2020;
}
li.control-li-list button.mcswap-list-it:disabled:hover{
background: #7c2020;
}
li.control-li-sellers button.mcswap-update-it{
background: #7c2020;
}
li.control-li-sellers button.mcswap-update-it:disabled:hover{
background: #7c2020;
}
li.control-li-list button.mcswap-create-it {
background: #7c2020;
}
li.control-li-list button.mcswap-create-it:disabled:hover{
background: #7c2020;
}
li.control-li-collections button.mcswap-update-collections{
background: #7c2020;
}
li.control-li-collections button.mcswap-update-collections:disabled:hover{
background: #7c2020;
}
.mcswap-wrapper .token-currency {
color: #7c2020;
text-shadow: 0 0 12px #7c2020;
}
.mcswap-poweredby a {
color: #7c2020;
}
#mcswap-preview-next {
background: #7c2020;
}
#mcswap-preview-next:hover{
box-shadow: 0 0 10px 3px #7c2020;
}
li.control-li-list button.mcswap-list-cancel {
background: #7c2020;
}
li.control-li-list button.mcswap-list-cancel:disabled:hover{
background: #7c2020;
}
button#mcswap-preview-collection-value {
color: #7c2020;
}
li.control-li-preferences select:hover {
box-shadow: 0 0 10px 3px #7c2020;
}