mirror of
https://github.com/kremalicious/Badged.git
synced 2024-11-22 09:56:50 +01:00
unprefix some stuff, add that barely visible drop shadow
This commit is contained in:
parent
580479cd2c
commit
4188240bf5
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user