-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
-
MDL-43804-master -
-
BACKEND Sprint 10
Remove r0, r1 specific css from themes.
table.flexible .r0, table.generaltable .r0 {background-color: #F0F0F0;}
|
table.flexible .r1, table.generaltable .r1 {background-color: #FAFAFA;}
|
This creates problem when adding new rows dynamically to the table.
We should use instead nth-child(even/odd).
It is supported by all browsers supported by Moodle:
- blocks
-
MDL-43682 Rewrite loglive report to use the new logging api
-
- Closed
-
- has been marked as being related by
-
CONTRIB-4849 Update code checker to throw warnings for .r0/.r1 CSS
-
- Closed
-
- will help resolve
-
MDL-43907 Make tables of data themeable
-
- Closed
-