Blur the background when displaying modals

print-window-tiddler
Jeremy Ruston 2013-06-04 16:22:43 +01:00
rodzic 1f21bd36d6
commit 5221362791
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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