Papercut: Don't allow navbar text to be selected

This commit is contained in:
Patrick Walton 2017-09-11 12:23:43 -07:00
parent 72fa6a7b55
commit 0f3b5d6c3c
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
nav {
-moz-user-select: none;
user-select: none;
}
#pf-load-font-button-label,
#pf-load-svg-button-label {
left: 1em;