Skip to content
Snippets Groups Projects
Commit d26c5e23 authored by Steffen Gebert's avatar Steffen Gebert
Browse files

Fixed bug #16841: Webkit performance issue with topbar status "in workspace"

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9902 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 5d558935
Branches
Tags
No related merge requests found
2010-12-26 Steffen Gebert <steffen@steffen-gebert.de>
* Fixed bug #16841: Webkit performance issue with topbar status "in workspace"
2010-12-26 Christian Kuhn <lolli@schwarzbu.ch>
 
* Fixed bug #16611: [scheduler] tx_scheduler_CronCmd needs refactoring
......
typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-left.png

4.83 KiB

typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-right.png

4.85 KiB

typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background.gif

1.37 KiB

body.typo3-in-workspace #typo3-topbar .x-panel-bwrap {
background: none;
}
body.typo3-in-workspace #typo3-topbar .x-panel-body {
background: none;
}
\ No newline at end of file
......@@ -29,17 +29,21 @@ $Id$
}
body.typo3-in-workspace #typo3-top-container {
background: #ff9933 url("../../images/backgrounds/topbar-in-workspace-mask.png");
-moz-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.7) inset,
200px 0 180px -35px rgba(67, 67, 67, 0.9) inset,
-200px 0 180px -35px rgba(67, 67, 67, 0.9) inset;
-ms-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.7) inset,
200px 0 180px -35px rgba(67, 67, 67, 0.9) inset,
-200px 0 180px -35px rgba(67, 67, 67, 0.9) inset;
-webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.7) inset,
200px 0 180px -35px rgba(67, 67, 67, 0.9) inset,
-200px 0 180px -35px rgba(67, 67, 67, 0.9) inset;
box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.7) inset,
200px 0 180px -35px rgba(67, 67, 67, 0.9) inset,
-200px 0 180px -35px rgba(67, 67, 67, 0.9) inset;
background: none;
}
body.typo3-in-workspace #typo3-topbar .x-panel-bwrap {
background: url('../../images/backgrounds/topbar-in-workspace-background-left.png') no-repeat;
}
body.typo3-in-workspace #typo3-topbar .x-panel-body {
background: url('../../images/backgrounds/topbar-in-workspace-background-right.png') no-repeat right 0;
}
body.typo3-in-workspace #typo3-topbar {
background: url('../../images/backgrounds/topbar-in-workspace-background.gif');
}
body.typo3-in-workspace #typo3-topbar #username {
text-shadow: 0 0 5px #000000;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment