Difference between revisions of "Template:Block text/styles.css"
Jump to navigation
Jump to search
imported>Great Brightstar (←Created page with '.inline-text-blocked, .inline-text-blocked a { color: transparent !important; cursor: default; } .inline-text-blocked:hover, .inline-text-blocked:focus, .inlin...') |
imported>Great Brightstar |
||
| Line 1: | Line 1: | ||
.inline-text-blocked, | .inline-text-blocked, | ||
| − | |||
| − | |||
| − | |||
| − | |||
.inline-text-blocked:hover, | .inline-text-blocked:hover, | ||
.inline-text-blocked:focus, | .inline-text-blocked:focus, | ||
| + | .inline-text-blocked a, | ||
.inline-text-blocked a:hover, | .inline-text-blocked a:hover, | ||
.inline-text-blocked a:focus { | .inline-text-blocked a:focus { | ||
| + | color: transparent !important; | ||
| + | cursor: default; | ||
| + | } | ||
| + | .inline-text-blocked::selection, | ||
| + | .inline-text-blocked a::selection { | ||
color: white !important; | color: white !important; | ||
} | } | ||
Revision as of 14:41, 11 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;
}