mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
15 lines
199 B
CSS
15 lines
199 B
CSS
![]() |
/**
|
||
|
* Operations component styles
|
||
|
*/
|
||
|
|
||
|
.operations-wrapper {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
#reset-operations.hidden,
|
||
|
#search-results.hidden,
|
||
|
#categories.hidden {
|
||
|
z-index: -10;
|
||
|
display: none;
|
||
|
}
|