mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
show selection color in textarea
Currently, you have no idea whether the text in "Export / Import" is selected since the background is transparent.
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