There is a fixed toolbar at the top of the page by default with "hide" button. When user clicks the hide button, the toolbar hides.
When user hovers over the top of the page, toolbar shows up transparent'ly with "show" button. when user clicks "show", the toolbar shows up like before.
I see that show and hide is done using "display:show/hide" property. But i see that this property shows up under "element.style" section of developer tool. Does this mean that the style was injected in javascript/jQuery using the style/.css() method? OR does this mean anything else?