css - Remove Hover Styling on Kendo Treeview -


i trying remove hover styling on kendoui treeview component when hover on item in treeview not have border / background image etc. have gotten rid of border looks there additional styles @ play cannot seem locate. here css far... (in addition default theme)

  .k-treeview .k-in.k-state-hover{     background-image:none;     background-color:#fff;border:none;   }  .k-treeview .k-in.k-state-selected{     background-image:none;     background-color:#fff;color:#000;border:none;} 

currently showing border looks black opposed grey 1 there before added styles above... idea can rid of stubborn border?

with addition of style embedded on page able wanted. believe partially related how css being loaded (order) in multiple different sharepoint webparts on same page...

.k-treeview .k-in.k-state-hover, .k-treeview .k-in.k-state-selected {     border-style: none;     border-width: 0;     padding: 2px 4px 2px 3px; } 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -