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

Toolbar skin

1 Answer 51 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Naisha
Top achievements
Rank 1
Naisha asked on 07 Dec 2011, 01:42 PM
Hi, 
I just created 2 new skins for tollbar as in your example.
I created new folder with the name Header (for one skin) and copied all the images and the ToolBar.Header.css file.
I changed few properties in the skin but still have 2 problems:
1) How to remove the black border from the items in the toolbar dropdown?
2) How to remove the place for images and align the text to the left.

I attached the file for better explanation.
10x

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 07 Dec 2011, 02:55 PM
Hello,

Try the following CSS.

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

Thanks,
Princy.
Tags
ToolBar
Asked by
Naisha
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or