#1484910 closed Feature Patches (fixed)
With a gtk style who set text for input in blank, login form is unreadable.
| Reported by: | the_glu | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1.1 |
| Component: | Interface | Version: | 0.1-stable |
| Severity: | minor | Keywords: | |
| Cc: |
Description
(Reported and patched by jonkristian on #roundcube)
With a gtk style who set text for input in blank, login form is unreadable.
Patch :
Index: skins/default/common.css =================================================================== --- skins/default/common.css (revision 1203) +++ skins/default/common.css (working copy) @@ -70,6 +70,7 @@ padding: 1px; padding-left: 3px; padding-right: 3px; + color: #333333; background-color: #ffffff; border: 1px solid #666666; }
Change History (5)
comment:1 Changed 5 years ago by the_glu
comment:2 Changed 5 years ago by thomasb
- Milestone changed from 0.1.1 to later
What is a "gtk style who set text for input in blank" ?
comment:3 Changed 5 years ago by till
- Owner set to till
- Status changed from new to assigned
He means that the text is not visible. I am committing the css fixes.
comment:4 Changed 5 years ago by till
- Milestone changed from later to 0.1.1
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 5 years ago by till
This is fixed in [63210208].
Note: See
TracTickets for help on using
tickets.

Same problem here :
Index: skins/default/editor_ui.css =================================================================== --- skins/default/editor_ui.css (revision 1203) +++ skins/default/editor_ui.css (working copy) @@ -2,7 +2,7 @@ .mceToolbarTop a, .mceToolbarTop a:visited, .mceToolbarTop a:hover, .mceToolbarBottom a, .mceToolbarBottom a:visited, .mceToolbarBottom a:hover {border: 0; margin: 0; padding: 0; background: transparent;} .mceSeparatorLine {border: 0; padding: 0; margin-left: 4px; margin-right: 2px;} -.mceSelectList {font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; font-size: 7pt !important; font-weight: normal; margin-top: 3px; padding: 0; display: inline; vertical-align: top; background-color: #F0F0EE;} +.mceSelectList {font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; font-size: 7pt !important; font-weight: normal; margin-top: 3px; padding: 0; display: inline; vertical-align: top; background-color: #F0F0EE; color: #333333;} .mceLabel, .mceLabelDisabled {font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; font-size: 9pt;} .mceLabel {color: #000000;} .mceLabelDisabled {cursor: text; color: #999999;}