Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
| | |
| | | margin: 0; |
| | | padding: 0; |
| | | box-sizing: border-box; |
| | | scrollbar-color: rgba(17, 38, 163, 0.5) hsla(0, 0%, 84.7%, 0.2); |
| | | scrollbar-color: rgba(8, 56, 185, 0.9) hsla(0, 0%, 84.7%, 0.2); |
| | | scrollbar-width: thin; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | ::-webkit-scrollbar { |
| | | width: 6px; |
| | | height: 6px; |
| | | width: 8px; |
| | | height: 8px; |
| | | background-color: none; |
| | | border-radius: 8px; |
| | | } |
| | | |
| | | // hsla(0, 0%, 84.7%, 0.6); |
| | | ::-webkit-scrollbar-thumb { |
| | | border-radius: 6px; |
| | | border-radius: 8px; |
| | | background-color: rgba(17, 38, 163, 0.5); |
| | | padding-left: 2px; |
| | | padding-right: 2px; |
| | |
| | | } |
| | | |
| | | ::-webkit-scrollbar-thumb:window-inactive { |
| | | background-color: rgba(17, 38, 163, 0.5); |
| | | background-color: rgba(8, 56, 185, 0.9); |
| | | } |
| | | |
| | | :not(select)::-webkit-scrollbar { |
| | |
| | | } |
| | | |
| | | ::-webkit-scrollbar-thumb:hover { |
| | | background-color: rgba(17, 38, 163, 0.5); |
| | | background-color: rgba(8, 56, 185, 0.9); |
| | | } |
| | | |
| | | .car-video-box { |