Firebug currently only displays CSS properties Firefox doesn't know within 
the Source Edit Mode 
<https://getfirebug.com/wiki/index.php/CSS_Panel#Source_Edit> of the *CSS* 
panel.
There is already a related issue 
<https://code.google.com/p/fbug/issues/detail?id=553> for displaying 
erroneous CSS within the *Style* side panel, though you should create a 
separate feature request 
<https://code.google.com/p/fbug/issues/entry?template=User%20enhancement%20request>
 
for the *CSS* panel.

Sebastian

On Monday, June 16, 2014 1:55:29 PM UTC-5, Cesar Daniel Moro wrote:
>
> hi guys im using firefox and firebug and after edit my css i always copy 
> all the edited css from the css tab, but this bug started to happen
> all my webkit css is being deleted, im my css style i have this:
> .block-animated.b {
>     background: rgb(255,127,0); /* Old browsers */
> background: -moz-linear-gradient(top,  rgba(255,127,0,1) 0%, rgba(255,127,
> 0,1) 34%, rgba(241,121,0,1) 45%, rgba(228,114,0,1) 63%, rgba(221,111,0,1) 
> 75%, rgba(217,109,0,1) 91%, rgba(219,108,0,1) 98%, rgba(217,109,0,1) 99%, 
> rgba(169,114,58,1) 100%); /* FF3.6+ */
> background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,
> rgba(255,127,0,1)), color-stop(34%,rgba(255,127,0,1)), color-stop(45%,rgba
> (241,121,0,1)), color-stop(63%,rgba(228,114,0,1)), color-stop(75%,rgba(221
> ,111,0,1)), color-stop(91%,rgba(217,109,0,1)), color-stop(98%,rgba(219,108
> ,0,1)), color-stop(99%,rgba(217,109,0,1)), color-stop(100%,rgba(169,114,58
> ,1))); /* Chrome,Safari4+ */
> background: -webkit-linear-gradient(top,  rgba(255,127,0,1) 0%,rgba(255,
> 127,0,1) 34%,rgba(241,121,0,1) 45%,rgba(228,114,0,1) 63%,rgba(221,111,0,1) 
> 75%,rgba(217,109,0,1) 91%,rgba(219,108,0,1) 98%,rgba(217,109,0,1) 99%,rgba
> (169,114,58,1) 100%); /* Chrome10+,Safari5.1+ */
> background: -o-linear-gradient(top,  rgba(255,127,0,1) 0%,rgba(255,127,0,1
> ) 34%,rgba(241,121,0,1) 45%,rgba(228,114,0,1) 63%,rgba(221,111,0,1) 75%,
> rgba(217,109,0,1) 91%,rgba(219,108,0,1) 98%,rgba(217,109,0,1) 99%,rgba(169
> ,114,58,1) 100%); /* Opera 11.10+ */
> background: -ms-linear-gradient(top,  rgba(255,127,0,1) 0%,rgba(255,127,0,
> 1) 34%,rgba(241,121,0,1) 45%,rgba(<span style=
> ...

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to firebug+unsubscr...@googlegroups.com.
To post to this group, send email to firebug@googlegroups.com.
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/2cbabcdf-a99e-416c-a56c-832e98e76081%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to