File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ <h1>Itemcache to SQL Exporter</h1>
6060 </ form >
6161
6262 < p id ="export-msg " class ="status-msg " role ="status " aria-live ="polite "> </ p >
63+ < p class ="compat-note ">
64+ Compatible only with < code > itemcache.wdb</ code > from World of Warcraft:
65+ The Burning Crusade 2.4.3 (build 8606).
66+ </ p >
6367 < footer class ="helper-text ">
6468 Tip: Use absolute paths for best compatibility.
6569 </ footer >
Original file line number Diff line number Diff line change @@ -201,6 +201,24 @@ button:disabled {
201201 color : # ff7b72 ;
202202}
203203
204+ .compat-note {
205+ margin : 10px 0 0 ;
206+ padding : 10px 12px ;
207+ font-size : 0.85rem ;
208+ line-height : 1.45 ;
209+ color : # d29922 ;
210+ background : rgba (210 , 153 , 34 , 0.12 );
211+ border : 1px solid rgba (210 , 153 , 34 , 0.35 );
212+ border-radius : 8px ;
213+ }
214+
215+ .compat-note code {
216+ color : # ffd58f ;
217+ background : rgba (210 , 153 , 34 , 0.22 );
218+ padding : 1px 5px ;
219+ border-radius : 5px ;
220+ }
221+
204222.helper-text {
205223 margin-top : 10px ;
206224 font-size : 0.82rem ;
You can’t perform that action at this time.
0 commit comments