mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 02:50:26 +08:00
9 lines
82 B
CSS
9 lines
82 B
CSS
.input {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label {
|
|
cursor: pointer;
|
|
padding-left: 4px;
|
|
}
|