style_frontend.css 411 B

123456789101112131415161718192021222324
  1. body {
  2. }
  3. #wp-admin-bar-DEV_local.active a { background-color: #efef77; color: #000000; text-shadow: none;}
  4. #wp-admin-bar-DEV_stage.active a { background-color: #ef9933; color: #000000; text-shadow: none;}
  5. #wp-admin-bar-DEV_live.active a { background-color: #ef7777; color: #000000; text-shadow: none;}
  6. #dags-footer {
  7. text-align: right;
  8. }
  9. table.lastright tr td:last-child {
  10. text-align: right;
  11. }