mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
[#181] add
This commit is contained in:
parent
f1257ea356
commit
5362f9fda4
9 changed files with 48 additions and 23 deletions
|
@ -7,7 +7,6 @@
|
|||
*/
|
||||
|
||||
.operation {
|
||||
cursor: grab;
|
||||
padding: 10px;
|
||||
list-style-type: none;
|
||||
position: relative;
|
||||
|
@ -19,6 +18,10 @@
|
|||
}
|
||||
|
||||
@media only screen and (min-width: 768px){
|
||||
.operation {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
/* never display check icons on desktop views */
|
||||
.op-icon.check-icon {
|
||||
display: none;
|
||||
|
@ -31,6 +34,20 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*mobile only favourite icon in operation list*/
|
||||
.icon-add-favourite {
|
||||
float: left;
|
||||
margin: 0 10px 0 0;
|
||||
padding: 0;
|
||||
color: var(--category-list-font-colour);
|
||||
opacity: .5;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.icon-add-favourite.fav-op {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.op-icon.remove-icon {
|
||||
color: #f44336;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue