123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .hidden {
- display: none !important;
- }
- /* Overwritting header size */
- #document_name > input {
- width: calc(100% - 100px) !important;
- }
- /* Button UI style */
- #bratFastModeUI {
- float: right;
- cursor: pointer;
- font-size: 0.7em;
- padding: 3px;
- color: white;
- border-radius: 5px;
- }
- #bratFastModeUI.desactivate {
- background-color: #940000;
- border: solid 1px #b30101;
- }
- #bratFastModeUI.activate {
- background-color: #0e7b21;
- border: solid 1px #025d15;
- }
- .targetWordSelection {
- color: red !important;
- font: bold;
- }
- /*
- Trigger word style
- */
- .triggerWord {
- fill: #ffa604;
- text-decoration: underline;
- font-weight: bold;
- }
|