javascript - how to change the look of kendoUI splitter in the required format -


i using kendoui splitter.i want change splitter thing splitter in http://technet.microsoft.com/en-us/library/dd349801(v=ws.10).aspx page.i have applied styles like

 .k-splitter .k-splitbar-horizontal {             width:5px;      }   .k-splitbar-horizontal .k-icon {             top:5%;      } 

but not changed upto mark.can tell me how change in required format

replace first css definition by:

.k-splitter > .k-splitbar-horizontal {     width:5px; } 

or:

.k-splitter .k-splitbar.k-splitbar-horizontal {     width: 0px; } 

that should define width of splitter bar.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -