MediaWiki:Mobile.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 24: | Line 24: | ||
background-color: #242d3c; | background-color: #242d3c; | ||
color: #ffffff; | color: #ffffff; | ||
} | |||
.mw-editfont-monospace { | |||
font-family: monospace !important; | |||
} | } | ||
| Line 347: | Line 351: | ||
} | } | ||
/**************/ | |||
/* Search bar */ | |||
/**************/ | |||
.mw-ui-icon-mf-close-base20:before { | |||
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E close %3C/title%3E%3Cg fill=%22%23fff%22%3E %3Cpath d=%22M4.34 2.93l12.73 12.73-1.41 1.41L2.93 4.35z%22/%3E %3Cpath d=%22M17.07 4.34L4.34 17.07l-1.41-1.41L15.66 2.93z%22/%3E %3C/g%3E%3C/svg%3E"); | |||
} | |||
/***********/ | /***********/ | ||