Index: trunk/extensions/LiquidThreads/lqt.css |
— | — | @@ -464,18 +464,21 @@ |
465 | 465 | margin-top: 1em; |
466 | 466 | margin-bottom: 1em; |
467 | 467 | padding: 0.5em 1em; |
468 | | - border: 1px solid #999999; |
| 468 | + border: 1px solid #3333ff !important; |
| 469 | + background: yellow; |
469 | 470 | text-align: center; |
470 | 471 | color: #999999; |
471 | 472 | } |
472 | 473 | |
473 | 474 | .lqt-drop-zone.lqt-drop-zone-active { |
474 | 475 | border: 1px solid #3333ff !important; |
| 476 | + background: yellow; |
475 | 477 | } |
476 | 478 | |
477 | 479 | .lqt-drop-zone.lqt-drop-zone-hover { |
478 | | - border: 2px solid #3333ff !important; |
| 480 | + border: 1px solid #3333ff !important; |
479 | 481 | color: #3333ff !important; |
| 482 | + background: springgreen; |
480 | 483 | font-weight: bold !important; |
481 | 484 | } |
482 | 485 | |