The message dot is now green. Makes exams red.
Admentum School by themangokid
Details
Authorthemangokid
LicenseNo License
Categoryhttps://skola.admentum.se/overview
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Admentum School
@version 20230405.06.17
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://skola.admentum.se/overview") {
.has-context{
background-color:pink;
}
.has-context.h4{
color:black;
}
#overview-right-col > div > div:nth-child(3) > a > div > span {
background-color:lightgreen;
}
#module-box-administer > span {
background-color:lightgreen;
}
#overview-right-col > div > div:nth-child(10) > a > div > span
{
background-color:lightgreen;
}
.info .popover .top .fade .in {
background-color:red;
font-size:35px;
}
#overview-right-col > div > div:nth-child(2) > a > div > span {
background-color:lightgreen;
}
#iconbar-unread-count {
background-color:lightgreen;
}
#popover685811 {
font-size:35px;
}
#popover510154 > div.popover-content {
background-color:lightgreen;
font-size: 150px;
color:black;
}
.popover-content {
background-color:lightgreen;
font-size: 55px;
color:black;
}
#advanced-schedule > div.modal-dialog > div > div > div > div.schedule-container {
font-size: 35px;
color:black;
}
#tinymce {
color:black;
}
}