From: Luzifr Date: Thu, 4 Aug 2011 16:27:43 +0000 (+0200) Subject: No icons in buttons and removed shadow X-Git-Tag: 2.0.0_Beta_1~1917 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5b968a1189ae227eec56f7393dd76e441b050ecf;p=GitHub%2FWoltLab%2FWCF.git No icons in buttons and removed shadow --- 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;