c# - Change backcolor or hide border in Telerik radPageView -


i want change color or remove green border of tab. how can this? use telerik pageview in strip mode. thanks

enter image description here

try using followimg css , markup

.multipage     {       border:none !important;//to remove green border       background:green !important;/to change background color     }  

aspx:

<telerik:radmultipage runat="server" id="radmultipage1"         cssclass="multipage">         ..................     </telerik:radmultipage> 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -