mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-10 09:04:01 +08:00
11 lines
121 B
Plaintext
11 lines
121 B
Plaintext
.textarea {
|
|
width: 100%;
|
|
z-index: 999;
|
|
bottom: 0;
|
|
background: #aaa
|
|
}
|
|
.textarea textarea {
|
|
background: #666
|
|
}
|
|
|