From 13bf45f6af8638ca88b50d76c29357bcf0b05d83 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Wed, 29 Jul 2020 11:25:35 +0100 Subject: [PATCH] ui tweak --- template/static/stylesheets/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css index a5a1b60..97695c3 100644 --- a/template/static/stylesheets/app.css +++ b/template/static/stylesheets/app.css @@ -156,7 +156,7 @@ select.form-control:not([multiple]):not([size]) { margin: 0; } -.selectgroup *, .noselect { +.selectgroup *, .noselect, .dropdown-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;