I’m looking for the master stylesheet of google chrome’s UI (windows: C:\Users\USER\AppData\Local\Google\Chrome – ? ). Where can I find it or doesn’t it exists?
regards, msec
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
WebKit’s (and therefore Chromium’s) default stylesheet is in the WebKit source tree at
/Source/WebCore/css/html.css, but I don’t believe it’s accessible from the filesystem for a particular profile; it’s baked into the application itself.What’s the problem that you’re trying to solve?