moayadnajd / nativescript-filter-select

A NativeScript plugin to provide an listview widget to select AND filter items
http://codeobia.com
Other
37 stars 19 forks source link

Modal Popup overwriting styled ActionBar #32

Closed tylerablake closed 6 years ago

tylerablake commented 6 years ago

I have a blue ActionBar with white text, and when the modal pops up it overwrites the ActionBar to be white with I'm assuming white text. Any help would be appreciated! Thanks!

image

tylerablake commented 6 years ago

Adding this css gave these results.

.action-bar.p-10{ margin-top:-30; margin-right:-10; margin-left:-10;
padding-top:30; background-color:rgb(61,112,185); }

.filter-select-search-bar{
margin-right:-10; margin-left:-10; }

image

moayadnajd commented 6 years ago

@tylerablake can you provide example like this https://play.nativescript.org/?template=play-tsc&id=gDKleZ&v=8 so I can edit on it

tylerablake commented 6 years ago

@moayadnajd Thanks for looking into this! I couldn't get that sample to run on my phone. I'll try and get something uploaded and let you take a look at it.

moayadnajd commented 6 years ago

@tylerablake sorry i will close this until you provide more info