mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Merge pull request #189 from gaofy/master
show selection color when export/import
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user