mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-10 22:47:13 +08:00
Merge pull request #150 from burunduk/master
Add -moz-selection for firefox
This commit is contained in:
+5
-1
@@ -16,7 +16,11 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection{
|
::selection {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user