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: | transition:all .15s ease; | ||
} | } | ||
/* Hover */ | /* Hover */ | ||
.tabber__tab:hover { | .tabber__tab:hover { | ||
background:rgba(245,196,0,0. | background:rgba(245,196,0,0.12); | ||
border | 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. | background:rgba(245,196,0,0.18); | ||
border | 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; | |||
} | } | ||