Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
fa3bb93131bcbb8eebf7b3495f6aefe2afa01e62
/
.
/
Source
/
WebCore
/
css
/
dialog.css
blob: a88b8b82ff54874f66ee73ce3e9fbfdb1a2d449f [
file
]
dialog
{
position
:
absolute
;
inset-inline-start
:
0
;
inset-inline-end
:
0
;
width
:
fit-content
;
height
:
fit-content
;
margin
:
auto
;
border
:
solid
;
padding
:
1em
;
background
:
white
;
color
:
black
;
display
:
none
;
}
dialog
[
open
]
{
display
:
block
;
}