diff --git a/package.json b/package.json index d78f336..b23b2ae 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "parcel build --dist-dir dist src/html/index.html", "serve": "parcel src/html/index.html", "clean": "run-script-os", - "clean:darwin:linux": "rm -rf dist .parcel-cache", + "clean:darwin:linux": "rm -rf dist .parcel-cache", "clean:win32": "rd /s /q dist .parcel-cache" }, "author": "Elijah R", @@ -23,6 +23,7 @@ "@parcel/watcher": "~2.1.0" }, "devDependencies": { + "@types/bootstrap": "^5.2.10", "parcel": "^2.11.0", "parcel-reporter-static-files-copy": "^1.5.3", "run-script-os": "^1.1.6", diff --git a/src/css/style.css b/src/css/style.css index 24997a2..491261b 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -87,11 +87,11 @@ display: none; } -tr.user-admin > td, .chat-username-admin { +tr.user-admin > td, .chat-username-admin, .username-admin { color: #FF0000 !important; } -tr.user-moderator > td, .chat-username-moderator { +tr.user-moderator > td, .chat-username-moderator, .username-moderator { color: #00FF00 !important; } @@ -278,4 +278,8 @@ background: gray; color: white; } -/* End OSK */ \ No newline at end of file +/* End OSK */ + +#badPasswordAlert { + display: none; +} \ No newline at end of file diff --git a/src/html/index.html b/src/html/index.html index 7bb2c46..2d9df09 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -74,6 +74,31 @@ +
-