i would like the CSS class selectors such as:
[Valid DotLess Syntax]
i'm not a big fan of the way the style sheets have been created for the telerik rad controls so the the generated selectors are sort of "in the way". i would like the following HTML:
with the selectors omitted at runtime.
Basically i don't want the /WebResource.axd or the CSS Selectors generated. i have EnableEmbeddedBaseStylesheet="False" but is there something i can do about the CSS Selectors like ie. EnableCSSClassSelectors="False" or a work around to accomplish such?
Not to be rendered with the code at run time, this is because i like using 'DotLess' in my projects and i'm used to the way i style the pages using the elements like:.RadMenu_iDefault .rmItem a.rmLink {
padding
:
1px
0
1px
12px
;
}
.RadMenu_iDefault .rmHorizontal .rmItem {
padding
:
2px
0
;
}
.RadMenu_iDefault_rtl .rmItem a.rmLink {
padding
:
1px
12px
1px
0
;
}
.RadMenu_iDefault .rmVertical .rmItem a.rmLink {
padding
:
1px
12px
;
}
div.RadMenu_iDefault_rtl .rmHorizontal .rmText {
padding
:
0
0
1px
12px
;
}
[Valid DotLess Syntax]
.Menu_Head{
float
:
right
;
list-style
:
none
;
#Layouts > .FullAutoWidth;
--{}
a {
color
:
#ffffff
;
text-decoration
:
none
;
white-space
:
nowrap
;
display
:
block
;
--{}
&:visited, &:active {
color
:
#ffffff
;
text-decoration
:
none
;
}}
ul {
list-style-type
:
none
;
margin
:
0
;
padding
:
0
;
list-style
:
none
outside
none
;
--{}
&:focus, li a:focus {
outline
:
none
;
outline-width
:
0
;
}}}
i'm not a big fan of the way the style sheets have been created for the telerik rad controls so the the generated selectors are sort of "in the way". i would like the following HTML:
<
ul
class
=
"rmRootGroup rmHorizontal"
>
<
li
class
=
"rmItem rmFirst"
>
with the selectors omitted at runtime.
Basically i don't want the /WebResource.axd or the CSS Selectors generated. i have EnableEmbeddedBaseStylesheet="False" but is there something i can do about the CSS Selectors like ie. EnableCSSClassSelectors="False" or a work around to accomplish such?
<
ul
class
=
""
>
<
li
class
=
""
>