No icons in buttons and removed shadow
authorLuzifr <szekely@woltlab.com>
Thu, 4 Aug 2011 16:27:43 +0000 (18:27 +0200)
committerLuzifr <szekely@woltlab.com>
Thu, 4 Aug 2011 16:27:48 +0000 (18:27 +0200)
wcfsetup/install/files/acp/style/testing.css

index e20051fd9feedbd4c58b36c1f83833d0839d47f4..2f08a458a1594e0ed0ee98a9dd3ba34a6534b02d 100644 (file)
@@ -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;