FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit c1631287 authored by Silas S. Brown's avatar Silas S. Brown
Browse files

annogen browser extensions ensure selected button is differentiated

parent 0a52e02d
No related branches found
No related tags found
No related merge requests found
......@@ -3674,6 +3674,7 @@ extension_rubycss = b"span._adjust0 ruby{display:inline-table !important;vertica
extension_config=br"""<html><head><meta charset="utf-8">
<style>#cr{width:100%;border:thin dotted grey;max-width:15em;max-height:10em;overflow:auto} #cr:empty{padding:0.5ex}
button{background:#ededed;color:inherit}
button:disabled{border:thin red solid}
"""+extension_rubycss.replace(b"span._adjust0 ",b"")+br"""</style>
</head><body>
<nobr><button id="-1">Off</button> <button id="-2">2-line</button>"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment