diff --git a/web/_css/style.css b/web/_css/style.css index 9c6eefde..5e4b73fb 100644 --- a/web/_css/style.css +++ b/web/_css/style.css @@ -78,6 +78,7 @@ a:hover { } button, +#exportDirectPost, #aboutBackButton, #drawBackButton { background-image: linear-gradient(to bottom, #888, #666); @@ -103,6 +104,7 @@ button:disabled:hover { } button:hover, +#exportDirectPost:hover, #aboutBackButton:hover, #drawBackButton:hover { background-image: linear-gradient(to bottom, #999, #777); diff --git a/web/index.html b/web/index.html index e05ec073..cb388d08 100644 --- a/web/index.html +++ b/web/index.html @@ -189,16 +189,22 @@