Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

made tabs bold #1656

Closed
wants to merge 1 commit into from
Closed

made tabs bold #1656

wants to merge 1 commit into from

Conversation

shachar058
Copy link
Contributor

made tab titles bold like the menu titles

@@ -26,7 +26,7 @@
</div>
<!-- ko foreach: tabsList -->
<div class="tabSpan bgcolor2" data-bind="click: tabClicked, css: {tabNotchosen: !visible()}">
<span class="tabTitle" data-bind="text: title, click: tabClicked, css: {tabHidden: !visible()}"></span>
<b><span class="tabTitle" data-bind="text: title, click: tabClicked, css: {tabHidden: !visible()}"></span></b>
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is best to do in styling; and rec doing that in a day or 2 after the new styling engine by @d3sandoval is in place:
#1651

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup! This can be done by using the font-weight rule in the tabTitle selector

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok,
I saw that the PR has been merged.
With the new engine, where is the proper place to add css which is relevant to all themes (and not just a specific one)?
thanks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OH MAN
I just saw I mistakenly uploaded the sql conf file.
I'll fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants