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
「只顯示原作者的回應」按鈕調整
點開以後如果看到字疊在一起,是正確的<

-----複製以下後自行調整,不包含本行-----

/*回應內資訊調整*/
.response-status .response-only-owner{
opacity: 0.8 !important;/*只顯示按鈕透明度*/
transform: scale(1);/*按鈕尺寸縮放*/
background: #00000000;/*按鈕背景顏色*/
color: #0e0e0e;/*按鈕文字顏色*/
}
.response-status .response-only-owner:hover{
background: #c2c2c2;/*滑鼠移上去時的按鈕顏色*/
}
.response-status{
top:0px;
position: absolute;
right:5px;
}
.response_info{
top: 0px !important;
position: absolute !important;
width: 440px !important;/*資訊寬度,噗文寬度有改可能要調*/
}
.response-status .response-count{
color: #0e0e0e;/*回應數量顏色*/
}