mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 07:45:00 -04:00
Set favourites icon in pane controls following a consistent template pattern
This commit is contained in:
parent
6da34bcf52
commit
c1a5b67603
5 changed files with 15 additions and 16 deletions
|
@ -15,7 +15,7 @@
|
|||
color: var(--banner-font-colour);
|
||||
background-color: var(--banner-bg-colour);
|
||||
margin: 0;
|
||||
/* flex is applied through .row */
|
||||
/* flex is applied through .row on the banner element */
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,11 +20,6 @@
|
|||
linear-gradient(to top, var(--primary-border-colour) 1px, rgba(0, 0, 0, 0) 1px);
|
||||
}
|
||||
|
||||
/*#edit-favourites {*/
|
||||
/* float: right;*/
|
||||
/* margin-top: -7px;*/
|
||||
/*}*/
|
||||
|
||||
.favourites-hover {
|
||||
color: var(--rec-list-operation-font-colour);
|
||||
background-color: var(--rec-list-operation-bg-colour);
|
||||
|
@ -42,3 +37,4 @@
|
|||
filter: brightness(98%);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ body {
|
|||
height: 20vh;
|
||||
}
|
||||
|
||||
#operations .title,
|
||||
#recipe .title,
|
||||
#input .title,
|
||||
#output .title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue