jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: cellClassName for font size cellClassName for font size #59421

    ekisoft
    Participant

    I found out what am I doing wrong…
    I defined my custom css file before predefined css. I just put after that and it works fine, without any additional settings, just like you wrote.

    Thank you very much.

    Regards.

    in reply to: cellClassName for font size cellClassName for font size #59413

    ekisoft
    Participant

    I have defined this class in my css file:

    .debelo {
                
    			font-size:18px;
    			font-weight:bold;
    		}
    		
    .debelo:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected):not(.jqx-fill-state-pressed-fresh):not(.jqx-grid-cell-selected-fresh), .jqx-widget .debelo:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected):not(.jqx-fill-state-pressed-fresh):not(.jqx-grid-cell-selected-fresh) {          
    			font-size:18px;
    			font-weight:bold;
            }

    and jqxDataTable coloumn:
    { text: 'Prostor', dataField: 'Opis_prostora',cellClassName:"debelo"},

    If I remove .debelo:not….. then nothing happens, with that kind of css i get this result:

    Link

    …but I want to be bold and large a hovered cell, too.

Viewing 2 posts - 1 through 2 (of 2 total)