|
@@ -42,6 +42,13 @@
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
+ input:focus{
|
|
|
|
+ border: 1px solid @activeColor ;
|
|
|
|
+ outline: 0;
|
|
|
|
+ -webkit-box-shadow:@activeColor 0px 0px 2px;
|
|
|
|
+ -moz-box-shadow: @activeColor 0px 0px 2px;
|
|
|
|
+ box-shadow: @activeColor 0px 0px 2px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.selectLevel,.selectDept{
|
|
.selectLevel,.selectDept{
|
|
@@ -83,7 +90,7 @@
|
|
line-height: 48px;
|
|
line-height: 48px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- padding-bottom: 1px solid #ebeef5;
|
|
|
|
|
|
+ border-bottom: 1px solid #ebeef5;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|