unprefix some stuff, add that barely visible drop shadow

This commit is contained in:
Matthias Kretschmann 2013-08-06 21:48:28 +02:00
parent 580479cd2c
commit 4188240bf5
2 changed files with 3 additions and 15 deletions

View File

@ -11,9 +11,7 @@
/* need to be rude for these */
background: #ff0000 !important;
-webkit-box-shadow: 0px 0px 1px #888 !important;
-moz-box-shadow: 0px 0px 1px #888 !important;
box-shadow: 0px 0px 1px #888 !important;
box-shadow: 0 1px 0 #444 !important;
color: #fff; /* just in case, is white per WP default */
font: 12px/21px 'Helvetica Neue', Helvetica, Verdana, Geneva, sans-serif;
@ -26,12 +24,8 @@
height: 21px;
display: inline-block;
padding: 0;
-webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
vertical-align: baseline;

View File

@ -18,9 +18,7 @@
/* need to be rude for these */
background: #ff0000 !important;
-webkit-box-shadow: 0px 0px 1px #888 !important;
-moz-box-shadow: 0px 0px 1px #888 !important;
box-shadow: 0px 0px 1px #888 !important;
box-shadow: 0 1px 0 #888 !important;
color: #fff; /* just in case, is white per WP default */
font: 12px/21px 'Helvetica Neue', Helvetica, Verdana, Geneva, sans-serif;
@ -30,12 +28,8 @@
width: 21px;
height: 21px;
display: inline-block;
-webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
margin-top: -2px;