Skip to content

Commit d266388

Browse files
committed
Improve styling of Frida intercept top-bar & search
1 parent bc59081 commit d266388

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/intercept/config/frida-config.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ const SelectedHostBlock = styled.div`
6464
6565
z-index: 1;
6666
box-shadow: 0 0 5px 2px rgba(0,0,0,${p => p.theme.boxShadowAlpha});
67+
68+
background-color: ${p => p.theme.highlightBackground};
69+
color: ${p => p.theme.highlightColor};
6770
`;
6871

6972
const SelectedHostName = styled.h2`
@@ -101,6 +104,9 @@ const SearchBox = styled(TextInput)`
101104
102105
padding: 10px 10px 8px;
103106
107+
z-index: 0;
108+
box-shadow: 0 0 5px 2px rgba(0,0,0,${p => p.theme.boxShadowAlpha});
109+
104110
:focus {
105111
outline: none;
106112
border-color: ${p => p.theme.inputBorder};

0 commit comments

Comments
 (0)