diff options
author | horst3180 | 2017-04-20 01:44:54 +0200 |
---|---|---|
committer | GitHub | 2017-04-20 01:44:54 +0200 |
commit | cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6 (patch) | |
tree | 9cf155c26ca8ba184f87c33c7a61c42bf8d09d87 /arc-firefox-theme/chrome/global/narrate.css | |
parent | 6d434580a2c66f82bb6a144f8470e95bb314ea23 (diff) | |
parent | 541ad47a735339b74001c25564efbe9b793be505 (diff) | |
download | solarc-firefox-theme-cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6.tar.gz solarc-firefox-theme-cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6.tar.xz solarc-firefox-theme-cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6.zip |
Merge branch 'master' into master
Diffstat (limited to 'arc-firefox-theme/chrome/global/narrate.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/narrate.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arc-firefox-theme/chrome/global/narrate.css b/arc-firefox-theme/chrome/global/narrate.css index 8a44e78..4514eff 100644 --- a/arc-firefox-theme/chrome/global/narrate.css +++ b/arc-firefox-theme/chrome/global/narrate.css @@ -22,7 +22,7 @@ body.dark .narrating { z-index: -1; border-bottom-style: solid; border-bottom-width: 7px; - transition: left 0.1s ease; + transition: left 0.1s ease, width 0.1s ease; } .narrating > .narrate-word-highlight { |