| File was renamed from public/map/views/map/widgets/realTimePolice/RealTimePolice.css |
| | |
| | | transform: translate(0, -50%); |
| | | width: 8px; |
| | | height: 8px; |
| | | background: url('../../../../images/select-bg.png') repeat; |
| | | background: url('/images/select-bg.png') repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | |
| | | right: 8px; |
| | | width: 24px; |
| | | height: 24px; |
| | | background: url('../../images/close-white.png') no-repeat; |
| | | background: url('/images/close-white.png') no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | |
| | | right: 48px; |
| | | width: 24px; |
| | | height: 24px; |
| | | background: url('../../images/turn-on-the-alarm.png') no-repeat; |
| | | background: url('/images/turn-on-the-alarm.png') no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | | .layer-realtime-police .layer-header .audio.open { |
| | | background: url('../../images/turn-on-the-alarm.png') no-repeat; |
| | | background: url('/images/turn-on-the-alarm.png') no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | | .layer-realtime-police .layer-header .audio.close { |
| | | background: url('../../images/turn-off-the-alarm.png') no-repeat; |
| | | background: url('/images/turn-off-the-alarm.png') no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |