mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07: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:
parent
d5b526914b
commit
01fa82fac1
@ -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)">>
|
||||
|
@ -732,10 +732,6 @@ canvas.tw-edit-bitmapeditor {
|
||||
** Modals
|
||||
*/
|
||||
|
||||
.tw-modal-displayed {
|
||||
-webkit-filter: blur(4px);
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user