mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-13 16:28:41 +00:00
Fix input
This commit is contained in:
parent
5dbfa1bed7
commit
018f8c1aea
|
|
@ -53,4 +53,11 @@ pre {
|
||||||
color: #888;
|
color: #888;
|
||||||
width: 30px; }
|
width: 30px; }
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: none;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%; }
|
||||||
|
|
||||||
/*# sourceMappingURL=default.css.map */
|
/*# sourceMappingURL=default.css.map */
|
||||||
|
|
|
||||||
10
default.scss
10
default.scss
|
|
@ -34,4 +34,12 @@ pre {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border:none;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ input ~ .dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
input:focus ~ .dropdown, input.active ~ .dropdown {
|
input:focus ~ .dropdown, input ~ .dropdown.active {
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ input ~ .dropdown {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus ~ .dropdown, input.active ~ .dropdown {
|
input:focus ~ .dropdown, input ~ .dropdown.active {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -157,6 +157,13 @@ pre {
|
||||||
color: #888;
|
color: #888;
|
||||||
width: 30px; }
|
width: 30px; }
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: none;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%; }
|
||||||
|
|
||||||
.ok {
|
.ok {
|
||||||
color: #5cff56; }
|
color: #5cff56; }
|
||||||
|
|
||||||
|
|
@ -3805,7 +3812,7 @@ input ~ .dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
input:focus ~ .dropdown, input.active ~ .dropdown {
|
input:focus ~ .dropdown, input ~ .dropdown.active {
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user