mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Changed not logged in bg color to yellow
This commit is contained in:
@@ -767,7 +767,7 @@
|
|||||||
|
|
||||||
function NoUserAction () {
|
function NoUserAction () {
|
||||||
SafeGetElementById('menuButtonDiv', (elem) => {
|
SafeGetElementById('menuButtonDiv', (elem) => {
|
||||||
elem.style.backgroundColor = 'red'
|
elem.style.backgroundColor = '#44cc00'
|
||||||
})
|
})
|
||||||
SafeGetElementById('infoMainDiv', (elem) => {
|
SafeGetElementById('infoMainDiv', (elem) => {
|
||||||
elem.innerText = texts.noUser
|
elem.innerText = texts.noUser
|
||||||
|
Reference in New Issue
Block a user