mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibWeb: Add indeterminate checkbox styling to useragent stylesheet
This commit is contained in:
parent
c3d6709a9e
commit
def08bcfcf
Notes:
sideshowbarker
2024-07-16 23:34:44 +09:00
Author: https://github.com/srikavin Commit: https://github.com/SerenityOS/serenity/commit/def08bcfcf Pull-request: https://github.com/SerenityOS/serenity/pull/17940 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,12 @@ input[type=checkbox]:checked {
|
|||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAEhJREFUKFNjYBgs4D/MIYxEuAiuGKiWkZAGFMUgw5mQbECWBAljKAYJwmxAl0Tnw81FdhK6DcgGYtWA0xlw1TgY2GzCoZQWwgCU1woFwvnCFQAAAABJRU5ErkJggg==);
|
||||
}
|
||||
|
||||
input[type=checkbox]:indeterminate {
|
||||
image-rendering: pixelated;
|
||||
/* FIXME: Eventually respect the `accent-color` property here. */
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAACZJREFUKFNjZCARMJKonmGQa/hPwD9g5yP7gWQNRAXYIA8lovwAAHYYAg3vRihbAAAAAElFTkSuQmCC);
|
||||
}
|
||||
|
||||
option {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue