mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +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);
|
||
|
}
|