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:
parent
6016b13403
commit
edbafe3d8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue