Difference between revisions of "Template:Block text/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Great Brightstar
imported>Great Brightstar
 
Line 11: Line 11:
 
.inline-text-blocked a::selection {
 
.inline-text-blocked a::selection {
 
color: white !important;
 
color: white !important;
 +
background: #0645ad;
 
}
 
}

Latest revision as of 16:54, 21 December 2018

.inline-text-blocked,
.inline-text-blocked:hover,
.inline-text-blocked:focus,
.inline-text-blocked a,
.inline-text-blocked a:hover,
.inline-text-blocked a:focus {
	color: transparent !important;
	cursor: default;
}
.inline-text-blocked::selection,
.inline-text-blocked a::selection {
	color: white !important;
	background: #0645ad;
}