blob: 4ae2f81d390ff2e5c0e2a676a30260a289b13b07 [file] [log] [blame]
/*
* Copyright 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
body {
animation-duration: 300ms;
transition-duration: 300ms;
/* Prevent user interaction. */
pointer-events: none !important;
}