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