Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > Toolbar skin

Answered Toolbar skin

Feed from this thread
  • Itai avatar

    Posted on Dec 7, 2011 (permalink)

    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
    Attached files

    Reply

  • Answer Princy MVP avatar

    Posted on Dec 7, 2011 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > Toolbar skin
Related resources for "Toolbar skin"

[   ASP.NET ToolBar Features  |  Documentation  |  Demos  |  Telerik TV   |   Self-Paced Trainer   |  Step-by-step Tutorial  ]