Created
June 27, 2012 23:06
-
-
Save philwebb/3007478 to your computer and use it in GitHub Desktop.
Eclipse Juno Mac CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url("e4_basestyle.css"); | |
.MTrimmedWindow { | |
background-color: #E8E8E8; | |
} | |
.MPartStack { | |
swt-unselected-tabs-color: #E8E8E8 #FFFFFF 100%; | |
font-size: 12; | |
swt-simple: false; | |
swt-mru-visible: false; | |
} | |
.MTrimBar { | |
background-color: #E8E8E8; | |
} | |
.MTrimBar#org-eclipse-ui-main-toolbar { | |
background-color: #F0F0F0 #E8E8E8 100%; | |
} | |
.MToolControl.TrimStack { | |
frame-image: url(./macTSFrame.png); | |
handle-image: url(./macHandle.png); | |
} | |
.MPartStack.active { | |
swt-unselected-tabs-color: #F6F6F6 #D3D3D3 #D1D1D1 #D1D1D1 #D6D6D6 #D6D6D6 #FFFFFF 20% 45% 60% 70% 100% 100%; | |
swt-outer-keyline-color: #C4C5C1; | |
} | |
#PerspectiveSwitcher { | |
eclipse-perspective-keyline-color: #ECE9D8 #E8E8E8; | |
background-color: #F0F0F0 #E8E8E8 100%; | |
} | |
#org-eclipse-ui-editorss { | |
swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering'); | |
swt-unselected-tabs-color: #D6DDE5 #D6DDE5 #D6DDE5 100% 100%; | |
swt-outer-keyline-color: #D6DDE5; | |
swt-inner-keyline-color: #D6DDE5; | |
swt-tab-outline: #D6DDE5; | |
color: #D6DDE5; | |
swt-tab-height: 8px; | |
padding: 0px 5px 7px; | |
} | |
CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active { | |
swt-shadow-visible: false; | |
} | |
CTabFolder Canvas { | |
background-color: #FFFFFF; | |
} | |
#org-eclipse-e4-ui-compatibility-editor Composite Composite Composite Composite Composite Canvas Canvas, | |
#org-eclipse-e4-ui-compatibility-editor Composite Composite Composite Composite Composite Canvas Canvas { | |
background-color: #F0F0F0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment