Giter Site home page Giter Site logo

Comments (21)

 avatar commented on May 30, 2024

If you no time to find diffs:

in tabs_below_navigation_toolbar.css:

/* Line 85 */
#TabsToolbar{
  border-top: 1px solid var(--tabs-border) !important; /* added */
  margin-bottom: 0px !important;
  border-bottom: 1px solid var(--tabs-border) !important; /* changed color */
}

/* Line 102 */
#main-window[tabsintitlebar][sizemode="normal"] #toolbar-menubar[autohide="true"][inactive="true"],
#main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar[autohide="true"][inactive="true"] {
  /*margin-top: 21px !important;*/  /* <--- disabled */
}

/* added by Torbins */
#nav-bar {
  border-top: none !important;
  --toolbar-bgcolor: unset !important;
  margin-right: 110pt;
  background: rgba(255,255,255,.0) !important;
}

with comment other css in userChrome.css (minimum commentappbutton_in_titlebar.css)

from customcssforfx.

Torbins avatar Torbins commented on May 30, 2024

It moves tabs toolbar below navbar and moves navbar to window caption. CustomCSSforFx
does not allow to move navbar to window caption.

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

Cleaned thread.

from customcssforfx.

Torbins avatar Torbins commented on May 30, 2024

Hi! I have tried release v1.3.2.1, and do not see any ability to move navbar to window caption. Am I missing something, or this feature is not implemented yet?

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

The feature is not part of this project yet.

from customcssforfx.

Torbins avatar Torbins commented on May 30, 2024

Had to add fix for colors:

#nav-bar {
  color: var(--titlebar-text-color) !important;
}

#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#nav-bar) {
  background-color: var(--toolbar-bgcolor);
  background-image: var(--toolbar-bgimage);
  background-clip: padding-box;
  color: var(--toolbar-color, inherit) !important;
}

This fix is required, because windows can change caption text color from black to white if border color is too dark. And Firefox changes its colors too.

from customcssforfx.

Torbins avatar Torbins commented on May 30, 2024

Current result:
navbarcolors

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

For this project I have to add some more files e.g. for the two application button in titlebar cases text and icon only. All files are ready for a while, but haven't tested them on Windows 8 and 10 yet. Because of that this bug is still open.

As soon as I'm finished with testing, I will add this feature to the release file as well.

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

Added to 1.3.3. Not everything is like in your version, but is very close.

from customcssforfx.

Torbins avatar Torbins commented on May 30, 2024

I have tried release 1.3.5. When windows border color set to something light, it looks fine. But when windows border color is set to something dark, then color fix, that I have showed earlier is required. Also I can't click on window close button and others, because you are using padding, and in my fix I have used margin.
Everything else is fine.

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

Looks like this for me. Caption buttons working fine on Win7-10 too.

111

Post a screenshot.

from customcssforfx.

Torbins avatar Torbins commented on May 30, 2024

This is how it looks on my PC, notice invisible text on second tab:
135
Close, Minimize, Maximize buttons are not working.
This is my settings:
chrome.zip

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

I replaced the "padding" with a "margin" on one of the last releases. No idea why min/max/close were not working for you. Make sure you run tests with the latest version from release area. Also point out the differences between your code and the one from here.

from customcssforfx.

Torbins avatar Torbins commented on May 30, 2024

I was testing on the old version without the fix. I will retest today.

from customcssforfx.

Torbins avatar Torbins commented on May 30, 2024

Thank you very much for your effort. Now everything looks OK.

from customcssforfx.

coline123 avatar coline123 commented on May 30, 2024

Hi, I have this problem with my tabs on bottom mod script, they appear over the navigation bar, this happened after a restart of the computer, it was fine when I applied the rule on the Userchrome file
imagen
this is my file

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
-moz-box-ordinal-group: 10;
}
#TabsToolbar {
-moz-box-ordinal-group: 1000 !important;
}

#TabsToolbar {
display: block !important;
position: absolute !important;
bottom: 10 !important;
width: 100vw !important;
}

#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {
padding-bottom: var(--tab-min-height) !important;
}

#tabbrowser-tabs {
width: 100vw !important;
}

#TabsToolbar #window-controls {
display: none !important;
}

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

What about using this projects files?

The above code is not up-to-date for current Firefox versions.

from customcssforfx.

coline123 avatar coline123 commented on May 30, 2024

I used the code posted above below what I had and didn't work

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

Code in this thread is from 2017. Its not valid anymore. Use the most recent release this project offers.

from customcssforfx.

coline123 avatar coline123 commented on May 30, 2024

Where can I find it?

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

This projects main page?

from customcssforfx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.