mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 09:13:48 +08:00
9 lines
82 B
CSS
9 lines
82 B
CSS
.input {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label {
|
|
cursor: pointer;
|
|
padding-left: 4px;
|
|
}
|