bcd19a41 by RSA

fix

1 parent 25d08f57
......@@ -195,10 +195,10 @@ ul.suggested-options::-webkit-scrollbar-track {
ul.suggested-options::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #eeeeee;
background: #48b0e9;
}
ul.suggested-options::-webkit-scrollbar-thumb:window-inactive {
background: #f7f7f7;
background: #4291bd;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!