~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-security

« back to all changes in this revision

Viewing changes to calendar/base/themes/winstripe/calendar-task-view.css

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-04-30 01:11:42 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20120430011142-3hdy7lx3odmsjdv2
Tags: 1.4+build1-0ubuntu0.11.10.2
* New upstream stable release (CALENDAR_1_4_BUILD1)
  - LP: #987305
* Fix build with unversioned SDK path
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
.task-details-name {
90
90
    text-align: right;
91
 
    color: #888a85; /* lower contrast */
 
91
    color: windowtext;
 
92
    opacity: 0.5; /* lower contrast */
92
93
    background-color: transparent;
93
94
    border: none;
94
95
}
95
96
 
96
97
#calendar-task-details-grid > rows > .item-date-row > .headline {
97
98
    font-weight: normal;
98
 
    color: #888a85; /* lower contrast */
 
99
    color: windowtext;
 
100
    opacity: 0.5; /* lower contrast */
99
101
}
100
102
 
101
103
#calendar-task-details-attachment-row {
120
122
    border-right: 1px solid ThreeDHighlight;
121
123
}
122
124
 
123
 
#calendar-task-tree > .calendar-task-tree > treechildren::-moz-tree-row {
124
 
    border-bottom: 1px dotted #AAA;
125
 
}
126
 
 
127
 
#calendar-task-tree > .calendar-task-tree > treechildren::-moz-tree-cell {
128
 
    border-right: 1px dotted #AAA;
129
 
}
130
 
 
131
125
#calendar-task-tree-detail {
132
126
    border: 1px solid ThreeDShadow;
133
127
    margin: 3px;
141
135
    color: GrayText;
142
136
}
143
137
 
 
138
#task-text-filter-field {
 
139
    margin: 5px;
 
140
}
 
141
 
 
142
#task-text-filter-field .textbox-search-icons {
 
143
    margin-bottom: -1px;
 
144
}
 
145
 
144
146
#calendar-task-details-title {
145
147
    font-weight: bold;
146
148
}