This is a migrated thread and some comments may be shown as answers.

hide "image" area

6 Answers 61 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Sean Overman
Top achievements
Rank 1
Sean Overman asked on 27 May 2010, 02:10 AM
the default for RadToolBarButton puts an "image" area where the background is a different color, i would like to hide this section for all toolbarbuttons.  I've seen the ImagePosition property, but there is no "none".

Any ideas?  Am I just missed something here?

6 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 01 Jun 2010, 09:17 AM
Hello Sean,

What is your RadToolBar definition? Can you also attach an image showing what the problem is? Thanks.


Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Yeroon
Top achievements
Rank 2
answered on 28 Oct 2011, 10:51 AM
I think he means the following. On a dropdown you have buttons with an optional image in front. He (as do I) probably doesn't use any images and wants to hide the reserved space for the images. I attached a screenshot. The aim is to hide the area in the red rectangle. I would like to do the same. Any suggestions?

0
Princy
Top achievements
Rank 2
answered on 28 Oct 2011, 12:37 PM
Hello Yeroon,

You can try the following CSS.

CSS:
<style type="text/css">
 .RadToolBarDropDown .rtbWrap
 {
    padding:3px !important;
 }
</style>

Thanks,
Princy.
0
Yeroon
Top achievements
Rank 2
answered on 28 Oct 2011, 01:17 PM
Thanks for your reply Princy. This only moves the text though and the visible image area remains. See attached screenshot. I am trying to remove the whole different colored image area.

0
Princy
Top achievements
Rank 2
answered on 29 Oct 2011, 08:49 AM
Hello Yeroon,

You can try the following CSS.

CSS:
<style type="text/css">
.RadToolBarDropDown .rtbWrap
{
  background-color:White !important;
  padding:3px !important;
}
</style>

Thanks,
Princy.
0
Yeroon
Top achievements
Rank 2
answered on 08 Nov 2011, 01:41 PM
Somehow can't mark your answer as THE answer (probably cause thread was closed). But thanks Princy. It works!
Tags
ToolBar
Asked by
Sean Overman
Top achievements
Rank 1
Answers by
Peter
Telerik team
Yeroon
Top achievements
Rank 2
Princy
Top achievements
Rank 2
Share this question
or