We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Changing Alert | Forum

Topic location: Forum home » Development » Themes
Ronnel DC
Ronnel DC Feb 24 '13
Hello oxwall i want to change the scheme of the alert box or something like that.

from image1 to image2

Please help me :)
Attachments:
  1.png (2.05Kb)
  2.png (2.17Kb)
Alia Team
Alia Feb 24 '13
Ronnel, this is theme modification.

Most likely you are looking for the following CSS ( can not tell for sure, you will have to test):

.ow_message_node a.close_button {    backgroundurl("images/message_btn_close.png") no-repeat scroll 50% 50% transparent;    displayblock;    floatright;    height13px;    positionabsolute;    right14px;    top14px;    width12px;}

.ow_message_cont .ow_message_node.info {    backgroundnone repeat scroll 0 0 #90C105;    border-color#90C105 #90C105 #519200;    border-stylesolid;    border-width1px;}


Alia Team
Alia Feb 24 '13
Topic was moved from General Questions.