kerlser

tabchange

Feb 5th, 2024
1,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.80 KB | None | 0 0
  1.  
  2.  
  3.                                                                                                                        /*  change  */
  4.  
  5. .tab-icon-stack {
  6.    /*margin: 0;
  7.     padding: 0;*/
  8.      color: blue !important;
  9. }
  10.  
  11.                                                                                                                        /*  change  */
  12.  
  13. .tab-content:not([selected]) > :not(.tab-icon-stack){
  14.     display: none;
  15.   }
  16.  
  17. .tab-content {
  18.     box-sizing: border-box;
  19.    
  20.     clear: both;
  21. }
  22.  
  23. /* Hide Title when not focus */
  24.  
  25.                                                          /* wrong attribute, disable / delete  */
  26.  
  27.  /*.tabbrowser-tab[fadein][visuallyselected="false"] { min-width: calc(16px + 2 * 10px + 4px) !important; }*/
  28.  
  29. .tab-content:after{
  30.   content: "";
  31.     display: table;
  32.     clear: both;
  33. }
  34.   .tab-icon-image:not([src]){
  35.     display: block !important;
  36.   }
  37.  
  38.                                                                                                                        /*  change  */
  39.  
  40.   .tab-icon-stack:not([selected]) > *{ margin-inline: 0 !important; }
  41.  
  42. .tabbrowser-tab[fadein] {
  43.     flex-grow: 0 !important;
  44.   }
  45.  
  46.                                                                                                                        /*  change  */
  47.  
  48.   .tabbrowser-tab[fadein]:not([visuallyselected])    { min-width: calc(16px + 2 * 10px + 4px) !important; }
  49.  
  50.  
  51.   :root[uidensity="compact"] .tabbrowser-tab[fadein]:not([visuallyselected]) {
  52.     min-width: calc(16px + 2 * var(--inline-tab-padding,0px) + 4px) !important;
  53.   }
  54.  
  55.  
  56.   :root:not([uidensity="compact"]) .tab-content{ padding-inline: 10px !important; }
  57.  
  58.  
  59.   /* Hide users icon vol*/
  60.   /* Hide Icons */
  61. .tab-icon-overlay {
  62.   display: none;
  63. }
  64. .tab-icon-image {
  65.   opacity: 1 !important;
  66. }
  67.  
  68.  
Advertisement
Add Comment
Please, Sign In to add comment