mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Markierte Lehrveranstaltungen im FAS werden nun wieder farblich hinterlegt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!ENTITY window.title "Tempus">
|
||||
<!ENTITY window.version "2.2">
|
||||
<!ENTITY window.version "3.0">
|
||||
|
||||
|
||||
<!ENTITY menu-file.label "Datei">
|
||||
|
||||
@@ -84,17 +84,29 @@ treechildren::-moz-tree-row(lehrveranstaltung_lv)
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
treechildren::-moz-tree-row(lehrveranstaltung_lv, selected)
|
||||
{
|
||||
background-color: #FFFFAA;
|
||||
}
|
||||
|
||||
/* Modul */
|
||||
treechildren::-moz-tree-row(lehrveranstaltung_modul)
|
||||
{
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
treechildren::-moz-tree-row(lehrveranstaltung_modul, selected)
|
||||
{
|
||||
background-color: #FFFFAA;
|
||||
}
|
||||
|
||||
/* Lehrfach */
|
||||
treechildren::-moz-tree-row(lehrveranstaltung_lf)
|
||||
{
|
||||
|
||||
}
|
||||
treechildren::-moz-tree-row(lehrveranstaltung_lf, selected)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/* Lehreinheit */
|
||||
@@ -102,3 +114,7 @@ treechildren::-moz-tree-row(lehrveranstaltung_)
|
||||
{
|
||||
background-color: #EDF5FF;
|
||||
}
|
||||
treechildren::-moz-tree-row(lehrveranstaltung_, selected)
|
||||
{
|
||||
background-color: #FFFFAA;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user