mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:43:45 +02:00
12 lines
251 B
CSS
12 lines
251 B
CSS
.stf-access-tokens .access-token-generated-okay {
|
|
display: inline-block;
|
|
}
|
|
|
|
.stf-access-tokens .token-id-textarea {
|
|
resize: none;
|
|
cursor: text;
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
font-size: 12px;
|
|
width: 85%;
|
|
}
|