调整摄像头预览-鼠标悬浮在按钮时的背景色和文字颜色
This commit is contained in:
parent
f0bac92bbe
commit
7f5039859d
|
|
@ -508,9 +508,9 @@
|
||||||
margin-top:5px;
|
margin-top:5px;
|
||||||
}
|
}
|
||||||
.selectDiv:hover{
|
.selectDiv:hover{
|
||||||
border: 1px solid #a2a3a3;
|
border: 1px solid #f4f5fa;
|
||||||
background: #a2a3a3;
|
background: #f4f5fa;
|
||||||
color:white;
|
color:#037FEA;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue