mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
Set filter cell input background to transparent (#15321)
This commit is contained in:
parent
b2568ad475
commit
557b53e5df
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
height: 40px;
|
||||
width: 100%;
|
||||
font-size: $x-small;
|
||||
background-color: $ui-off-white;
|
||||
background-color: transparent;
|
||||
border: 1px solid $ui-fleet-black-10;
|
||||
border-radius: 4px;
|
||||
padding: 4px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue