mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Operation cursor now indicates that it can be dragged
This commit is contained in:
parent
4338e2626b
commit
dcf3152dee
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#rec-list .operation {
|
#rec-list .operation {
|
||||||
cursor: pointer;
|
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,7 +87,7 @@ div.toggle-string {
|
||||||
|
|
||||||
.editable-option-menu {
|
.editable-option-menu {
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 300px;
|
max-height: 350px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -108,6 +107,7 @@ div.toggle-string {
|
||||||
float: right;
|
float: right;
|
||||||
color: #f44336;
|
color: #f44336;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recip-icons {
|
.recip-icons {
|
||||||
|
@ -122,6 +122,7 @@ div.toggle-string {
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.disable-icon {
|
.disable-icon {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue