mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-06-07 06:42:25 +00:00
lower thirds: change css selectors to be similar to the others
This commit is contained in:
parent
6c058cca1f
commit
ab42dade2b
4 changed files with 32 additions and 25 deletions
|
@ -3,6 +3,13 @@
|
|||
* room info page can now show more content on the lower half of the view
|
||||
* **BREAKING:** The option to select which content should be shown
|
||||
is now a ChoiceField, the old setting will be ignored.
|
||||
* **BREAKING:** lower thirds now use css selectors using the same rules
|
||||
as the other css selectors
|
||||
* `#l3box` is now `#broadcast_tools_lower_thirds_box`
|
||||
* `#l3info_line` is now `#broadcast_tools_lower_thirds_infoline`
|
||||
* `#l3speaker` is now `#broadcast_tools_lower_thirds_speaker`
|
||||
* `#l3title` is now `#broadcast_tools_lower_thirds_title`
|
||||
* `.lower3rd` is now `broadcast_tools_lower_thirds`
|
||||
|
||||
# 1.1.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue