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.

41 lines
771 B

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