MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 1,129: Line 1,129:
   font-weight:700;
   font-weight:700;
   cursor:pointer;
   cursor:pointer;
   transition:background .15s ease, border-color .15s ease;
   transition:all .15s ease;
}
}


/* Hover */
/* Hover */
.tabber__tab:hover {
.tabber__tab:hover {
   background:rgba(245,196,0,0.07);
   background:rgba(245,196,0,0.12);
   border-color:rgba(245,196,0,0.55);
   border:2px solid rgba(245,196,0,0.75);
  padding:7px 13px;
}
}


/* Active */
/* Active */
.tabber__tab--active {
.tabber__tab--active {
   background:rgba(245,196,0,0.10);
   background:rgba(245,196,0,0.18);
   border-color:rgba(245,196,0,0.80);
   border:2px solid rgba(245,196,0,0.95);
  padding:7px 13px;
}
}


Line 1,148: Line 1,150:
   color:inherit !important;
   color:inherit !important;
   text-decoration:none;
   text-decoration:none;
}
.tabber__tab a:visited {
  color:inherit !important;
}
}