mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-21 05:20:01 +00:00
Fix Firefox bug with selection colours
See 543f9107b6 (commitcomment-42849656)
This commit is contained in:
parent
f7a626fef2
commit
9716c32695
@ -232,11 +232,8 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background-color: <<colour selection-background>>;
|
background-color: Highlight;
|
||||||
color: <<colour selection-foreground>>;
|
color: HighlightText;
|
||||||
}
|
|
||||||
|
|
||||||
::-moz-selection {
|
|
||||||
background-color: <<colour selection-background>>;
|
background-color: <<colour selection-background>>;
|
||||||
color: <<colour selection-foreground>>;
|
color: <<colour selection-foreground>>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user