A fork of Ryan Summer's WordPress plugin Obvious Post States (https://github.com/ryansommers/obvious-post-states)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

38 lines
635 B

.post-state {
background: #999999;
border-radius: 10px;
color: #ffffff;
display: inline-block;
font-size: 12px;
font-weight: normal;
margin: -1px 10px 5px 10px;
padding: 1px 5px;
vertical-align: top;
float: right;
width: 120px;
text-align: center;
}
.status-future .post-state {
background: #2a8991;
}
.status-private .post-state {
background: #667;
}
.post-password-required .post-state {
background: #912a46;
}
.status-draft .post-state {
background: #999;
}
.status-sticky .post-state {
background: #2a3491;
}
.row-actions {
padding: 4px 0 0 0;
}
td.post-title strong,
td.page-title strong {
display: inline;
}