3c5f6cbb by RSA

fix

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