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.

39 lines
716 B

10 years ago
  1. .post-state {
  2. background: #999;
  3. border-radius: 2px;
  4. color: #fff;
  5. font-size: 12px;
  6. font-weight: 400;
  7. margin: -1px 8px 0 0;
  8. padding: 1px 5px;
  9. vertical-align: top;
  10. }
  11. .admin-color-fresh .post-state {
  12. background: #333333;
  13. }
  14. .admin-color-light .post-state {
  15. background: #888888;
  16. }
  17. .admin-color-blue .post-state {
  18. background: #4796b3;
  19. }
  20. .admin-color-coffee .post-state {
  21. background: #59524c;
  22. }
  23. .admin-color-ectoplasm .post-state {
  24. background: #523f6d;
  25. }
  26. .admin-color-midnight .post-state {
  27. background: #363b3f;
  28. }
  29. .admin-color-ocean .post-state {
  30. background: #627c83;
  31. }
  32. .admin-color-sunrise .post-state {
  33. background: #cf4944;
  34. }
  35. td.post-title strong {
  36. display: inline;
  37. }
  38. .row-actions {
  39. padding: 4px 0 0 0;
  40. }