From 5b968a1189ae227eec56f7393dd76e441b050ecf Mon Sep 17 00:00:00 2001 From: Luzifr Date: Thu, 4 Aug 2011 18:27:43 +0200 Subject: [PATCH] No icons in buttons and removed shadow --- wcfsetup/install/files/acp/style/testing.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/wcfsetup/install/files/acp/style/testing.css b/wcfsetup/install/files/acp/style/testing.css index e20051fd9f..2f08a458a1 100644 --- a/wcfsetup/install/files/acp/style/testing.css +++ b/wcfsetup/install/files/acp/style/testing.css @@ -608,6 +608,11 @@ textarea:focus { display: inline; } +.largeButtons ul li img { + /* Button Icons disabled for now, maybe we get rid oft them */ + display: none; +} + /* buttons normal */ input[type='reset'], input[type='submit'], @@ -628,12 +633,6 @@ input[type='submit'], background-image: -o-linear-gradient(#fefefe, #eee); background-image: linear-gradient(#fefefe, #eee); - -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1); - -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1); - -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .1); - -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1); - box-shadow: 0 0 5px rgba(0, 0, 0, .1); - -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -- 2.20.1