1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Blur the background when displaying modals

This commit is contained in:
Jeremy Ruston 2013-06-04 16:22:43 +01:00
parent 1f21bd36d6
commit 5221362791

View File

@ -541,6 +541,10 @@ canvas.tw-edit-bitmapeditor {
** Modals ** Modals
*/ */
.tw-modal-displayed {
-webkit-filter: blur(4px);
}
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed;
top: 0; top: 0;