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

Create my own window icon (larger)

1 Answer 24 Views
Window
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 09 Feb 2009, 02:07 PM
I want to put a slightly larger icon into my radwindow skin, but this style keeps overriding me.  I'd like to keep it in the css and out of the page if possible...

div.radwindow table.titlebarcontrols a.windowicon {WebResou...600000000 (line 126)
display:block;
height:16px !important;
margin-right:3px;
width:20px !important;
}

(Need it to be 22px:22px)


1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 11 Feb 2009, 08:49 AM
Hello Steve,

You need to use a "heavier" selector to avoid the overriding (i added a border style just for demonstration purposes):
.radwindow.radwindow_Default.transparentwindow table.titlebarcontrols a.windowicon  
    display:block
     
    height:22px !important; 
    margin-right:3px
    width:22px !important; 
    border:1px solid red

You can see the result in the attached screenshot - I hope this helps. Note however that with higher icon, the other elements of the toolbar might shift their position.

Kind regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Georgi Tunev
Telerik team
Share this question
or