From 817ed019eb2b2659da661661b16d43fd5c0dbc2f Mon Sep 17 00:00:00 2001 From: Neetpone <132411956+Neetpone@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:10:30 -0400 Subject: [PATCH] fix: add placeholder grey default tag CSS --- app/assets/stylesheets/fimfetch.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/fimfetch.css b/app/assets/stylesheets/fimfetch.css index bf17e20..5745e2e 100644 --- a/app/assets/stylesheets/fimfetch.css +++ b/app/assets/stylesheets/fimfetch.css @@ -571,6 +571,10 @@ a.submit2.cancel:active { cursor: default; text-align: center; padding: 3px 8px; + background-color: #888; + box-shadow: 0 1px 0 #aaa inset; + text-shadow: 0 0 3px #666; + border: 1px solid #666; } .frating { border: 1px solid rgba(0, 0, 0, 0.2);