Giter Site home page Giter Site logo

Appbutton in tab bar about customcssforfx HOT 7 CLOSED

aris-t2 avatar aris-t2 commented on May 30, 2024
Appbutton in tab bar

from customcssforfx.

Comments (7)

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

The button is always on navigation toolbar, but the "in titlebar" tricks places it windows to left corner.

Move it with this code to a different position. You will need to adjust the code for your needs.

#PanelUI-button {
  -moz-appearance: none !important;
  -moz-box-ordinal-group: 0 !important;
  position: absolute !important;
  top: 22px !important;
  left: 2px !important;
}

You also may have to adjust tabs toolbar by moving it to the right:

#TabsToolbar{
  -moz-padding-start: 30px !important;
}

from customcssforfx.

suhr avatar suhr commented on May 30, 2024

Awesome, thank you!

How can I also remove round corners from this button? border-radius: 0 0 0 0 !important; doesn't seem to work.

from customcssforfx.

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

Try the inner button #PanelUI-menu-button.

from customcssforfx.

suhr avatar suhr commented on May 30, 2024

Still doesn't work.

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024
#PanelUI-button #PanelUI-menu-button .toolbarbutton-badge-stack {
  border-radius: 0 !important;
}

or better this for more cases

#PanelUI-button,
#PanelUI-button #PanelUI-menu-button,
#PanelUI-button #PanelUI-menu-button .toolbarbutton-badge-stack,
#PanelUI-button #PanelUI-menu-button .toolbarbutton-icon {
  border-radius: 0 !important;
}

from customcssforfx.

suhr avatar suhr commented on May 30, 2024

Now it indeed works.

from customcssforfx.

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

Good to hear.

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.