MediaWiki:Common.less/interface.less: Difference between revisions

no edit summary
(will this work here? i have no idea where teh OG are)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 12:
--successbox-border: @lima;
--vector-tab-background--hover: var(--body-light) !important;
--vector-tab-link-color: var(--link-color) !important;
}
 
Line 50:
border-color: var(--body-mid);
}
}
 
// checkered background in file pages
.filehistory a img,
#file img {
background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M0 0h8v16h8V8H0z' opacity='.13'/%3E%3C/svg%3E") repeat;
}
 
#file img:hover {
background: none;
}