In the Style pane, use the dropdown arrow and uncheck the "expand
shorthand properties"

On 16 sep, 01:06, Yunus <[email protected]> wrote:
> I don't remember this being the case, but now when I use Firebug to
> view styles I applied to an element, the details are so broken out it
> is unmanageable to use.  For example, I added a simple border to an
> element with:
>
> border: 3px double #250200;
>
> And firebug shows all of this:
>
> -moz-border-bottom-colors: none;
>     -moz-border-image: none;
>     -moz-border-left-colors: none;
>     -moz-border-right-colors: none;
>     -moz-border-top-colors: none;
>     border-bottom-color: #250200;
>     border-bottom-style: double;
>     border-bottom-width: 3px;
>     border-left-color-ltr-source: physical;
>     border-left-color-rtl-source: physical;
>     border-left-color-value: #250200;
>     border-left-style-ltr-source: physical;
>     border-left-style-rtl-source: physical;
>     border-left-style-value: double;
>     border-left-width-ltr-source: physical;
>     border-left-width-rtl-source: physical;
>     border-left-width-value: 3px;
>     border-right-color-ltr-source: physical;
>     border-right-color-rtl-source: physical;
>     border-right-color-value: #250200;
>     border-right-style-ltr-source: physical;
>     border-right-style-rtl-source: physical;
>     border-right-style-value: double;
>     border-right-width-ltr-source: physical;
>     border-right-width-rtl-source: physical;
>     border-right-width-value: 3px;
>     border-top-color: #250200;
>     border-top-style: double;
>     border-top-width: 3px;
>
> Is there some way to change the view so it does not show everything
> broken out, including styles I did not specify, such as these:
>
>     border-left-style-ltr-source: physical;
>     border-left-style-rtl-source: physical;
>
> Thanks so much to anyone who can help me with this.

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