RealTimeDesigner Support Network
Wiki Forums Libraries Docs Support RealTimeDesigner Home
Welcome! Log In Create A New Profile

Advanced

Remove Background Colors text

Posted by cos 
cos
Remove Background Colors text
November 30, 2015 11:06AM
The Remove Background Colors feature is a very useful tool, but at the same time might not be what the user expected in the end. What do think about the text inside the tool at top that reads "CLICK ON YOUR IMAGE TO PICK A COLOR" to be added to Configure Text Labels so it can be customized? And I guess the "RETURN TO UPLOAD SCREEN" button would be on a line by itself.
Re: Remove Background Colors text
December 02, 2015 10:00AM
For several reasons I cannot currently add that text to labels,
However, we can make that page better.

I've already altered it to have the button in a new line.
If you have suggestions for a better default text to use on top, please let me know.

About being creative to still being able to change it although it's not a label: the good news is we can target it via CSS and that text is not fuctional (IE, a button). So a CSS snippet like this would do the job:
#clipseditbgcolor_popupbody h3 {
  text-indent: -9999px;
  line-height: 0;
}
#clipseditbgcolor_popupbody h3::after {
  content: "Pick one";
  text-indent: 0;
  display: block;
  line-height: initial;
}

However again, if you have better suggestion for a new default text, let me know!
cos
Re: Remove Background Colors text
December 08, 2015 05:44AM
The css solution is just fine. Thanks.
Sorry, only registered users may post in this forum.

Click here to login