diff options
Diffstat (limited to 'public/css/index.css')
-rw-r--r-- | public/css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css index 8e43a7e166..d720f6e955 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -2069,6 +2069,10 @@ footer .ui.language .menu { color: #A7A7A7; background: #fafafa; width: 1%; + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; } .repository .diff-file-box .file-body.file-code .lines-num span.fold { display: block; |