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

« back to all changes in this revision

Viewing changes to calendar/base/themes/common/calendar-task-tree.css

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-01-12 15:28:46 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120112152846-ib27rzd0zldftoql
Tags: 1.2~b1+build1-0ubuntu1
* New upstream release from the beta channel (CALENDAR_1_2b1_BUILD1)
* Refresh debian/patches/01_no_sunbird.patch
* Bump maxVersion for lightning to 10.*, but drop changes to non-binary
  addons (gdata-provider / timezones) as these aren't needed anymore
  - update debian/patches/03_maxversion_override.patch
* Add some additional mailnews makefiles to the tarball, to make the build
  system not sad anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
    list-style-image: url(chrome://calendar/skin/task-images.png);
149
149
    -moz-image-region: rect(0 39px 13px 26px);
150
150
}
 
151
 
 
152
/* ::::: tree progress meter ::::: */
 
153
 
 
154
.calendar-task-tree > treechildren::-moz-tree-progressmeter {
 
155
    border: 1px solid ThreeDShadow;
 
156
    color: Highlight;
 
157
    background-color: -moz-field;
 
158
}
 
159
 
 
160
@media all and (-moz-windows-default-theme) {
 
161
  .calendar-task-tree > treechildren::-moz-tree-progressmeter(hover),
 
162
  .calendar-task-tree > treechildren::-moz-tree-progressmeter(selected) {
 
163
      margin: 1px 4px;
 
164
  }
 
165
}