Formular:Artist: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 86: | Zeile 86: | ||
width: 13em; | width: 13em; | ||
padding-left:2em; | padding-left:2em; | ||
+ | position: relative; | ||
+ | cursor: pointer; | ||
} | } | ||
#pfForm input[type="checkbox"], | #pfForm input[type="checkbox"], | ||
#pfForm input[type="radio"] { | #pfForm input[type="radio"] { | ||
-webkit-appearance: none; | -webkit-appearance: none; | ||
− | appearance: none; | + | appearance: none; |
− | position: | + | position: absolute; |
− | left: | + | left: 0; |
margin-right: -1em; | margin-right: -1em; | ||
margin-bottom: -0.1em; | margin-bottom: -0.1em; | ||
display: inline-block; | display: inline-block; | ||
− | width: | + | width: 1.1rem; |
− | height: | + | height: 1.1rem; |
} | } | ||
− | #pfForm input[type="radio"] { | + | #pfForm input[type="radio"] { |
− | |||
− | |||
border-radius: 50%; | border-radius: 50%; | ||
background-color: #fff; | background-color: #fff; | ||
Zeile 107: | Zeile 107: | ||
box-shadow: inset 0 0 0 0.2em #fff; | box-shadow: inset 0 0 0 0.2em #fff; | ||
} | } | ||
+ | #pfForm input[type="radio"]:hover { | ||
+ | background-color: #ccc; | ||
+ | } | ||
#pfForm input[type="radio"]:checked { | #pfForm input[type="radio"]:checked { | ||
background-color: #72a4ff; | background-color: #72a4ff; |
Version vom 20. Juli 2022, 14:47 Uhr
Dies ist das Formular „Artist“. Es definiert eine Abfrage nach Werken von Künstlern. S.a. Vorlage:Artist