devtools-browser.css 667 B

123456789101112131415161718192021222324252627
  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. @import url("resource://devtools/client/themes/splitters.css");
  5. /* Bottom-docked toolbox minimize transition */
  6. .devtools-toolbox-bottom-iframe {
  7. transition: margin-bottom .1s;
  8. }
  9. .devtools-toolbox-side-iframe {
  10. min-width: 465px;
  11. }
  12. /* Eyedropper Widget */
  13. /* <panel> added to mainPopupSet */
  14. .devtools-eyedropper-panel {
  15. pointer-events: none;
  16. -moz-appearance: none;
  17. width: 156px;
  18. height: 120px;
  19. background-color: transparent;
  20. border: none;
  21. }