Magellan Sticky Nav Colors - zurb-foundation

I just created as Magellan nav bar. I've managed to change the background colour and the font in the bar, but I'm wondering how I go about changing the "highlight" colour? At the moment, the default colour is a dark blue greeny colour.
Sorry if this is a really simple question, but I can't seem to find anything in the css....

add this to your css
.sub-nav dd.active a{
background:#000000
}

Related

In chart.js , change color of chart by clicking button

In chart.js, is it possible to change the color of a chart (theme) by clicking a button?
Let's say I have buttons named 'dark mode', 'light mode' when I click 'dark mode' button, the chart color changes to dark color.
I can't find any example of it by googling.
You can make a new chart or update your chart with the new colors in the options or in your dataset. There's no function with changes all colors to a dark mode, you have to change all colors on your own.
I can't give you all the possible color options, there's simply too many. Just look at the docs or maybe here for a few examples. You can for sure change e.g. all the dataset and background colors.

How do I change the text color of the inline breakpoint settings?

I use a dark theme, and I have my code "peek" background set to a dark color as well.
In VS2017, instead of the older dialog window you'd get when modifying a breakpoint, you get the settings inline instead, similar to how the "peek" bits look.
However, I can't find a way to change the text color of this area, so now I am trying to squint at dark grey text on a dark purple background. It seems as though the "peek" background color is shared with the breakpoint settings.
Is it possible to change this color?
Here's an image to show you what I mean:

How to change colour topbar-submenu border in Foundation 6?

In the _settings.scss file I don't see a variable to change the topbar-submenu border colour.
There is $topbar-submenu-background to change the topbar-submenu background colour, but there's no variable for the border.
Figured it out, it's $dropdownmenu-border under 18. Dropdown Menu.

Set background color for QTabBar beyond tabs?

Simple as the question title, I have a QTabWidget and I wanted to set the background color for the QTabBar area, and this is how I do it:
ViewTabs->tabBar()->setStyleSheet("background-color: rgb(85,85,85)");
I expected this to set the back ground for the whole bar, but instead it sets the background on tabs only as in the attached picture.
How do I make the background color take effect even beyond the tabs? I'm using QT 5.7 with C++.
You can try to change the background color manually in the UI interface by clicking on "palette" in the proprieties.
It's easier to handle colors this way.

Silverlight 5 - odd visible border around button label or image?

anyone have a thought why I get these rectangular borders inside buttons like this? thanks!