mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
add a different background color on op selected, based on user test feedback
This commit is contained in:
parent
82837254ea
commit
9ec902a369
3 changed files with 14 additions and 2 deletions
|
@ -57,6 +57,17 @@
|
|||
color: #47d047;
|
||||
}
|
||||
|
||||
.operation.selected {
|
||||
background-color: var(--selected-operation-bg-colour);
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px){
|
||||
.operation.selected {
|
||||
background-color: var(--op-list-operation-bg-colour);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.operation.selected > .op-icon.check-icon {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue