mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
Attempt to fix #7
This requires more fine tuning and some more styling like container width.
This commit is contained in:
parent
3489edec4c
commit
8a50cb4919
21
input.scss
21
input.scss
|
|
@ -133,3 +133,24 @@ input[type="text"]:focus {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown {
|
||||||
|
label:hover ~ label {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:checked + label {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
display: none;
|
||||||
|
margin: 5px;
|
||||||
|
width: 100%;
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
display: none;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user