NaitLee / Cat-Printer

Application supporting Bluetooth thermal “Cat Printers”, for everyone!
GNU General Public License v3.0
334 stars 33 forks source link

www/main.css: Enable user selection of text. #26

Closed andypiper closed 2 years ago

andypiper commented 2 years ago

Small update to allow the user to select text on the web UI (this helps when reporting errors, for example). Tested and working for me.

NaitLee commented 2 years ago

Oh thank you but I think I can't merge it 😢 I'm putting user-select: none there to avoid selecting other things. It is annoying on MS Edge, for example. I fixed with another approach, and this time it can select all by just clicking once. I will push my fixes soon...