Tagged: x
-
AuthorPosts
-
June 30, 2016 at 5:30 pm #1067432
janequadeParticipantI cannot figure out what is wrong with this custom CSS for the buttons.
.x-btn-alt-light {
color: #e4e1d0 !important;
border-color: #e4e1d0 !important;
background: transparent !important;
}.x-btn-alt-light a:hover {
color: rgb(228, 225, 208) !important;
border-color: rgb(219, 104, 96) !important;
background: #db6860 !important;
}.x-btn-alt-dark {
color: #434f5b !important;
border-color: #434f5b !important;
background: transparent !important;
}.x-btn-alt-dark a:hover {
color: rgb(228, 225, 208) !important;
border-color: rgb(219, 104, 96) !important;
background: #db6860 !important;
}I will send credentials in next one marked private
June 30, 2016 at 5:31 pm #1067433
janequadeParticipantThis reply has been marked as private.June 30, 2016 at 11:06 pm #1067903
FriechModeratorHi There,
Thanks for writing in! But would you mind to clarify what is the issue? Base on your custom css itself, I assume the issue is with the
:hoverstate.That is because you added an
aon the selector, it should be:.x-btn-alt-light:hover { color: rgb(228, 225, 208) !important; border-color: rgb(219, 104, 96) !important; background: #db6860 !important; }.x-btn-alt-dark:hover { color: rgb(228, 225, 208) !important; border-color: rgb(219, 104, 96) !important; background: #db6860 !important; }Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1067432 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
