CSS style not being honoured

CSS style not being honoured

Hi Guys,

When I debug my CSS properties under Chrome it normally shows the proper *.css file under the “Styles” tab of the rule it applied to my element (‘button’ in this case).  Just now I am struggling with the case where it shows me something like this (no source .css file at all):

input[type="button"],input[type="submit"], input[type="reset"],input[type="file"]::-webkit-file-upload-button, button {

1.  padding : 1px 6px;

}

I specified for my button element the bootstrap.css classes “ .btn-primary” and “ btn”, but Chrome seems to ignore them, why?

What does that mean?

Regards,

Janusz