diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-12 17:13:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 17:13:48 -0400 |
commit | 47354a0f29913df58a6c50fa8b34b1e817a368af (patch) | |
tree | 74f84dcfa34e534b331ebac354265f06ea5ff921 /toolkit/components/alerts/resources/content/alert.css | |
parent | 62ca5cf04a400282f896e1213c850dbe7a437e3b (diff) | |
parent | 1170e81edd38ec530d09fd6a3e76936657ff52ce (diff) | |
download | UXP-47354a0f29913df58a6c50fa8b34b1e817a368af.tar UXP-47354a0f29913df58a6c50fa8b34b1e817a368af.tar.gz UXP-47354a0f29913df58a6c50fa8b34b1e817a368af.tar.lz UXP-47354a0f29913df58a6c50fa8b34b1e817a368af.tar.xz UXP-47354a0f29913df58a6c50fa8b34b1e817a368af.zip |
Merge pull request #132 from janekptacijarabaci/notifications_settings_1
moebius#154: Notifications - user settings - the immediate duration of the alert
Diffstat (limited to 'toolkit/components/alerts/resources/content/alert.css')
-rw-r--r-- | toolkit/components/alerts/resources/content/alert.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/components/alerts/resources/content/alert.css b/toolkit/components/alerts/resources/content/alert.css index c4d94a543..81e5cdd35 100644 --- a/toolkit/components/alerts/resources/content/alert.css +++ b/toolkit/components/alerts/resources/content/alert.css @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #alertBox[animate] { - animation-duration: 20s; animation-fill-mode: both; animation-name: alert-animation; } |