Skip to content
Snippets Groups Projects
Commit 4e45ab88 authored by Dima Rifai's avatar Dima Rifai Committed by mcfarhat
Browse files

Issue #375 - Fixing style issue for rdp-dropdown

parent 4863313d
No related branches found
No related tags found
2 merge requests!481bring recent develop changes to mater to match the backend,!473Delrifai/#375 fix calendar dropdowns style
Pipeline #109365 failed
......@@ -109,6 +109,11 @@ pre {
/* Internet Explorer 5.5+ */
}
.rdp-dropdown {
color: black;
}
\ No newline at end of file
.rdp-dropdown{
background-color: rgb(255, 255, 255) !important;
color: rgb(0, 0, 0) !important;
}
.rdp-dropdown option {
background-color: rgb(255, 255, 255) !important;
color: rgb(0, 0, 0) !important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment