mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-06 14:00:48 -08: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
2 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue