mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
WebContent+LibWebView: Add support for user style sheets
This commit is contained in:
parent
6dcd8d4a2c
commit
ec340f03a5
7 changed files with 24 additions and 1 deletions
|
@ -56,6 +56,8 @@ public:
|
|||
|
||||
[[nodiscard]] Gfx::Color background_color() const;
|
||||
|
||||
void set_user_style(String source);
|
||||
|
||||
private:
|
||||
// ^PageClient
|
||||
virtual bool is_connection_open() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue