aiWindowSidebar.css (660B)
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 5 :root { 6 --ai-window-sidebar-width-default: 412px; 7 } 8 9 .ai-window-right-sidebar { 10 width: var(--ai-window-sidebar-width-default); 11 } 12 13 /* Splitter styling to match the left sidebar */ 14 #ai-window-splitter { 15 width: var(--splitter-width); 16 border: 0; 17 background-color: transparent; 18 position: relative; 19 z-index: var(--browser-area-z-index-sidebar-splitter); 20 } 21 22 #ai-window-splitter:hover { 23 background-color: var(--toolbarbutton-hover-background); 24 }