My chrome does not support custom CSS User StyleSheets?

134 views
Skip to first unread message

Steven Chen

unread,
Mar 17, 2014, 10:35:45 PM3/17/14
to chromi...@chromium.org
hi all

  recently when i open chrome ,i found that my custom CSS Style Sheet does not work.

  i created an file named "Custom.cc " and put it at "C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets"

 the file content is like this 
"
::-webkit-scrollbar
{
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track-piece
{
background-color: #ffffff;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:vertical
{
height: 5px;
background-color: #666;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal
{
width: 5px;
background-color: #666;
-webkit-border-radius: 3px;
}
"
but the scroll bar 's style still dose not changed?

 my question is " the newest version chrome dose not support this feature or this is a bug?" 



 

Alain Kalker

unread,
Mar 17, 2014, 11:54:37 PM3/17/14
to chromi...@chromium.org
"Another one bites the dust..."

Assuming that your file was named Custom.css, not Custom.cc, and that it used to work before, this is yet another feature which was dropped in recent builds, see https://codereview.chromium.org/66383005/
As a consolation, you're not the only one who is suffering, see: https://code.google.com/p/chromium/issues/detail?id=318566

The official party line is to "use Chrome themes, extensions and user scripts to custom style your pages".

-Alain

Steven Chen

unread,
Mar 18, 2014, 1:48:42 AM3/18/14
to chromi...@chromium.org
Got it. thanks.



 
Reply all
Reply to author
Forward
0 new messages