.hidden { display: none !important; } /* Overwritting header size */ #document_name > input { width: calc(100% - 100px) !important; } /* Button UI style */ #bratFastModeUI, #bratDarkMode { float: right; cursor: pointer; font-size: 0.7em; padding: 3px; color: white; border-radius: 5px; margin-left: 1px; } #bratFastModeUI.desactivate, #bratDarkMode.desactivate { background-color: #940000; border: solid 1px #b30101; } #bratFastModeUI.activate, #bratDarkMode.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; } /* Dark Mode */ .svg_dark .background0 { fill: #040404; } .svg_dark .background1 { fill: #3c3838; } .svg_dark { fill: white; background: black; }