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?

change color in the header AriTiny Table + CSS
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: change color in the header AriTiny Table + CSS
#34034
change color in the header AriTiny Table + CSS 11 Years, 6 Months ago Karma: 0
How to change colors and borders of the TinyTable deafault options? The colors do not fit my template
The administrator has disabled public write access.
 
#34065
Re:change color in the header AriTiny Table + CSS 11 Years, 6 Months ago Karma: 748
Hello,

Could you provide a link to a page where we can see a table and an image where we can see what do you want to achieve?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#35035
Re:change color in the header AriTiny Table + CSS 11 Years, 5 Months ago Karma: 2
I am interested in this as well.

At this webpage, there are a few blue colours in the header and footer rows.

I would like to change those colours.

Specifically, I have two colours that I would like to appear in the header and footer rows:

0047FF and 002BFF.

These are the two blue colours in the "prof" logo at the top of the aforementioned website.

Thanks.
Last Edit: 2012/12/19 02:02 By JugglingReferee.
The administrator has disabled public write access.
 
#35040
Re:change color in the header AriTiny Table + CSS 11 Years, 5 Months ago Karma: 748
Add the following code to "CSS Styles" parameter in module settings:

{$id}_wrapper TABLE.dataTable THEAD TR TH
{
background-image: none;
background-color: #0047FF;
}

{$id}_wrapper TABLE.dataTable TFOOT TR TH
{
background-image: none;
background-color: #002BFF;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#35068
Re:change color in the header AriTiny Table + CSS 11 Years, 5 Months ago Karma: 2
Using that code will remove the nice swooshing effect in the existing blue.

How do I keep that swooshing effect? Do I have to change an image?
The administrator has disabled public write access.
 
#35069
Re:change color in the header AriTiny Table + CSS 11 Years, 5 Months ago Karma: 748
<joomla_directory>/modules/mod_aridatatables/includes/assets/jui/start/images/ui-bg_glass_45_0078ae_1x400.png is used by selected theme on your site.

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