Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
m Tags: mobile web edit mobile edit |
m Tags: mobile web edit mobile edit |
||
Line 19: | Line 19: | ||
} | } | ||
:focus { | :focus { | ||
outline-color: unset; | outline-color: unset !important; | ||
} | } |
Revision as of 11:56, 28 February 2021
/* All CSS here will be loaded for users of the mobile site */
.mw-ui-icon.mw-ui-icon-element {
text-indent: -999px;
overflow: unset;
width: 3.5em;
min-width: unset;
max-width: 70px;
}
.mw-ui-icon {
position: relative;
line-height: 1.5em;
min-height: unset;
min-width: 1.5em;
margin-left: -45px;
}
.client-js .collapsible-heading {
cursor: pointer;
padding-left: 20px;
}
:focus {
outline-color: unset !important;
}