HI,
I duplicated ARISTO theme and created CustomT.css with some style and ran gzip.bat
i can see my changes at the end of theme.css but it doesn´t have any effect.
my customt.css
.nt-formcell{
display:table-cell;
vertical-align:top;
border-collapse: collapse;
padding: 0px; <==== changed from 4px
}
/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4; font-size: 12px; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); } <============= chaged from font-size: 14px
Using chrome developer mode when highlight the element i'm using for test, chrome show the original setting only.
Regards,
Walter - SOFTVALE