From e55601b01dfdad6f9b690964553a69a69c697400 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Thu, 17 Nov 2011 15:11:37 +0100 Subject: [PATCH] Modified Action Proxy Loading indicator --- wcfsetup/install/files/acp/style/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 29eca0135a..7852261f1b 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -3797,18 +3797,26 @@ div#profileButtonContainer button:hover { #actionProxyLoading { text-align: center; + text-shadow: 0 -1px 0 #000; color: #fff; border-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, .3); border-radius: 5px; - background-color: rgba(0, 0, 0, .7); + + background-color: rgba(0, 0, 0, .5) !important; + background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)) !important; + background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)) !important; + background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)) !important; + background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)) !important; + background-image: linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)) !important; + padding: 7px 0; position: fixed; top: 200px; left: 46%; right: 46%; - width: 8%; + width: 70px; z-index: 1000; -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .5); -- 2.20.1