2 * This file is part of the TYPO3 CMS project.
4 * It is free software; you can redistribute it and/or modify it under
5 * the terms of the GNU General Public License, either version 2
6 * of the License, or any later version.
8 * For the full copyright and license information, please read the
9 * LICENSE.txt file that was distributed with this source code.
11 * The TYPO3 project - inspiring people to share!
14 /* - - - - - - - - - - - - - - - - - - - - -
16 - - - - - - - - - - - - - - - - - - - - - */
18 @docheader-text: rgb(45, 45, 45);
19 @docheader-bg: linear-gradient(to bottom, rgb(235, 235, 235) 0%, rgb(205, 205, 205) 100%);
20 @docheader-border: rgb(195, 195, 195);
23 background-color: @docheader-bg;
24 background: @docheader-bg;
38 /** Extra margin 6px added to it-icon margin, doubled spacing = 12px */
65 .typo3-docheader-functions {
66 color: @docheader-text;
67 border-bottom: 1px solid @docheader-border;
74 color: @docheader-text;
81 /* overwrite defaults from normalize.css */
83 color: @docheader-text;
87 .typo3-docheader-buttons {
88 color: @docheader-text;
89 border-bottom: 1px solid @docheader-border;
95 color: @docheader-text;
108 /* Collapsed tree frame is not invisible, but 5px wide.
109 If no tree frame is in use, an empty container is shown instead */
111 #typo3-navigationContainer-xsplit,
112 #typo3-navigationContainer-xcollapsed,
113 #typo3-navigationDummy {
114 background: @body-bg url(../../Images/docheader-split-background.png) left top repeat-x;
117 /** ExtJS theme for PageTree */
118 #typo3-pagetree-topPanelItems {
119 background-color: @docheader-bg;
120 background: @docheader-bg;
122 #typo3-pagetree-topPanel {
125 color: @docheader-text;
126 border-bottom: 1px solid @docheader-border;
129 color: @docheader-text;
140 color: @docheader-text;
141 border-bottom: 1px solid @docheader-border;
143 .typo3-pagetree-topPanel-button {
148 color: @docheader-text;