style buttons for upload/post edit pages

This commit is contained in:
r888888888
2017-09-14 16:56:40 -07:00
parent 5448ae5af4
commit 0985f929cc
10 changed files with 65 additions and 24 deletions

View File

@@ -99,7 +99,7 @@
});
dialog.parent().mouseout(function(e) {
dialog.parent().css({"opacity": 0.6});
dialog.parent().css({"opacity": 0.6, "transition": "opacity .2s ease"});
})
.mouseover(function(e) {
dialog.parent().css({"opacity": 1});