MediaWiki:Gadget-editableRollback.css
Перейти до навігації
Перейти до пошуку
- Іншими мовами
Note: After saving, you have to bypass your browser's cache to see the changes.
Google Chrome, Firefox, Microsoft Edge, and Safari: Hold down the Shift key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.edit-rollback {
display: inline-block;
width: 10px;
height: 10px;
margin-left: 2px;
background: url('https://minecraft.wiki/images/Edit_pencil.png') no-repeat;
cursor: pointer;
}
#rollback-summary {
display: flex;
align-items: center;
position: absolute;
left: 1em;
right: 1em;
padding: 0.8em;
border: 1px solid #CCC;
background-color: #F9F9F9;
z-index: 99;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.wgl-theme-dark #rollback-summary {
background-color: #353535;
}
#rollback-summary > *:first-child {
flex: auto;
margin-right: 1em;
}
#rollback-summary > .rollback-submit-button {
flex: none;
}