/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

%include ../../../shared/extensions/extensions.inc.css

:root > * {
  font-size: 1.25em;
}

#header-utils-btn {
  list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg");
  -moz-context-properties: fill;
  fill: #424f5a;
  margin-inline-end: 16px;
}

@media (-moz-windows-default-theme: 0) {
  #header-utils-btn {
    fill: GrayText;
  }
}

.sorter[checkState="1"] {
  list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}

.sorter[checkState="2"] {
  list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}

.addon .relnotes-toggle {
  -moz-box-direction: reverse;
  list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}

.addon[show-relnotes] .relnotes-toggle {
  list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}

.meta-rating > .star {
  list-style-image: url("chrome://mozapps/skin/extensions/rating-not-won.png");
  padding: 0 1px;
}

.meta-rating > .star[on="true"] {
  list-style-image: url("chrome://mozapps/skin/extensions/rating-won.png");
}

#detail-view .legacy-warning {
  margin-top: 1rem;
}
