Jump to content

Customization MessageDlg


artem_niko

Recommended Posts

Hello!

I'm having some questions about MessageDlg:

1. How change text in hint of button (red round)?

2. How make rounded corners of MessageDlg (see second screen)?

3. How make rounded corners in buttons in MessageDlg?

image.png.ecf857b56f578898d365d9dc85a1b4d9.png

About question №2.

In my CSS I write:

/*MessageDlg*/
.x-box-inner
{
	color: none; /*цвет шрифта в сообщении*/
	border-radius: 10px 10px 10px 10px;
}

But, corners rounded not form with message, rounded corners in shadow:

image.png.c9170d71759f205765bc23bd6df7a644.png

Link to comment
Share on other sites

2 minutes ago, Sherzod said:
#messagebox-1001-msg {
  color: orange;
}

Hmmm...this code change font of color all text in MessageDlg, but not color of title.

3 minutes ago, Sherzod said:
#messagebox-1001 .x-title-text {
  color: green;
}

This is change color of text in title.

Thus, still last question: how change color in title (no text)?

Link to comment
Share on other sites

3 minutes ago, Sherzod said:

Try with !important then.

So I have no questions to the text in the title.
The text in the title changes perfectly.
I am interested in the color of the title itself and the white background. 
I just need to make these changes so that everything is in the same style by colors.

Link to comment
Share on other sites

4 minutes ago, Sherzod said:

I don't know what settings you have...

Works for me.

#messagebox-1001 .x-title-text {
  color: green;
}

image.png.d799f5de55b13b4c34ffaea18d488e39.png

@Sherzod, let's leave the color of the text in the title alone :)
I'm saying that the color of the text itself changes perfectly, it works. I'm talking now about changing the color of the title itself, look at the screenshot:

On this screenshot what I want:

image.png.ae1c5675111d5b6de0caa4c9db491496.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...