input
This commit is contained in:
parent
807229bba7
commit
037225d54b
1 changed files with 17 additions and 1 deletions
|
|
@ -115,6 +115,13 @@
|
|||
padding: 13px 39px;
|
||||
border: 1px solid var(--color-link);
|
||||
background-color: transparent;
|
||||
|
||||
&:not(:disabled):not(.disabled):hover,
|
||||
&:not(:disabled):not(.disabled):active,
|
||||
&:not(:disabled):not(.disabled):focus {
|
||||
color: var(--color-link-hover);
|
||||
border: var(--color-link-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -131,7 +138,16 @@
|
|||
}
|
||||
.form-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
input {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
|
||||
& + .input-group-addon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.webbpm.ervu_lkrp_fl .left-block .fieldset {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue