In older versions of Firebug css tab editor loaded unformatted css-
code as default like this:

#m_main_info a{color:#DFB048;}
#main_m_single a{color:#FDE171; font-weight:bold;}

New version loads formatted code like this:

#m_main_info a {
     color: rgb(223, 176, 72);
}

#main_m_single a {
     color: rgb(253, 225, 113);
     font-weight: bold;
}

How i can load unformatted css-code with HEX-codes in editor as
default instead of clicking "Load original source"?

On Feb 19, 7:05 pm, John J Barton <[email protected]> wrote:
> I am not able to understand your problem from this description.
> jjb
>
> On Feb 19, 2:21 am, Bohdan <[email protected]> wrote:
>
>
>
>
>
>
>
> > After upgrading to 1.7a11 my CSS tab showing formatted styles with RGB
> > color codes (instead of HEX). For open unformatted css code i will
> > click "Load original source".. How i can load unformatted styles as
> > default option?? Where i can change uncomment this line?
> > //styleSheet.editStyleSheet.showUnformated = true;

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to