MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 409: | Line 409: | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
gap: | gap: 10px; | ||
margin-left: | margin-left: 12px; | ||
opacity: 0.8; | |||
padding-left: 12px; | |||
} | } | ||
/* Icon tuning */ | /* Icon tuning */ | ||
.icon { | .icon { | ||
width: | width: 18px; | ||
height: | height: 18px; | ||
transform: translateY( | background-size: contain; | ||
transform: translateY(2px); | |||
} | } | ||
.verse-action-btn { | .verse-action-btn { | ||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
padding: 4px; | |||
border-radius: 6px; | |||
cursor: pointer; | cursor: pointer; | ||
opacity: 0. | opacity: 0.75; | ||
transition: all 0. | transition: all 0.2s ease; | ||
} | } | ||
/* Hover */ | |||
.verse-action-btn:hover { | .verse-action-btn:hover { | ||
opacity: 1; | opacity: 1; | ||
transform: scale(1. | background-color: rgba(0,0,0,0.05); | ||
transform: scale(1.05); | |||
} | } | ||