Add -moz-selection for firefox

This commit is contained in:
Olexandr Nesterenko
2014-09-24 10:32:29 +03:00
parent b6c8eb5e57
commit 0126032a2c
+4
View File
@@ -20,6 +20,10 @@ body {
background-color: transparent; background-color: transparent;
} }
::-moz-selection {
background-color: transparent;
}
/* Framework stuff */ /* Framework stuff */
div.clear { div.clear {