Page 1 of 1

TriStateCheckbox not compatible

Posted: 06 Mar 2017, 15:44
by mmessner75@gmail.com
Hi,

it seems that the TriStateCheckbox-Styling does not work with the latest olympos template.
The background for the "third state" remains white.
Following hack fixed the issue:

Code: Select all

.ui-chkbox-icon.ui-icon-closethick {
    background-color: #00aeef;
}
Kind regards

Re: TriStateCheckbox not compatible

Posted: 07 Mar 2017, 16:08
by mert.sincan
Thanks for the fix, I added it into next version.