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 148612 Details for
Bug 290511
[design][business] Theming for Spinner
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]
Theming for Spinner
spinnerTheming (text/plain), 1.34 KB, created by
Holger Staudacher
on 2009-10-02 03:53:45 EDT
(
hide
)
Description:
Theming for Spinner
Filename:
MIME Type:
Creator:
Holger Staudacher
Created:
2009-10-02 03:53:45 EDT
Size:
1.34 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.design.example >Index: theme/business/business.css >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.design.example/theme/business/business.css,v >retrieving revision 1.24 >diff -u -r1.24 business.css >--- theme/business/business.css 26 Sep 2009 08:26:28 -0000 1.24 >+++ theme/business/business.css 2 Oct 2009 07:54:49 -0000 >@@ -535,13 +535,32 @@ > border: none; > } > >-Spinner-UpButton, DateTime-UpButton { >- background-image: url( /theme/business/icons/chevron-up-small.png ); >+Spinner { >+ border: 1px solid #a4a4a4; >+} >+ >+Spinner-DownButton { >+ background-image: url( /theme/business/icons/spinner-down.png ); >+} >+ >+Spinner-DownButton:hover { >+ background-image: url( /theme/business/icons/spinner-down-hover.png ); >+} >+ >+Spinner-UpButton { >+ background-image: url( /theme/business/icons/spinner-up.png ); >+} >+ >+Spinner-UpButton:hover { >+ background-image: url( /theme/business/icons/spinner-up-hover.png ); > } > >-Spinner-DownButton, DateTime-DownButton { >+DateTime-DownButton { > background-image: url( /theme/business/icons/chevron-down-small.png ); >- /* background-color: #c1c1c1; */ >+} >+ >+DateTime-UpButton { >+ background-image: url( /theme/business/icons/chevron-up-small.png ); > } > > Combo-Button:hover, CCombo-Button:hover,
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 290511
: 148612 |
148613