mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
FIxed a missing quote, and fixed the highlight colour
This commit is contained in:
parent
e2b5b53e46
commit
654eddf086
@ -5,7 +5,7 @@ $THEME->cellheading = "#CCCCFF"; // Standard headings of big tables
|
||||
$THEME->cellheading2 = "#8080c0"; // Highlight headings of tables
|
||||
$THEME->cellcontent = "#F0F0FF"; // For areas with text
|
||||
$THEME->cellcontent2 = "#CCCCFF"; // Alternate colour
|
||||
$THEME->borders = "#AAAAFF; // Table borders
|
||||
$THEME->highlight = "#0000FF"; // Highlighted text (eg after a search)
|
||||
$THEME->borders = "#AAAAFF"; // Table borders
|
||||
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user