1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +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
*/
.tw-modal-displayed {
-webkit-filter: blur(4px);
}
.modal-backdrop {
position: fixed;
top: 0;