laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Collapsible css border

I need that collapsible is border; transparent.

I add this code:

$("[name=mobilecollapsblock_60]").css('border','1px solid #ffffff');

$("[name=mobilecollapsblockheader_61]").css('border','0px solid #000000');

I would like this example:

http://jsfiddle.net/Gajotres/GNAXT/

But I don't get it.

Can I help me.

Laura

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Collapsible css border

Hello,

Instead of color numer (#ffffff) please use transparent.
Also please clearify your question, you can not apply your styles?

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Collapsible css border

Hi Alena:

I need to have the collapsible transparent edge

I create a css and I try this code

Image

But I don't get that the border will be transparent.

Image

But I get:

border is grey:

Image

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Collapsible css border

Hi,

Please try this CSS code
pre

.ui-collapsible-content, .ui-collapsible-heading-toggle{
border: none !important;
}
/pre

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Collapsible css border

Hi,

Now I need the css code for checkbox is transparent.

Thanks!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Collapsible css border

Hi Laura,

Use the following code:pre[data-role="fieldcontain"] label{
background:transparent !important;
}/pre

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Collapsible css border

Thanks Katya!

It's perfect!

Return to “Issues”