Merge pull request #189 from gaofy/master

show selection color when export/import
This commit is contained in:
Michael Townsend
2014-11-16 21:41:49 -05:00
+8
View File
@@ -24,6 +24,14 @@ body {
background-color: transparent; background-color: transparent;
} }
#description textarea::selection {
background-color: gray;
}
#description textarea::-moz-selection {
background-color: gray;
}
/* Framework stuff */ /* Framework stuff */
div.clear { div.clear {