File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ class HotkeyManager {
1818 // css class of the buttons that appear as link hints
1919 this . LINKHINT_STYLE_CLASS = "eric-reverse" ;
2020 // css class added to the link hints when overlay mode is on. See notesToSelf/overlayMode.md
21- this . LINKHINT_OVERLAY_STYLE_CLASS = "overlay-hint"
22- this . LINKHINT_OVERLAY_CONTAINER_STYLE_CLASS = "overlay-container"
21+ this . LINKHINT_OVERLAY_STYLE_CLASS = "LB- overlay-link -hint"
22+ this . LINKHINT_OVERLAY_CONTAINER_STYLE_CLASS = "LB- overlay-container"
2323
2424 // internal config. It doesn't matter what you set here
2525 this . AUTOGEN_LINKHINT_ATTRIBUTE = "brotkeysid" ; // used for counting all anchors. Throwaway property.
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ kbd.eric-btn-dark {
3737}
3838
3939/* Used for overlaying the link hints instead of moving page content around when they appear */
40- .overlay-container {
40+ .LB- overlay-container {
4141 position : relative;
4242}
43- .overlay-hint {
43+ .LB- overlay-link -hint {
4444 position : absolute;
4545 top : 50% ;
4646 transform : translateY (-50% )
You can’t perform that action at this time.
0 commit comments