ZoneMinder / zoneminder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
4.82k stars 1.19k forks source link

Fix: Cursor style for moving along the timeline when viewing a recorded event #3943

Closed IgorA100 closed 1 month ago

IgorA100 commented 1 month ago
  1. Changed the cursor style to "pointer", because the cursor could take on two different styles, which doesn’t look nice.
  2. Changed the width of the vertical blue stripe +1 pixel.
  3. When the cursor was in the extreme right position, a horizontal scroll bar previously appeared, because "#indicator" went beyond "#progressBar". 11r 22r