mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-44358 inform developers that CSS handling was refactored
This commit is contained in:
parent
98245a84a2
commit
31f28b6ac2
3 changed files with 12 additions and 1 deletions
|
@ -3,6 +3,8 @@ information provided here is intended especially for theme designer.
|
|||
|
||||
=== 2.7 ===
|
||||
|
||||
* CSS related functions in theme class and csslib.php were refactored, addons that are
|
||||
using this private API need to be updated
|
||||
* Please update your css to use 'tr:nth-of-type(odd/even)' instead of '.ro/.r1' to apply tr specific css for various tables.
|
||||
These classes are deprecated now and will be removed in Moodle 2.9. This has done to better support styling tables that will be altered by JavaScript.
|
||||
Here is an example to update your css:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue