fix(requests): change request accept css style

This commit is contained in:
OldHawk
2018-01-16 15:58:41 +08:00
parent 35b4e025eb
commit cfdd27f930

View File

@@ -177,14 +177,15 @@
.div-overlay-accept {
position: absolute;
background-color: #444;
background-color: rgba(128, 128, 128, 0.7);
background-color: rgba(128, 128, 128, 0.5);
left: 95px;
right: 15px;
height: 116px;
z-index: 5;
font-size: 24px;
font-weight: 500;
color: #eee;
color: #fff;
opacity: 0.8;
padding-top: 35px !important;
&:hover {
background-color: #444 !important;