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 229739 Details for
Bug 371510
[Compatibility] IWorkbenchSiteProgressService.warnOfContentChange not implemented in 4.x
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.
Change in the css styling
Bug-371510--Compatibility-IWorkbenchSiteProgressServ-styling.patch (text/plain), 2.55 KB, created by
Daniel Rolka
on 2013-04-15 18:58:26 EDT
(
hide
)
Description:
Change in the css styling
Filename:
MIME Type:
Creator:
Daniel Rolka
Created:
2013-04-15 18:58:26 EDT
Size:
2.55 KB
patch
obsolete
>diff --git a/platform/org.eclipse.platform/css/e4_basestyle.css b/platform/org.eclipse.platform/css/e4_basestyle.css >index dc965cf..817a03d 100644 >--- a/platform/org.eclipse.platform/css/e4_basestyle.css >+++ b/platform/org.eclipse.platform/css/e4_basestyle.css >@@ -49,10 +49,15 @@ > background-color: #A0A000; > } > >-CTabItem:selected { >+CTabItem { > font-style: normal; >+ font-weight: normal; > } > > CTabItem.busy:selected { > font-style: italic; > } >+ >+CTabItem.highlighted { >+ font-weight: bold; >+} >diff --git a/platform/org.eclipse.platform/css/e4_classic_win7.css b/platform/org.eclipse.platform/css/e4_classic_win7.css >index 33dc7f2..766b134 100644 >--- a/platform/org.eclipse.platform/css/e4_classic_win7.css >+++ b/platform/org.eclipse.platform/css/e4_classic_win7.css >@@ -43,10 +43,16 @@ > background-color: #A0A000; > } > >-CTabItem:selected { >+CTabItem { > font-style: normal; >+ font-weight: normal; > } > > CTabItem.busy:selected { > font-style: italic; > } >+ >+CTabItem.highlighted { >+ font-weight: bold; >+} >+ >diff --git a/platform/org.eclipse.platform/css/e4_classic_winxp.css b/platform/org.eclipse.platform/css/e4_classic_winxp.css >index 599a4e6..b90d23b 100644 >--- a/platform/org.eclipse.platform/css/e4_classic_winxp.css >+++ b/platform/org.eclipse.platform/css/e4_classic_winxp.css >@@ -43,10 +43,15 @@ > background-color: #A0A000; > } > >-CTabItem:selected { >+CTabItem { > font-style: normal; >+ font-weight: normal; > } > > CTabItem.busy:selected { > font-style: italic; > } >+ >+CTabItem.highlighted { >+ font-weight: bold; >+} >diff --git a/platform/org.eclipse.platform/css/e4_default.css b/platform/org.eclipse.platform/css/e4_default.css >index 043f747..b24fee7 100644 >--- a/platform/org.eclipse.platform/css/e4_default.css >+++ b/platform/org.eclipse.platform/css/e4_default.css >@@ -40,10 +40,15 @@ > swt-inner-keyline-color: #FFFFFF; > } > >-CTabItem:selected { >+CTabItem { > font-style: normal; >+ font-weight: normal; > } > > CTabItem.busy:selected { > font-style: italic; > } >+ >+CTabItem.highlighted { >+ font-weight: bold; >+} >diff --git a/platform/org.eclipse.platform/css/e4_default_winxp_olv.css b/platform/org.eclipse.platform/css/e4_default_winxp_olv.css >index fbe09c1..ab3a219 100644 >--- a/platform/org.eclipse.platform/css/e4_default_winxp_olv.css >+++ b/platform/org.eclipse.platform/css/e4_default_winxp_olv.css >@@ -48,10 +48,15 @@ > handle-image: url(./dragHandle.png); > } > >-CTabItem:selected { >+CTabItem { > font-style: normal; >+ font-weight: normal; > } > > CTabItem.busy:selected { > font-style: italic; >-} >\ No newline at end of file >+} >+ >+CTabItem.highlighted { >+ font-weight: bold; >+}
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 Raw
Actions:
View
Attachments on
bug 371510
: 229739 |
229755
|
229859