Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

ARI CSV table + Jdatatable theme
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI CSV table + Jdatatable theme
#5023
ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 0
Hello

I am struggling a bit in customizing the theme.
I have 3 questions where I hope you can help me further (look screenshot) :

1) how can I change the text colour i the top bar ?
2) how can I add lines on left and right side of table ?
3) how can I change line colour ?




Thanks a lot in advance for your help !

Best regards

Robin
Last Edit: 2010/06/23 07:56 By ICARUS.
The administrator has disabled public write access.
 
#5024
Re:ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 748
Hello,

Open 'CSS Temlates' page on the component backend and create new 'CSS Template' with the following code:

Code:


/* Define the text color of the top bar */
DIV.dataTables_wrapper DIV.ui-widget-header
{
  color: red;
}

/* Define background of each odd row in a table */
DIV.dataTables_wrapper table.display TR.odd TD
{
 background: red;
}

/* Define background of each even row in a table */
DIV.dataTables_wrapper table.display TR.even TD
{
 background: green;
}

/* Adds right and left borders to table */
DIV.dataTables_wrapper table.display
{
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5025
Re:ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 0
Thanks for the amazingly quick answer, thanks.

Just 2 minor questions :
1) title on top bar is still grey and not red as put in CSS. Any idea why ?
2) how can I change line colour on sides ? f.ex. "border-left: 1px #d1d1d1;"... is not working.

Regards

Robin
The administrator has disabled public write access.
 
#5027
Re:ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 748
Could you provide link to page where we can see 'ARI JDataTable' on your site? It helps us investigate this issue, probably it's conflict with site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5028
Re:ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 0
The administrator has disabled public write access.
 
#5029
Re:ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 748
Sorry, but we can't open this page because it requires login and password. You can send temporary credentials for this by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12