From 946e175512e15f76201b47c4d1b4eb6a016d3c50 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Mon, 28 Nov 2011 17:06:26 +0100 Subject: [PATCH] Removed -shadow from system notifications Looks better without --- wcfsetup/install/files/acp/style/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index cccecee45a..e1246dac36 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -2778,12 +2778,6 @@ tr .columnURL { border-radius: 7px; margin-top: 15px; padding: 7px 15px 7px 50px; - - -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1); - -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1); - -ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1); - -o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1); - box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1); } /* Types */ -- 2.20.1