Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Dernière révisionLes deux révisions suivantes
pratique:informatique:config_firefox [12/01/2022 12:19] – [Hacker le thème de Firefox] Zatalyzpratique:informatique:config_firefox [23/01/2022 20:44] Zatalyz
Ligne 22: Ligne 22:
  
 Ma version actuelle : Ma version actuelle :
-<code css>+<code css userChrome.css>
 /* Import your desired components first */ /* Import your desired components first */
  
 @import url(chrome/tabs_on_bottom.css); @import url(chrome/tabs_on_bottom.css);
  
-/* Onglet courant */+/* Onglets améliorés */ 
 + 
 +.tab-content { 
 + margin: 0 !important; 
 +
 .tab-background{ .tab-background{
   outline: none !important;   outline: none !important;
Ligne 33: Ligne 38:
   box-shadow: none !important;   box-shadow: none !important;
   background-clip: padding-box;   background-clip: padding-box;
-  margin: 0 !important;+  margin-bottom: 0 !important; 
   padding: 0 !important;   padding: 0 !important;
 +  background-color: rgba(0, 0, 0, .3);
 +  border-radius: 1em 1em 0 0 !important;
 } }
  
 .tab-background[selected]{ .tab-background[selected]{
-  outline: none !important; 
-  border: none !important; 
-  box-shadow: none !important; 
-  background-clip: padding-box; 
-  margin: 0 !important; 
-  padding: 0 !important; 
   border-radius: 1em 1em 0 0 !important;   border-radius: 1em 1em 0 0 !important;
 } }
 +
 .tab-background[selected] > .tab-context-line {  .tab-background[selected] > .tab-context-line { 
- margin: -5px 0 0 !important; +  margin-top: -3px !important; 
 } }
- 
 </code> </code>
  
  
  
CC Attribution-Noncommercial-Share Alike 4.0 International Driven by DokuWiki
pratique/informatique/config_firefox.txt · Dernière modification : 18/03/2022 10:09 de Zatalyz