mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibWeb: Add border style for iframe to default UA stylesheet
Wouldn't be the true <iframe> experience if you didn't have to get rid of the default inset border :^)
This commit is contained in:
parent
7e599aa1e5
commit
bc1b33eb22
Notes:
sideshowbarker
2024-07-17 17:52:09 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/bc1b33eb22 Pull-request: https://github.com/SerenityOS/serenity/pull/12916
@ -286,3 +286,8 @@ input[type=hidden i] { display: none !important; }
|
|||||||
@media (scripting) {
|
@media (scripting) {
|
||||||
noscript { display: none !important; }
|
noscript { display: none !important; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 15.4.1 Embedded content
|
||||||
|
* https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules
|
||||||
|
*/
|
||||||
|
iframe { border: 2px inset; }
|
||||||
|
Loading…
Reference in New Issue
Block a user