rte.css 421 B

123456789101112131415161718
  1. /**
  2. * Style sheet used for the RTE in the backend
  3. *
  4. * This is loaded whenever an RTE field is edited in the backend.
  5. * Keep this file as short as possible, giving the editor an idea of what the content might look like in the frontend.
  6. */
  7. .btn.link {
  8. color: #0165a3;
  9. background-color: #fff;
  10. border: 1px solid #ccc;
  11. }
  12. .btn.link:hover {
  13. color: #fff;
  14. background-color: #0165a3;
  15. border: none;
  16. }