@@ -21,6 +21,7 @@ main.index .toctree-wrapper > .row:first-child > .col-md-3 {
21
21
22
22
.related {
23
23
background-color : hsl (317deg 16% 90% ) !important ;
24
+ border : 1px solid # 000000 !important ;
24
25
transition : .3s ;
25
26
}
26
27
.secondary {
@@ -46,13 +47,13 @@ label:hover,
46
47
.accounts-table dl {
47
48
margin : 0 ;
48
49
padding : .5rem 0 ;
50
+ border : 1px solid transparent;
49
51
}
50
52
51
53
.accounts-table h4 , .accounts-table h5 {
52
54
font-weight : 700 ;
53
55
text-transform : uppercase;
54
56
padding : .5rem ;
55
-
56
57
}
57
58
58
59
.accounts-table h4 {
@@ -61,11 +62,13 @@ label:hover,
61
62
/* table root */
62
63
.accounts-table > div {
63
64
display : flex;
65
+ border : 1px solid transparent;
64
66
}
65
67
/* P&L & Balance Sheet columns */
66
68
.accounts-table > div > div {
67
69
flex : 1 ;
68
70
padding : .5rem ;
71
+ border : 1px solid transparent;
69
72
}
70
73
71
74
.accounts-table > div > div : first-child {
@@ -76,6 +79,7 @@ label:hover,
76
79
.accounts-table > div > div div {
77
80
display : flex;
78
81
flex-direction : column;
82
+ border : 1px solid transparent;
79
83
}
80
84
81
85
.accounts-table > div > div div > h5 {
@@ -139,16 +143,19 @@ label:hover,
139
143
.chart-of-accounts .highlight-op ,
140
144
.valuation-chart .highlight-op {
141
145
background-color : # 030035 ;
146
+ border-bottom : 1px solid # 000000 !important ;
142
147
}
143
148
144
149
.chart-of-accounts .highlight-op ,
145
150
.valuation-chart-continental .highlight-op {
146
151
background-color : # 030035 ;
152
+ border-bottom : 1px solid # 000000 !important ;
147
153
}
148
154
149
155
.chart-of-accounts .highlight-op ,
150
156
.valuation-chart-anglo-saxon .highlight-op {
151
157
background-color : # 030035 ;
158
+ border-bottom : 1px solid # 000000 !important ;
152
159
}
153
160
}
154
161
.entries-listing {
@@ -173,20 +180,24 @@ label:hover,
173
180
padding-top : 5px ;
174
181
padding-bottom : 5px ;
175
182
background-color : transparent;
183
+ border-bottom : 1px solid transparent;
176
184
}
177
185
60% {
178
186
background-color : hsl (317deg 16% 90% );
187
+ border-bottom : 1px solid # 000000 ;
179
188
}
180
189
80% {
181
190
opacity : 1 ;
182
191
padding-top : 5px ;
183
192
padding-bottom : 5px ;
193
+ border-bottom : 1px solid # 000000 ;
184
194
}
185
195
100% {
186
196
opacity : 0 ;
187
197
padding-top : 0 ;
188
198
padding-bottom : 0 ;
189
199
display : none;
200
+ border-bottom : 1px solid # 000000 ;
190
201
}
191
202
}
192
203
.reconcile1 .invoice1 , .reconcile1 .invoice1 td {
0 commit comments