mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
ServerConfigurationDialog component
- allows the user to modify localStorage's serverURL - opens the opportunity for users to have access to a self-hosted version of the application
This commit is contained in:
@@ -146,3 +146,10 @@
|
||||
.font-700 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.noselect {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user