Skip to content
Code-Schnipsel Gruppen Projekte
Commit a39bf8ee erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

fix: style inputs disabled state

Übergeordneter 50613b25
No related branches found
No related tags found
2 Merge Requests!25Update 'next-3.x' with latest changes from 'main',!24fix: adjust paths to standard mail templates in quiqqer/core
Pipeline #12322 bestanden mit Phase
in 3 Minuten und 9 Sekunden
......@@ -21,7 +21,6 @@ select {
background-image: url("../images/arrow-select.svg");
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px auto;
background-size: 8px;
height: 40px;
padding-bottom: 0;
......@@ -58,6 +57,28 @@ textarea:focus {
border-color: #a9a8a5;
}
/* disabled */
:is(
input:where(:not([type])),
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select
):where([disabled]) {
opacity: 0.6;
}
/* iOs input search fix */
input[type="search"] {
-webkit-appearance: none;
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren