~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/toolkit/themes/winstripe/global/scrollbox.css

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
2
 
 
3
/*
 
4
 * Autorepeatbutton
 
5
 */
 
6
.autorepeatbutton-up 
 
7
  {
 
8
    list-style-image      : url("chrome://global/skin/arrow/arrow-up.gif");
 
9
    -moz-image-region     : auto; /* cut off inheritance */
 
10
  }
 
11
 
 
12
.autorepeatbutton-down 
 
13
  {
 
14
    list-style-image      : url("chrome://global/skin/arrow/arrow-dn.gif");
 
15
    -moz-image-region     : auto; /* cut off inheritance */
 
16
  }
 
17
 
 
18
autorepeatbutton 
 
19
  {
 
20
    -moz-box-align        : center;
 
21
    -moz-box-pack         : center;
 
22
    margin                : 1px 2px 2px 1px;
 
23
    border                : 1px solid transparent;
 
24
    padding               : 1px;
 
25
  }
 
26
 
 
27
autorepeatbutton:hover 
 
28
  {
 
29
    margin                : 1px;
 
30
    border                : 1px inset ThreeDFace;
 
31
    padding               : 2px 1px 1px 2px;
 
32
  }