diff options
| author | ryderr <r@okfoc.us> | 2014-10-16 10:42:44 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-16 10:42:44 -0400 |
| commit | 20f37d08394df097db45e0092e4420f31b5be161 (patch) | |
| tree | 2970477eee725f9bef4d3ba518853e66679393ee /public | |
| parent | 0b088a46f0c60169225627fa45ec903b4384a61c (diff) | |
undo button
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 42f0058..b8e2a2b 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1471,6 +1471,7 @@ border-left: 1px solid black; -webkit-transition: -webkit-transform 0.1s ease-in-out; line-height: 0; vertical-align: text-bottom; + background-color:white; -webkit-user-drag: element; } .wallpaper.active .swatches .swatch:hover { @@ -2213,15 +2214,12 @@ form li textarea { transform: translateY(-200px) translateZ(0); } #fixed_close.active { - animation: visibility 0.2s; - animation-fill-mode: forwards; + animation:0.2s transform linear 1s; display: block; + transform: translateY(0px) translateZ(0); } -@keyframes visibility { - 100% { - transform: translateY(0px) translateZ(0); - } -} + + .desktop .close:hover { |
