mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
[#181] a few classname and selector updates
This commit is contained in:
parent
8d14dfa554
commit
1e5190cd7d
3 changed files with 4 additions and 3 deletions
|
@ -200,7 +200,7 @@
|
|||
<span class="pane-controls">
|
||||
<button type="button"
|
||||
class="btn bmd-btn-icon mobile-only hidden"
|
||||
id="close-operations-dropdown"
|
||||
id="close-ops-dropdown-icon"
|
||||
title="Close dropdown">
|
||||
<i class="material-icons">close</i>
|
||||
</button>
|
||||
|
|
|
@ -44,8 +44,9 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.icon-add-favourite.fav-op {
|
||||
li.operation.favourite > .icon-add-favourite {
|
||||
opacity: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.op-icon.remove-icon {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
background-color: var(--secondary-background-colour);
|
||||
}
|
||||
|
||||
#close-operations-dropdown.hidden,
|
||||
#close-ops-dropdown-icon.hidden,
|
||||
#search-results.hidden,
|
||||
#categories.hidden {
|
||||
z-index: -10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue