fourth part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / devtools / common.css
index 07c7e20d89a3792d0bd867ca3da7ddf0218d32e8..7c9a2f4929876802cc29d1096eac15073d369c3b 100644 (file)
@@ -26,6 +26,11 @@ notification {
   font-size: var(--monospace-font-size);
 }
 
+/* Bottom-docked toolbox minimize transition */
+.devtools-toolbox-bottom-iframe {
+  transition: margin-bottom .1s;
+}
+
 /* Splitters */
 
 .devtools-horizontal-splitter {
@@ -43,6 +48,11 @@ notification {
   cursor: e-resize;
 }
 
+.devtools-horizontal-splitter.disabled,
+.devtools-side-splitter.disabled {
+  pointer-events: none;
+}
+
 /* In-tools sidebar */
 
 .devtools-toolbox-side-iframe {