mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Consolidate selection colors in the drop down menu and browser tree to match the light blue agreed upon in the styleguide.
This commit is contained in:
4
web/pgadmin/static/css/select2.overrides.css
Normal file
4
web/pgadmin/static/css/select2.overrides.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: #e7f2ff;
|
||||
color: #333333;
|
||||
}
|
||||
Reference in New Issue
Block a user