diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-05-05 15:44:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 15:44:25 +0200 |
commit | 7d5f95a8e57de5255ad2767342c1f2392b6f261f (patch) | |
tree | bcbf355b0b2d36e6a9555d24373decc478834953 /toolkit/themes | |
parent | 3ca0ca4b6790e2b72fbbebed13db79055e85b8ab (diff) | |
parent | 4f82391dfe524e526a0940717a98dd4d0e420d07 (diff) | |
download | UXP-7d5f95a8e57de5255ad2767342c1f2392b6f261f.tar UXP-7d5f95a8e57de5255ad2767342c1f2392b6f261f.tar.gz UXP-7d5f95a8e57de5255ad2767342c1f2392b6f261f.tar.lz UXP-7d5f95a8e57de5255ad2767342c1f2392b6f261f.tar.xz UXP-7d5f95a8e57de5255ad2767342c1f2392b6f261f.zip |
Merge pull request #333 from janekptacijarabaci/notifications_settings_2
[follow up] moebius#154: Notifications - user settings - the immediate duration of the alert (fix for "New layout of XUL Notifications")
Diffstat (limited to 'toolkit/themes')
-rw-r--r-- | toolkit/themes/shared/alert-common.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/themes/shared/alert-common.css b/toolkit/themes/shared/alert-common.css index 010e89393..17510c0db 100644 --- a/toolkit/themes/shared/alert-common.css +++ b/toolkit/themes/shared/alert-common.css @@ -15,14 +15,12 @@ } #alertBox[animate][clicked] { - animation-duration: .6s; animation-name: alert-clicked-animation; } /* This is used if the close button is clicked before the animation has finished. */ #alertBox[animate][closing] { - animation-duration: .6s; animation-name: alert-closing-animation; } |