mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
10 lines
83 B
CSS
10 lines
83 B
CSS
|
|
.input {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label {
|
|
cursor: pointer;
|
|
padding-left: 4px;
|
|
}
|