Styles being crossed out inside the Style side tab are overwritten styles. These styles may not apply to the element you have currently selected but may apply to other elements inside the HTML tree. So why would you want to copy the styles from there?
Note that there are two extensions for Firebug to save the CSS changes back to the server, cssUpdater<https://getfirebug.com/wiki/index.php/Firebug_Extensions#cssUpdater>and FireFile <https://getfirebug.com/wiki/index.php/Firebug_Extensions#FireFile> . See also https://getfirebug.com/faq#How_can_I_save_changes_I_made_inside_the_CSS_panel_back_to_my_source_file . Sebastian On Tuesday, February 12, 2013 3:51:29 AM UTC+1, Chandler Reeves wrote: > > I am doing a lot of jQuery UI styling and wanted to know if there is a way > in firebug (or any other program/extension) to save to style that is > applied to current DOM node? > > I know you can view/edit style in right side of HTML tab but you cannot > save the content of the style tab. I am able to highlight all of the text > but anything that has been crossed out is not crossed out when I paste it > into a text editor. Is there anyway to save the style sub-tab of the HTML > tab in firebug? (see attached pic for highlight of what I mean) > -- -- 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 https://groups.google.com/forum/#!forum/firebug --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
