mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
10 lines
183 B
CSS
10 lines
183 B
CSS
dialog::-webkit-backdrop {
|
|
background: rgba(255, 0, 0, .25);
|
|
}
|
|
dialog::-ms-backdrop {
|
|
background: rgba(255, 0, 0, .25);
|
|
}
|
|
dialog::backdrop {
|
|
background: rgba(255, 0, 0, .25);
|
|
}
|