Jonas Jenwald
ae1cbc6a9e
Use the light-dark
CSS function in the viewer (issue 17780)
...
This removes the need for (most) separate `@media (prefers-color-scheme: dark)` blocks when defining colors values, and also provides a simple way of forcing use of either the light or dark theme.
Please refer to https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark and https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme
*NOTE:* To support this in older browsers, we utilize a [PostCSS plugin](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function ).
2025-04-23 15:31:39 +02:00
Calixte Denizet
75e9f2a0e8
Replace the info icon in the undo bar by the right one (bug 1960523)
2025-04-18 14:13:02 +02:00
Calixte Denizet
bb2ef20420
[Editor] Add a border to the undo button in the snackbar in order to make a contrast (bug 1952563)
2025-03-28 21:42:57 +01:00
Calixte Denizet
68451fe17e
[Editor] Populate the 'Add signature' menu with the saved signatures (bug 1947828)
2025-02-13 15:59:57 +01:00
Calixte Denizet
1cd3eb75d5
Fix unused css variables (follow-up of #18900 )
2024-12-04 09:15:01 +01:00
Ujjwal Sharma
dd82d78a2d
Pop open a message when user deletes an annotation
...
When a user deletes any number of annotations, they are notified of the action
by a popup message with an undo button. Besides that, this change reuses the
existing messageBar CSS class from the new alt-text dialog as much as possible.
2024-12-03 11:03:15 +01:00
Ujjwal Sharma
962eb6206a
Break messageBar class out
...
Move .messageBar out of .dialog into its own standalone class in order
to reuse as much of it for the upcoming feature for an undo message for
annotations.
2024-12-02 23:01:22 +01:00