mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
Fixed some missing styles
This commit is contained in:
parent
978165545e
commit
1789e61668
2 changed files with 63 additions and 0 deletions
|
@ -7,6 +7,8 @@ $THEME->cellcontent = "#eeeedd"; // For areas with text
|
|||
$THEME->cellcontent2 = ""; // Alternate colour
|
||||
$THEME->borders = "#669966"; // Table borders
|
||||
$THEME->highlight = "#ffff99"; // Highlighted text (eg after a search)
|
||||
$THEME->hidden = "#AAAAAA"; // To color things that are hidden
|
||||
$THEME->autolink = "#DDDDDD"; // To color auto-generated links (eg glossary)
|
||||
|
||||
$THEME->custompix = false; // If true, then this theme must have a "pix"
|
||||
// subdirectory that contains copies of all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue