expander.css 381 B

1234567891011121314
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. .expanderButton {
  5. cursor: pointer !important;
  6. }
  7. .settingsContainer {
  8. padding-top: 3px;
  9. padding-bottom: 5px;
  10. padding-inline-start: 20px;
  11. padding-inline-end: 5px;
  12. }