From a7f4ec2f623df1e76f0818dc7a9ef8f11572137a Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Thu, 30 Nov 2017 15:25:51 -0600 Subject: [PATCH] Install-usercss: Add a box shadow to install button Not on hover! --- install-usercss/install-usercss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-usercss/install-usercss.css b/install-usercss/install-usercss.css index 53b0a17d..5cb60645 100644 --- a/install-usercss/install-usercss.css +++ b/install-usercss/install-usercss.css @@ -128,6 +128,7 @@ h1 small { border-style: none; margin-bottom: 1ex; cursor: pointer; + box-shadow: .5px .5px 5px rgba(0, 0, 0, .3); } .install:before, @@ -159,7 +160,6 @@ h1 small { filter: brightness(1.1); color: #eee; text-shadow: none; - box-shadow: .5px .5px 5px rgba(0, 0, 0, .3); } .install.reinstall:after {