mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 18:26:14 -04:00
Rename 'move output to input' to 'replace input with output'
Shrink close tab buttons
This commit is contained in:
parent
d3e8616e90
commit
f5cf7bb1f2
2 changed files with 12 additions and 1 deletions
|
@ -87,6 +87,17 @@
|
|||
background-color: var(--primary-background-colour);
|
||||
}
|
||||
|
||||
.input-tab-content+.btn-close-tab {
|
||||
display: block;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.input-tab-content+.btn-close-tab i {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.input-tab-buttons,
|
||||
.output-tab-buttons {
|
||||
width: 25px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue