/* Import your desired components first */ @import url(chrome/tabs_on_bottom.css); /* Onglets améliorés */ .tab-content { margin: 0 !important; } .tab-background{ outline: none !important; border: none !important; box-shadow: none !important; background-clip: padding-box; margin-bottom: 0 !important; padding: 0 !important; background-color: rgba(0, 0, 0, .3); border-radius: 1em 1em 0 0 !important; } .tab-background[selected]{ border-radius: 1em 1em 0 0 !important; } .tab-background[selected] > .tab-context-line { margin-top: -3px !important; }