presetup: improve result formatting, add click-to-copy
This commit is contained in:
parent
0757cc368a
commit
53436033e2
2 changed files with 42 additions and 2 deletions
|
@ -40,9 +40,12 @@
|
|||
}
|
||||
|
||||
.Configurator .result {
|
||||
margin-top: 16px;
|
||||
width: 100%;
|
||||
background-color: #eee;
|
||||
padding: 8px;
|
||||
border: 1px solid #444;
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
|
||||
cursor: copy;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue