Fixing FF bug: selection in story trainer wasn't showing up on title.

This commit is contained in:
Samuel Clay 2012-05-14 14:14:59 -07:00
parent 7c6a94ee72
commit 6d55cc7dc0

View file

@ -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 {