Page 1 of 1

How to make button transparent?

Posted: Fri Apr 18, 2014 5:10 pm
by GodSpeed JP1

Hi,
Cloud anyone tell me,
How to make button's background transparent?
Thanks for any reply.


How to make button transparent?

Posted: Fri Apr 18, 2014 5:50 pm
by Maryna Brodina

Hello!

You can set class for button and specify necessary rules in in custom CSS code.
Here is more information http://docs.appery.io/documentation/w...


How to make button transparent?

Posted: Fri Apr 18, 2014 6:25 pm
by GodSpeed JP1

Hello Maryna,
Thank you for reply,
I try to set button css like
background-color: rgba(0, 0, 0, 0.6)
or
background:transparent
but these do not work.
Could you tell me ,If I want set button background css, what selecter should I use?
For all button.


How to make button transparent?

Posted: Fri Apr 18, 2014 6:28 pm
by Maryna Brodina

Have you checked the reference I posted above http://docs.appery.io/documentation/w... (Applying style to components)?


How to make button transparent?

Posted: Fri Apr 18, 2014 6:51 pm
by GodSpeed JP1

Hello Maryna,
I read that post,
I write css like below,
.transbutton{
background-color: transparent;
border: none;
}
then set button's Class Name to "transbutton",but it does not work.

Then I try to set css like:
#Pagename_buttonname {
background-color: transparent;
border: none;
}
It works,
Could you tell me why "transbutton" does not work?
Anything wrong?


How to make button transparent?

Posted: Fri Apr 18, 2014 8:00 pm
by Maryna Brodina

In case of class selector use the following code pre.transbtn{
background-color: transparent !important;
border: none !important;
}/pre


How to make button transparent?

Posted: Sat Apr 19, 2014 4:29 am
by GodSpeed JP1

Hello Maryna,
It is what I need,work like a charm.
Thank you very much.


How to make button transparent?

Posted: Mon Jun 23, 2014 5:15 am
by B510

it does not work :(


How to make button transparent?

Posted: Mon Jun 23, 2014 12:29 pm
by Maryna Brodina

Hello!

Could you clarify what have you tried and what exactly doesn't work?