diff --git a/gorge.css b/gorge.css index a738f11..e47986b 100644 --- a/gorge.css +++ b/gorge.css @@ -1,5 +1,7 @@ body { font-family: Sans-Serif; + user-select: none; + -moz-user-select: none; } body.dark { @@ -217,8 +219,6 @@ body.dark { height: 100px; display: block; background-color: #444; - user-select: none; - -moz-user-select: none; } .upgrade-button-inactive {