Box-shadow for large buttons
authorLuzifr <szekely@woltlab.com>
Wed, 3 Aug 2011 21:30:40 +0000 (23:30 +0200)
committerLuzifr <szekely@woltlab.com>
Wed, 3 Aug 2011 21:30:40 +0000 (23:30 +0200)
wcfsetup/install/files/acp/style/testing.css

index 4061bf57c62ba7353c765b6b8b127357ba5683db..6ecc6a297beb7ff55a8e92f25e7c3b4631000043 100644 (file)
@@ -628,6 +628,12 @@ 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;