Closed
Bug 327760
Opened 19 years ago
Closed 17 years ago
Add colors to the views - beautify Sunbird/Lightning theme
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
Sunbird 0.3
People
(Reporter: mvl, Unassigned)
Details
Attachments
(7 files, 1 obsolete file)
12.56 KB,
patch
|
Details | Diff | Splinter Review | |
41.20 KB,
image/png
|
Details | |
40.35 KB,
image/png
|
Details | |
23.59 KB,
image/png
|
Details | |
25.13 KB,
image/png
|
Details | |
11.31 KB,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
19.06 KB,
patch
|
Details | Diff | Splinter Review |
Old views had nice blue colors. Current, new, views are gray and boring. Colors should be added to make it look nicer.
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
Reporter | ||
Comment 3•19 years ago
|
||
Comment 4•19 years ago
|
||
I have made a userChrome.css version out of the 'old' Sunbird look and this patch here. The preliminary result can be found at http://wiki.mozilla.org/User:Ssitter/UserChrome .
This way it should be easier to play around with several color combinations etc. without the need to patch Sunbird/Lightning and get some feedback. The 'old' look is not necessarily the best one - but it is less boring than the current one.
Summary: Add colors to the views → Add colors to the views - beautify Sunbird/Lightning theme
Updated•19 years ago
|
Blocks: sunbird-0.3a2
Comment 5•19 years ago
|
||
Minimum approach to get some colors into the views. Theme is far from being finalized but for 0.3a2 it should be sufficient. I'll add screenshot soon.
Attachment #217043 -
Flags: first-review?(jminta)
Comment 6•19 years ago
|
||
If someone has a better idea for the 'today' column?
Comment 7•19 years ago
|
||
Comment 8•19 years ago
|
||
Comment on attachment 217043 [details] [diff] [review]
minimum approach
+calendar-event-column[selected="true"],
calendar-header-container[selected="true"] {
- background: #ffe79c !important;
-}
-
-calendar-header-container {
- border-left: 1px solid #999999;
- border-top: 1px solid #999999;
+ background: #D5E3F2;
}
calendar-month-day-box-item[selected="true"] {
color: #000000 !important;
background: #ffdb67 !important;
}
The one thing that I like about the current color scheme is that 'selected' has similar colors regardless of whether it's a column, box, or item. I think that helps to reinforce the notion of selected, and can help train the user to associate that quickly with references to 'selected day' and 'selected event'. Can we preserve that? It would probably also help to distinguish the 'today' problem you mentioned.
Talk to me on IRC about coordinating this landing with Bug 321545 when you get a chance too.
Attachment #217043 -
Flags: first-review?(jminta) → first-review-
Comment 9•19 years ago
|
||
theme looks similar to the first attempt but leave currently used yellow tone for selected days.
Attachment #217043 -
Attachment is obsolete: true
Attachment #217445 -
Flags: first-review?(jminta)
Comment 10•19 years ago
|
||
Comment on attachment 217445 [details] [diff] [review]
minimum approach, v2
Alright, this looks good enough for 0.3a2. r=jminta. I already landed the css restructuring so I'm working on merging this in by hand. I'll attach a checkin-diff once I get that sorted out.
Attachment #217445 -
Flags: first-review?(jminta) → first-review+
Comment 11•19 years ago
|
||
This is how the patch looked, ported to the restructured css files.
Comment 13•17 years ago
|
||
This was fixed for Sunbird 0.3 Alpha 2 release.
Please file new bugs for further improvements to the default theme.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → Sunbird 0.3
You need to log in
before you can comment on or make changes to this bug.
Description
•