mirror of https://github.com/ColorlibHQ/gentelella
Form Elements : input background icon hidden - Problem solved. The left icon appears now when sidebar is closed ( not missing anymore ).pull/343/head
parent
ad53d4e70e
commit
78b002b252
|
@ -260,10 +260,13 @@
|
|||
.nav-sm .menu_section {
|
||||
margin: 0; }
|
||||
|
||||
|
||||
.nav-sm span.fa,
|
||||
.nav-sm .menu_section h3 {
|
||||
display: none; }
|
||||
|
||||
|
||||
|
||||
.nav-sm li li span.fa {
|
||||
display: inline-block; }
|
||||
|
||||
|
@ -2021,8 +2024,11 @@ legend {
|
|||
height: 23px;
|
||||
color: #bbb;
|
||||
line-height: 24px;
|
||||
font-size: 15px; }
|
||||
font-size: 15px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.form-control-feedback.left {
|
||||
border-right: 1px solid #ccc;
|
||||
left: 13px; }
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue