Index: trunk/extensions/CodeReview/modules/ext.codereview.overview.css |
— | — | @@ -53,21 +53,17 @@ |
54 | 54 | } |
55 | 55 | .box-status-reverted { |
56 | 56 | background: #bbddee !important; |
57 | | -} |
| 57 | +} |
58 | 58 | .box-status-reverted:hover { |
59 | 59 | background: #66bbff !important; |
60 | 60 | } |
61 | 61 | .box-status-deferred { |
62 | 62 | background: #dddddd !important; |
63 | | -} |
| 63 | +} |
64 | 64 | .box-status-deferred:hover { |
65 | 65 | background: #aaaaaa !important; |
66 | 66 | } |
67 | 67 | |
68 | | -.box-live-live { |
69 | | - border: 1px solid #00ff00 !important; |
70 | | -} |
71 | | - |
72 | 68 | table.TablePager tr:target { |
73 | 69 | font-weight: bold; |
74 | 70 | } |
— | — | @@ -79,4 +75,4 @@ |
80 | 76 | |
81 | 77 | tr:target .overview-backlink { |
82 | 78 | display: inline; |
83 | | -} |
\ No newline at end of file |
| 79 | +} |