mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #204] how to change color of search bar #200
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#200
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s1rk1t on GitHub (Dec 14, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/204
Hi all,
I've used the inspect tool and see that it's background-color value for the search bar div is rgb(0, 188, 212) but have grepped the entire file system, but for the life of me can't find any div with that background-color value. I also tried grepping with the corresponding hex color value with no success. Any one have any idea where the search bar background color value is being set?
Thanks in advance for any help you can offer.
@sochix commented on GitHub (Dec 16, 2018):
Set the style here https://github.com/RD17/ambar/blob/master/FrontEnd/src/layouts/MainLayout/MainLayout.js line 44
@s1rk1t commented on GitHub (Dec 17, 2018):
Thanks!