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 282959 Details for
Bug 563403
[CSS] GTK light theme improvements
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.
e4_default_gtk.css
e4_default_gtk.css (text/css), 2.77 KB, created by
Amit Mendapara
on 2020-05-20 10:23:20 EDT
(
hide
)
Description:
e4_default_gtk.css
Filename:
MIME Type:
Creator:
Amit Mendapara
Created:
2020-05-20 10:23:20 EDT
Size:
2.77 KB
patch
obsolete
>/******************************************************************************* > * Copyright (c) 2010, 2014 IBM Corporation and others. > * > * This program and the accompanying materials > * are made available under the terms of the Eclipse Public License 2.0 > * which accompanies this distribution, and is available at > * https://www.eclipse.org/legal/epl-2.0/ > * > * SPDX-License-Identifier: EPL-2.0 > * > * Contributors: > * IBM Corporation - initial API and implementation > * Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836 > * Mickael Istria <mistria@redhat.com> - 325937 > * Patrik Suzzi <psuzzi@gmail.com> - Bug 501250 > *******************************************************************************/ > >@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css"); > >ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START { > color: #EEEEEE; >} > >ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END { > color: #EEEEEE; >} >/* Higher contrast keylines for selected stack */ >ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR { > color: #A0A0A0; >} >ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR { > color: #A0A0A0; >} >ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR { > color: #A0A0A0; >} > > >ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START { > color: #DCDCDC; >} > >ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END { > color: #DCDCDC; >} > >ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR { > color: #B4B4B4; >} > >ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR { > color: #B4B4B4; >} > >ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START{ > color: #F6F5F4; >} > >ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END { > color: #F6F5F4; >} > >ColorDefinition#org-eclipse-ui-workbench-INACTIVE_NOFOCUS_TAB_BG_START { > color: #F6F5F4; >} > >ColorDefinition#org-eclipse-ui-workbench-INACTIVE_NOFOCUS_TAB_BG_END { > color: #F6F5F4; >} > >ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR { > color: #B4B4B4; >} > > >.MTrimmedWindow { > background-color: #F6F5F4; >} > >.MTrimBar { > background-color: #F6F5F4; >} > >.MTrimBar#org-eclipse-ui-main-toolbar { > background-color: COLOR-WIDGET-BACKGROUND #F6F5F4 100%; >} > >.MToolControl.TrimStack { > frame-image: none; > handle-image: url(./gtkHandle.png); > frame-image-rotated: none; > handle-image-rotated: url(./gtkHandle-rotated.png); >} > >.MPartStack { > swt-simple: false; > swt-mru-visible: false; >} > >CTabFolder.MArea { > background-color: #F6F5F4; > swt-selected-tab-fill: #F6F5F4; > swt-unselected-tabs-color: #F6F5F4; > swt-outer-keyline-color: #F6F5F4; > swt-inner-keyline-color: #F6F5F4; > swt-tab-outline: #F6F5F4; >} > >CTabFolder Canvas { > background-color: #F8F8F8; >}
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 563403
: 282959 |
282960
|
282961
|
282965