On Feb 19, 11:43 am, Bohdan <[email protected]> wrote:
> 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"?

There are two different issues here: source vs live data and hex vs
rgb.

We converted the CSS edit function to edit live data from style sheets
because editing source directly causes any previous edits in live data
to be lost. You can get the source by using "load original source".

When I look at our CSS I only see HEX codes, no rgb. I don't believe
we are converting to rgb but if you post a complete test file to the
bug list I will look and see if we are.

jjb


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