mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 22:21:01 +01:00
Add css for search box
This commit is contained in:
parent
406cbb0f41
commit
7b169fb798
@ -108,7 +108,7 @@
|
||||
|
||||
|
||||
#btn-next-input-tab,
|
||||
#btn-go-to-input-tab,
|
||||
#btn-input-tab-dropdown,
|
||||
#btn-next-output-tab,
|
||||
#btn-go-to-output-tab {
|
||||
float: right;
|
||||
@ -295,3 +295,26 @@
|
||||
#magic svg path {
|
||||
fill: var(--primary-font-colour);
|
||||
}
|
||||
|
||||
#input-search-results {
|
||||
list-style: none;
|
||||
width: fit-content;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#input-search-results li {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
text-align: center;
|
||||
transition: 0.25s ease all;
|
||||
width: 100%;
|
||||
background: var(--secondary-background-colour);
|
||||
}
|
||||
|
||||
#input-search-results li:hover {
|
||||
cursor: pointer;
|
||||
background: var(--primary-background-colour);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user