summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css12
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 {