Add -moz-selection for firefox

This commit is contained in:
Olexandr Nesterenko
2014-09-24 10:32:29 +03:00
parent b6c8eb5e57
commit 0126032a2c
+5 -1
View File
@@ -16,7 +16,11 @@ body {
margin: 0;
}
::selection{
::selection {
background-color: transparent;
}
::-moz-selection {
background-color: transparent;
}