I am not sure that it's possible, but I want to know after clicked an element ( div or...) the css file name associated of this element.
example
<link href="style_1.css" rel="stylesheet" type="text/css" />
<link href="style_2.css" rel="stylesheet" type="text/css" />
<div class='my_class'></div>
When I click on this div I need to know from what css file name the style of div.my_class
is associated style_1.css
or style_2.css