mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
[#181] remove double border in Operations - search. Update todo ( started testing on real mobile device )
This commit is contained in:
parent
d3eac1b208
commit
f1008cff56
3 changed files with 11 additions and 11 deletions
|
@ -5,7 +5,5 @@
|
|||
#search {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
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);
|
||||
background-image: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue