~mmach/netext73/webkit2gtk

« back to all changes in this revision

Viewing changes to Source/WebCore/css/dialog.css

  • Committer: mmach
  • Date: 2023-06-16 17:21:37 UTC
  • Revision ID: netbit73@gmail.com-20230616172137-2rqx6yr96ga9g3kp
1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dialog {
 
2
    display: none;
 
3
}
 
4
 
 
5
dialog[open] {
 
6
    display: block;
 
7
}