diff --git a/dist/treebird.css b/dist/treebird.css index 159f0e9..d2d49a1 100644 --- a/dist/treebird.css +++ b/dist/treebird.css @@ -522,7 +522,7 @@ input[type=button], input[type=submit] padding: 3px 15px; } -.btn-alt +.btn-icon { display: inline-block; border: 1px solid #858ba6; @@ -533,6 +533,16 @@ input[type=button], input[type=submit] cursor: pointer; } +.btn-icon:hover +{ + background-color: #9096b3; +} + +.btn-icon:active +{ + background-color: #747890; +} + .post-btn { background: linear-gradient(#aa0000, #900000); @@ -2039,8 +2049,9 @@ input[type=checkbox].hidden:not(:checked) + .list-edit-content ******************************/ .file-upload-btn { - padding: 3px 2px 2px 4px; - width: 16px; + margin-top: -1px; + padding: 4px 2px 4px 6px; + width: 18px; height: 16px; } diff --git a/static/post.tmpl b/static/post.tmpl index 95877d7..4f71ed5 100644 --- a/static/post.tmpl +++ b/static/post.tmpl @@ -4,6 +4,12 @@
-