Reply_wev8.css
812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.wev-comp-Reply{
display: none;
background-color: rgba(235, 236, 238, 1);
border-top: 0.5px rgb(228, 228, 228) solid;
overflow: hidden;
box-sizing: border-box;
padding: 6px 7px 7px 7px;
}
.wev-comp-Reply .wev-reply-formwrap{
width: 0px;
overflow: hidden;
}
.wev-comp-Reply .wev-reply-content{
width: 100%;
height: 36px;
border: none;
border-radius: 4px;
font-size: 14px;
background: #fbfbfb;
padding: 0px 0px 0px 7px;
box-sizing: border-box;
}
.wev-comp-Reply .wev-reply-btn{
height: 36px;
line-height: 36px;
border: 1px #c0c1c2 solid;
border-radius: 4px;
box-sizing: border-box;
font-size: 14px;
cursor: pointer;
text-align: center;
padding: 0px 8px;
float: right;
}
.wev-comp-Reply .wev-reply-btn.disabled{
opacity: 0.3;
}