mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
restore recipe on refresh
This commit is contained in:
parent
21ed26e104
commit
4a07d52230
11 changed files with 215 additions and 217 deletions
|
@ -15,7 +15,7 @@
|
|||
border-top: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
cursor: pointer;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px){
|
||||
|
@ -272,14 +272,14 @@ input.toggle-string {
|
|||
word-break: break-all;
|
||||
}
|
||||
|
||||
.recip-icons {
|
||||
.recipe-icons {
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
right: 10px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.recip-icons i {
|
||||
.recipe-icons i {
|
||||
margin-right: 10px;
|
||||
vertical-align: baseline;
|
||||
float: right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue