classic-fvwm.css

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8c5be64c86ed785cee6f94a34448dbc0dfc09652
parent e92e3a59e60861462333192275136ba6c29c384c
Author: Nathanael Gentry <ngentry1@liberty.edu>
Date:   Tue, 18 Jun 2019 12:44:20 -0400

Prevent selecting interface components

Diffstat:
Mbase.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/base.css b/base.css @@ -14,6 +14,8 @@ html, body { + -moz-user-select: none; + -webkit-user-select: none; background-image: url("img/patterns/128.png"); background-repeat: repeat; margin: 0;