mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
minor cosmetic consistency fixes with original 'design'
This commit is contained in:
parent
eb53667919
commit
8afcfa0b45
5 changed files with 12 additions and 43 deletions
|
@ -35,7 +35,6 @@
|
|||
@media only screen and ( min-width: 768px ){
|
||||
#operations-dropdown {
|
||||
border-bottom: none;
|
||||
border-top: 1px solid var(--primary-border-colour);
|
||||
}
|
||||
|
||||
/* On desktop UI, the categories are always visible */
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
#search {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
background-image: none;
|
||||
background-image:
|
||||
linear-gradient(to top, var(--input-highlight-colour) 2px, rgba(0, 0, 0, 0) 2px),
|
||||
linear-gradient(to top, var(--primary-border-colour) 1px, rgba(0, 0, 0, 0) 1px);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue