Index: trunk/extensions/LiquidThreads/lqt.css |
— | — | @@ -275,6 +275,7 @@ |
276 | 276 | display: block; |
277 | 277 | height: 2em; |
278 | 278 | padding-right: 18px; /* img is 16px */ |
| 279 | + /* @embed */ |
279 | 280 | background-image: url('icons/arrow-down-icon.png'); |
280 | 281 | background-position: right center; |
281 | 282 | background-repeat: no-repeat; |
— | — | @@ -358,6 +359,7 @@ |
359 | 360 | |
360 | 361 | .lqt-command-reply a { |
361 | 362 | padding-left: 26px; |
| 363 | + /* @embed */ |
362 | 364 | background-image: url(icons/reply.png) !important; |
363 | 365 | background-repeat: no-repeat; |
364 | 366 | background-position: left center !important; |
— | — | @@ -372,6 +374,7 @@ |
373 | 375 | .lqt-command-quote a { |
374 | 376 | margin-left: 1em; |
375 | 377 | height: 2em; |
| 378 | + /* @embed */ |
376 | 379 | background-image: url(icons/quote.png); |
377 | 380 | background-position: left center !important; |
378 | 381 | background-repeat: no-repeat; |