Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 175282 Details for
Bug 320784
[CSS] Classic styling issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Latest CSS for Classic
320784_part4_CSS_patch.txt (text/plain), 2.83 KB, created by
Bogdan Gheorghe
on 2010-07-26 19:01:42 EDT
(
hide
)
Description:
Latest CSS for Classic
Filename:
MIME Type:
Creator:
Bogdan Gheorghe
Created:
2010-07-26 19:01:42 EDT
Size:
2.83 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.platform >Index: css/ e4_classic_win7.css >=================================================================== >RCS file: css/ e4_classic_win7.css >diff -N css/ e4_classic_win7.css >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ css/ e4_classic_win7.css 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,17 @@ >+.MTrimmedWindow { >+ margin-top: 0px; >+ margin-bottom: 0px; >+ margin-left: 2px; >+ margin-right: 2px; >+} >+ >+.MPartStack { >+ tab-renderer: null; >+ selected-tabs-background: #FFFFFF #F0F0F0 100%; >+ simple: false; >+} >+ >+ >+.MPartStack.active { >+ selected-tabs-background: #F2F5F9 #99B4D1 100%; >+} >\ No newline at end of file >Index: css/e4_classic.css >=================================================================== >RCS file: css/e4_classic.css >diff -N css/e4_classic.css >--- css/e4_classic.css 14 Jul 2010 23:05:54 -0000 1.1.2.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,10 +0,0 @@ >-.MTrimmedWindow { >- margin-top: 0px; >- margin-bottom: 0px; >- margin-left: 2px; >- margin-right: 2px; >-} >- >-.MPartStack { >- simple: false; >-} >\ No newline at end of file >Index: css/e4_classic_winxp.css >=================================================================== >RCS file: css/e4_classic_winxp.css >diff -N css/e4_classic_winxp.css >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ css/e4_classic_winxp.css 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,17 @@ >+.MTrimmedWindow { >+ margin-top: 0px; >+ margin-bottom: 0px; >+ margin-left: 2px; >+ margin-right: 2px; >+} >+ >+.MPartStack { >+ tab-renderer: null; >+ selected-tabs-background: #FFFFFF #ECE9D8 100%; >+ simple: false; >+} >+ >+ >+.MPartStack.active { >+ selected-tabs-background: #E5EDFC #99BAF3 100%; >+} >\ No newline at end of file >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.platform/plugin.xml,v >retrieving revision 1.75.6.9 >diff -u -r1.75.6.9 plugin.xml >--- plugin.xml 21 Jul 2010 22:27:44 -0000 1.75.6.9 >+++ plugin.xml 26 Jul 2010 23:01:08 -0000 >@@ -132,9 +132,9 @@ > label="Default Theme"> > </theme> > <theme >- basestylesheeturi="css/e4_classic.css" >+ basestylesheeturi="css/e4_classic_winxp.css" > id="org.eclipse.e4.ui.css.theme.e4_classic" >- label="Classic"> >+ label="Win XP Classic"> > </theme> > <theme > basestylesheeturi="css/e4_default_gtk.css" >@@ -167,6 +167,13 @@ > label="Win XP Olive" > os="win32"> > </theme> >+ <theme >+ basestylesheeturi="css/ e4_classic_win7.css" >+ id="org.eclipse.e4.ui.css.theme.e4_classic" >+ label="Win 7 Classic" >+ os="win32" >+ os_version="6.1"> >+ </theme> > </extension> > > </plugin>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 320784
:
175271
|
175278
|
175279
| 175282