MediaWiki:Vector.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 610: Line 610:
}
}


/* === Vector tab styling (Page / Talk / Edit / History etc.) === */
/* Container reset */
#p-namespaces .vector-menu-content-list,
#p-namespaces .vector-menu-content-list,
#p-views .vector-menu-content-list {
#p-views .vector-menu-content-list {
   display: flex;
   display: flex;
   gap: 2px;
   gap: 2px;
   border-bottom: 1px solid #444; /* bar baseline */
   border-bottom: 1px solid #444;
   background: transparent;
   background: transparent;
   margin: 0;
   margin: 0;
Line 632: Line 629:
   text-decoration: none;
   text-decoration: none;
   border: 1px solid #444;
   border: 1px solid #444;
   border-bottom: none;               /* so tab blends into content */
   border-bottom: none;
  border-radius: .5em .5em 0 0;      /* rounded top corners */
   transition: background .2s, color .2s;
   transition: background .2s, color .2s;
}
}