@@ -1534,10 +1534,6 @@ html.dragmode .currentpage .applist li.dragging {
1534
1534
display : block;
1535
1535
}
1536
1536
1537
- html .inframe .requestlist li .req_actions .icon-folder-open {
1538
- display : none;
1539
- }
1540
-
1541
1537
.requestlist li [data-status = "insufficient" ] .metalist .meta_status .status {
1542
1538
/* unmonitored transactions */
1543
1539
color : # eeac57 ;
@@ -2083,16 +2079,6 @@ input:invalid {
2083
2079
z-index : 2 ;
2084
2080
}
2085
2081
2086
- html .inframe # closeoptions ,
2087
- .blurmain_options # closeoptions {
2088
- display : block;
2089
- }
2090
-
2091
- html .inframe .hide_app # closeoptions {
2092
- display : none;
2093
- }
2094
-
2095
-
2096
2082
/* share popup */
2097
2083
2098
2084
# sharecontainer {
@@ -2580,6 +2566,26 @@ html.inframe body {
2580
2566
background-color : rgba (30 , 30 , 33 , 0.79 );
2581
2567
}
2582
2568
2569
+ html .inframe # mainwrap header ,
2570
+ html .inframe # mainwrap # viewarchive ,
2571
+ html .inframe # newrequest_alias ,
2572
+ html .inframe # fixednav {
2573
+ display : none !important ;
2574
+ }
2575
+
2576
+ html .inframe .requestlist li .req_actions .icon-folder-open {
2577
+ display : none;
2578
+ }
2579
+
2580
+ html .inframe # closeoptions ,
2581
+ .blurmain_options # closeoptions {
2582
+ display : block;
2583
+ }
2584
+
2585
+ html .inframe .hide_app # closeoptions {
2586
+ display : none;
2587
+ }
2588
+
2583
2589
# proxy_info {
2584
2590
padding : 0.5em 0 1.5em 1.5em ;
2585
2591
color : # 8c8c8c ;
0 commit comments