File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 14
14
--track-color-highlight : # D04040 ;
15
15
--zone-color : # def5f1 ;
16
16
--zone-color-highlight : # d0404080 ;
17
- background-color : white;
18
17
}
19
18
20
19
html , body {
@@ -23,7 +22,7 @@ html, body {
23
22
font-family : Verdana, sans-serif;
24
23
}
25
24
26
- .dark {
25
+ .dark . topmostdiv {
27
26
--pcb-edge-color : # eee ;
28
27
--pad-color : # 808080 ;
29
28
--pin1-outline-color : # ffa800 ;
@@ -559,7 +558,10 @@ mark.highlight {
559
558
color : # eee ;
560
559
}
561
560
562
- # topmostdiv {
561
+ .topmostdiv {
562
+ width : 100% ;
563
+ height : 100% ;
564
+ background-color : white;
563
565
transition : background-color 0.3s ;
564
566
}
565
567
Original file line number Diff line number Diff line change 45
45
</ head >
46
46
47
47
< body >
48
- < div id ="topmostdiv " style =" width: 100%; height: 100% ">
48
+ < div id ="topmostdiv " class =" topmostdiv ">
49
49
< div id ="top ">
50
50
< div style ="float: right; height: 100%; ">
51
51
< div class ="hideonprint menu " style ="float: right; top: 8px; ">
You can’t perform that action at this time.
0 commit comments