bratFastMode.css 686 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .hidden {
  2. display: none !important;
  3. }
  4. /* Overwritting header size */
  5. #document_name > input {
  6. width: calc(100% - 100px) !important;
  7. }
  8. /* Button UI style */
  9. #bratFastModeUI {
  10. float: right;
  11. cursor: pointer;
  12. font-size: 0.7em;
  13. padding: 3px;
  14. color: white;
  15. border-radius: 5px;
  16. }
  17. #bratFastModeUI.desactivate {
  18. background-color: #940000;
  19. border: solid 1px #b30101;
  20. }
  21. #bratFastModeUI.activate {
  22. background-color: #0e7b21;
  23. border: solid 1px #025d15;
  24. }
  25. .targetWordSelection {
  26. color: red !important;
  27. font: bold;
  28. }
  29. /*
  30. Trigger word style
  31. */
  32. .triggerWord {
  33. fill: #ffa604;
  34. text-decoration: underline;
  35. font-weight: bold;
  36. }