mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Allowing selection in private notes.
This commit is contained in:
parent
5f569ade71
commit
0e09e46606
1 changed files with 2 additions and 2 deletions
|
@ -3960,11 +3960,11 @@ body {
|
|||
overflow: hidden;
|
||||
display: none;
|
||||
}
|
||||
.NB-sideoption-save-wrapper ::-moz-selection {
|
||||
.NB-sideoption-save-tag ::-moz-selection {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.NB-sideoption-save-wrapper ::selection {
|
||||
.NB-sideoption-save-tag ::selection {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue