mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 12:11:02 +01:00
fix(requests): change request accept css style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user