css - Styles of items in Task list in Sharepoint 2013 -


i have problem client side in task list in sharepoint 2013. need distinguish maintask (set background color example). tried change styles ".ms-listviewtable .ms-itmhover" , ".ms-alternating" in core15v.css, did not expected result. how can solve problem?

it's best leave core15 ootb , add new stylesheet overwrites. make sure new stylesheet called after core15 in masterpage , use inspector in browser make sure you're getting entire selector. if write new properties .ms-listviewtable core15 uses #s4-workspace .ms-listviewtable, 1 defined in core15 take precedence more specific selector.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -