Retourner au contenu associé (entrée du suivi : Quelques corrections pour nightgrey)
Posté par Bruno Michel (site web personnel) le 29 décembre 2011 à 23:04. En réponse à l’entrée du suivi Quelques corrections pour nightgrey. Évalué à 2 (+0/-0).
Voilà les règles sass pour ces boutons :
#redaction .edition_in_place, #redaction .paragraph, #redaction .link { padding-left: 30px; position: relative; .edit { background: url("/images/icones/pen.png") no-repeat 2px 2px $C_CLAIR; } .actions { position: absolute; top: 0; left: 0; button { visibility: hidden; height: 22px; width: 22px; text-indent: -9999em; } } &:hover { .actions button { visibility: visible; &:hover { background-color: $C_FONCE; } } } }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Dynamicité
Posté par Bruno Michel (site web personnel) . En réponse à l’entrée du suivi Quelques corrections pour nightgrey. Évalué à 2 (+0/-0).
Voilà les règles sass pour ces boutons :