2016-04-08 03:23:06 +00:00
|
|
|
#arena.paused,#arena.unfocus,#arena.right,
|
2016-04-08 07:06:56 +00:00
|
|
|
#arena.menupaused,#window.shortcutpaused>div:not(#shortcut):not(#system){
|
2015-11-05 02:34:35 +00:00
|
|
|
filter:blur(3px);
|
2015-04-29 03:25:17 +00:00
|
|
|
-webkit-filter:blur(3px);
|
|
|
|
}
|
2015-11-07 09:20:15 +00:00
|
|
|
#arena.menupaused{
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
2015-11-30 17:37:10 +00:00
|
|
|
#arena.thrownhighlight>.card.thrown:not(.thrownhighlight){
|
|
|
|
filter:blur(2px);
|
|
|
|
-webkit-filter:blur(2px);
|
|
|
|
}
|