mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing FF bug: selection in story trainer wasn't showing up on title.
This commit is contained in:
parent
7c6a94ee72
commit
6d55cc7dc0
1 changed files with 4 additions and 4 deletions
|
@ -3758,12 +3758,12 @@ form.opml_import_form input {
|
|||
}
|
||||
|
||||
|
||||
.NB-classifiers ::-moz-selection {
|
||||
background: transparent;
|
||||
.NB-classifiers .NB-classifier ::-moz-selection {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.NB-classifiers ::selection {
|
||||
background: transparent;
|
||||
.NB-classifiers .NB-classifier ::selection {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.NB-classifiers .NB-classifier {
|
||||
|
|
Loading…
Add table
Reference in a new issue