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

« back to all changes in this revision

Viewing changes to calendar/base/themes/winstripe/win-aero/calendar-event-dialog.css

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-06-20 23:50:32 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120620235032-haecscdskaopvm10
Tags: upstream-1.6~b1+build1
ImportĀ upstreamĀ versionĀ 1.6~b1+build1

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  border-top: none;
8
8
  background-color: -moz-Dialog;
9
9
  background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
10
 
                    rgba(255, 255, 255, .0) 10%, rgba(0, 0, 0, .03) 50%,
11
 
                    rgba(0, 0, 0, .1) 90%, rgba(0, 0, 0, .2));
 
10
                    rgba(255, 255, 255, 0));
 
11
  border-bottom: 1px solid ThreeDShadow;
12
12
}
13
13
 
14
14
@media (-moz-windows-default-theme) {
15
15
  #event-toolbox {
16
 
    background-color: rgb(227, 237, 246);
 
16
    background-color: hsl(210, 75%, 92%);
 
17
  }
 
18
}
 
19
 
 
20
@media (-moz-windows-compositor) {
 
21
  #event-toolbox {
 
22
    border-bottom-color: #AABCCF;
17
23
  }
18
24
}
19
25