Index: typo3/sysext/t3skin/images/shadows/docheader1.png =================================================================== Kann nicht anzeigen: Dateityp ist als binär angegeben. svn:mime-type = application/octet-stream Eigenschaftsänderungen: typo3/sysext/t3skin/images/shadows/docheader1.png ___________________________________________________________________ Hinzugefügt: svn:mime-type + application/octet-stream Index: typo3/sysext/t3skin/images/shadows/navigation-container.png =================================================================== Kann nicht anzeigen: Dateityp ist als binär angegeben. svn:mime-type = application/octet-stream Eigenschaftsänderungen: typo3/sysext/t3skin/images/shadows/navigation-container.png ___________________________________________________________________ Hinzugefügt: svn:mime-type + application/octet-stream Index: typo3/sysext/t3skin/images/shadows/docheader2.png =================================================================== Kann nicht anzeigen: Dateityp ist als binär angegeben. svn:mime-type = application/octet-stream Eigenschaftsänderungen: typo3/sysext/t3skin/images/shadows/docheader2.png ___________________________________________________________________ Hinzugefügt: svn:mime-type + application/octet-stream Index: typo3/sysext/t3skin/stylesheets/visual/element_pagetree.css =================================================================== --- typo3/sysext/t3skin/stylesheets/visual/element_pagetree.css (Revision 10156) +++ typo3/sysext/t3skin/stylesheets/visual/element_pagetree.css (Arbeitskopie) @@ -20,12 +20,37 @@ #typo3-pagetree .x-tree-node .x-tree-node-over, #typo3-pagetree .x-tree-node .x-tree-selected { - background-color: #f8f8f8; border-bottom: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; border-left: 1px solid #d7d7d7; } +#typo3-pagetree .x-tree-node .x-tree-node-over { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGElEQVR42gENAPL/AMjIyEzIyMizyMjI/zhvCQelaHPPAAAAAElFTkSuQmCC"); + /* star-hack targets IE6+7 */ + *background-image: url("../../images/shadows/navigation-container.png"); + background-position: right; + background-repeat: repeat-y; + background-color: #f2f2f2; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +#typo3-pagetree .x-tree-node .x-tree-selected { + background-color: #f8f8f8; +} + +#typo3-pagetree .x-tree-node .x-tree-selected.x-tree-node-over { + background-image: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + #typo3-pagetree .x-panel-tbar { background-color: #585858; border: none; @@ -164,9 +189,9 @@ #typo3-pagetree-topPanel-filter { border: 1px solid #aeaeae; - -moz-box-shadow: inset 0 1px 4px #aeaeae; - -ms-box-shadow: inset 0 1px 4px #aeaeae; - -webkit-box-shadow: inset 0 1px 4px #aeaeae; + -moz-box-shadow: inset 0 1px 1px #aeaeae; + -ms-box-shadow: inset 0 1px 1px #aeaeae; + -webkit-box-shadow: inset 0 1px 1px #aeaeae; box-shadow: inset 0 2px 1px #aeaeae; } @@ -174,16 +199,6 @@ color: gray; } -#typo3-pagetree-topPanelItems, -.typo3-pagetree-indicatorBar-item, -#typo3-pagetree-topPanel .typo3-pagetree-topPanel-item, -#typo3-pagetree-treeContainer { - -moz-box-shadow: inset -2px 0 0px #c4c4c4; - -ms-box-shadow: inset -2px 0 0px #c4c4c4; - -webkit-box-shadow: inset -2px 0 0px #c4c4c4; - box-shadow: inset -2px 0 0px #c4c4c4; -} - #typo3-pagetree .typo3-pagetree-topPanel-button { border: none; border-radius: 0; @@ -316,7 +331,7 @@ .typo3-pagetree-deletionDropZone-restoreText { background: transparent url('../../images/spinner/d5d5d5.gif') no-repeat 0 3px; } - +/* #typo3-pagetree .x-panel-tbar, #typo3-pagetree-deletionDropZone .x-panel-body { -moz-box-shadow: inset -2px 0 1px #414141; @@ -324,7 +339,7 @@ -webkit-box-shadow: inset -2px 0 1px #414141; box-shadow: inset -2px 0 1px #414141; } - +*/ .typo3-pagetree-deletionDropZone-proxyOver .x-dd-drop-icon { background-image: url(../../images/icons/actions/edit-delete.png); } Index: typo3/sysext/t3skin/stylesheets/visual/element_tree.css =================================================================== --- typo3/sysext/t3skin/stylesheets/visual/element_tree.css (Revision 10156) +++ typo3/sysext/t3skin/stylesheets/visual/element_tree.css (Arbeitskopie) @@ -9,32 +9,43 @@ background: #ebebeb; } -/** - * Shadow on the right side of the tree frame. - */ -#typo3-pagetree #typo3-docbody, -#typo3-alt-file-navframe-php #typo3-docbody { - -moz-box-shadow: inset -2px 0 1px #c4c4c4; - -ms-box-shadow: inset -2px 0 1px #c4c4c4; - -webkit-box-shadow: inset -2px 0 1px #c4c4c4; - box-shadow: inset -2px 0 1px #c4c4c4; +#typo3-alt-file-navframe-php #typo3-docbody, +#typo3-alt-file-navframe-php #typo3-docheader-row1, +#typo3-alt-file-navframe-php #typo3-docheader-row2, +.typo3-pagetree-indicatorBar-item, +#typo3-pagetree-topPanelItems, +#typo3-pagetree-topPanel .typo3-pagetree-topPanel-item, +#typo3-pagetree-treeContainer, +#typo3-pagetree .x-panel-tbar, +#typo3-pagetree-deletionDropZone .x-panel-body { + background-position: right; + background-repeat: repeat-y; } -/** - * Shadow on the right side of the tree frame, - * fallback for missing box-shadow support. - * - * @see modernizr.js - */ -.no-boxshadow #typo3-pagetree #typo3-docbody, -.no-boxshadow #typo3-alt-file-navframe-php #typo3-docbody { - background-image: url("data:image/png;base64,R0lGODlhAgABAIAAAMjIyLOzsyH5BAAAAAAALAAAAAACAAEAAAICRAoAOw=="); +#typo3-alt-file-navframe-php #typo3-docbody, +#typo3-pagetree-treeContainer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGElEQVR42gENAPL/AMjIyEzIyMizyMjI/zhvCQelaHPPAAAAAElFTkSuQmCC"); /* star-hack targets IE6+7 */ - *background-image: url("../../images/backgrounds/module-menu-right.png"); - background-position: right; - background-repeat: repeat-y; + *background-image: url("../../images/shadows/navigation-container.png"); } +#typo3-alt-file-navframe-php #typo3-docheader-row1, +#typo3-pagetree-topPanelItems, +#typo3-pagetree .x-panel-tbar, +#typo3-pagetree-deletionDropZone .x-panel-body { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGElEQVR42gENAPL/AEBAQExAQECzQEBA/xb3BD8CHBN0AAAAAElFTkSuQmCC"); + /* star-hack targets IE6+7 */ + *background-image: url("../../images/shadows/docheader1.png"); +} + +#typo3-alt-file-navframe-php #typo3-docheader-row2, +.typo3-pagetree-indicatorBar-item, +#typo3-pagetree-topPanel .typo3-pagetree-topPanel-item { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGElEQVR42gENAPL/ALi4uEy4uLi0uLi4/zSECHijpwMGAAAAAElFTkSuQmCC"); + /* star-hack targets IE6+7 */ + *background-image: url("../../images/shadows/docheader2.png"); +} + table#typo3-tree a { text-decoration: none; } Index: typo3/sysext/t3skin/stylesheets/visual/module_menu.css =================================================================== --- typo3/sysext/t3skin/stylesheets/visual/module_menu.css (Revision 10156) +++ typo3/sysext/t3skin/stylesheets/visual/module_menu.css (Arbeitskopie) @@ -14,20 +14,8 @@ /** * Shadow on the right side of the module menu. */ -#typo3-module-menu { - -moz-box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15); - -ms-box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15); - -webkit-box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15); - box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15); -} - -/** - * Shadow on the right side of the module menu, - * fallback for missing box-shadow support. - * - * @see modernizr.js - */ -.no-boxshadow #typo3-module-menu { +#typo3-module-menu, +#typo3-menu li.menuSection li a:hover { background-image: url("data:image/png;base64,R0lGODlhAgABAIAAAMjIyLOzsyH5BAAAAAAALAAAAAACAAEAAAICRAoAOw=="); /* star-hack targets IE6+7 */ *background-image: url("../../images/backgrounds/module-menu-right.png"); @@ -60,18 +48,33 @@ border-bottom: none; } +/* hovered menu item */ #typo3-menu li.menuSection li a:hover, -#typo3-menu li.menuSection li.hover a, #typo3-menu li.highlighted a { - background-color: #ebebeb; border-top: 1px solid #b8b8b8; border-bottom: 1px solid #b8b8b8; } +#typo3-menu li.menuSection li a:hover { + background-color: #e8e8e8; +} + +/* active menu item */ #typo3-menu li.highlighted { font-weight: bold; } +#typo3-menu li.highlighted a, +#typo3-menu li.menuSection li.highlighted a:hover, +.no-boxshadow #typo3-menu li.menuSection li.highlighted a:hover { + background-color: #ebebeb; + background-image: none; + -moz-box-shadow: none; + -ms-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + #typo3-menu li div.modgroup { color: #252524; cursor: pointer;