MyBB Community Forums

Full Version: buttons in chosen style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I chose the theme 'twilight' for the forum.

Now I would like the background of buttons like 'New Reply' or 'Post Thread' to have the same 'twilight' background.

Can someone tell me how and where ?

In css.global I tried to adapt a.button.new_thread_button span but that didn't result in the desired outcome.

Thanks
try changing background color for :
a.button:link, a.button:hover, a.button:visited, a.button:active
Thank you.

I changed the backgroundcolour into:

#0f0f0f url(images/colors/twilight_thead.png) repeat-x

When I tried #0f0f0f url(images/colors/twilight_tcat.png) repeat-x

the twilight_tcat.png appeared to be identical to images/tcat.png, so no change took place.

I reported this in the feedback section in this forum

Have you any idea by chance what the twilight RGB value is ?

best wishes
^ it can be #273a46 [RGB (39,58,70)]
Thanks !

I tried, but I think it is more likely RGB(32,85,110)