1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Move the modal background blur effect from Snow White to Vanilla

It’s a slow effect, and so it should be possible to suppress it by
returning to the barebones Vanilla theme.
This commit is contained in:
Jermolene 2014-02-12 15:33:21 +00:00
parent d5b526914b
commit 01fa82fac1
2 changed files with 4 additions and 4 deletions

View File

@ -107,6 +107,10 @@ canvas.tw-edit-bitmapeditor {
<<box-shadow "2px 2px 10px rgba(0, 0, 0, 0.5)">>
}
.tw-modal-displayed {
-webkit-filter: blur(4px);
}
.modal {
<<border-radius 6px>>
<<box-shadow "0 3px 7px rgba(0,0,0,0.3)">>

View File

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