--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/b70877c6-77b9-4583-89d6-ef76a4d93b44%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/b70877c6-77b9-4583-89d6-ef76a4d93b44%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
How is this stylesheet added to the page?Is it a static <link href="..."> tag or a dynamically created <style> element?This might happen if you add a stylesheet using a dynamically created <style> element without sourceURL.
On Fri, Feb 7, 2014 at 12:42 AM, Kelicia Christianson <kel...@gmail.com> wrote:
Something in the dev tools changed after the last chrome update which is making my usual workflow a bit difficult.It seems like the file that some styles are being applied from is nowhere to be found in the elements pane, network pane, or sources pane. I know the styles are coming from a file called content.css but it isn't showing up anywhere. I think this might be a bug.The styles aren't user agent, inline or inspector styles. They are in an external css file which isn't showing up anywhere in dev tools.Any advice for getting that data to show again is much appreciated.Thanks!
--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.
Same problem - Chrome Developer is not showing CSS under "Styles" tab. I have checked, and found no empty url declarations. Anyone who has dealt with this issue before ?
--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/fb405095-dc1b-427d-a62a-8c8e50ae1884%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
$css = 'main.css'; /* the name of the main css file */
@import url('structure.css');@import url('skin.css');@import url('jquery.ui.tabs.css');