fix
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment