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