~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qmldesigner/components/resources/scrollbar.css

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
  QScrollBar:vertical {
2
 
      border-image: url(:/qmldesigner/images/scrollbar-borderimage-vertical.png);
3
 
      border-left: 0;
4
 
      border-right: 0;
5
 
      border-top: 3;
6
 
      border-bottom: 3;
 
2
      background-color: #444444;
 
3
      border: 1px solid #333333;
7
4
      margin-top: 3;
8
5
      margin-bottom: 3;
9
6
      width: 10;
10
7
  }
11
8
 
12
9
  QScrollBar::handle:vertical {
13
 
      background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0,
14
 
                                      stop: 0.20 #888888,
15
 
                                      stop: 0.23 #656565,
16
 
                                      stop: 0.85 #393939);
 
10
      background-color: #656565;
17
11
      margin-top: -5;
18
12
      margin-bottom: -5;
19
13
      min-height: 18px;
20
14
      width: 8px;
21
15
      border: 1px solid #313131;
22
 
      border-radius: 4px;
23
16
      border-width: 1;
 
17
      margin-left: -1;
 
18
      margin-right: -1;
24
19
  }
25
20
 
26
21
  QScrollBar::add-line:vertical {
49
44
  }
50
45
 
51
46
  QScrollBar:horizontal {
52
 
      border-image: url(:/qmldesigner/images/scrollbar-borderimage-horizontal.png);
53
 
        border-left: 3;
54
 
        border-right: 3;
55
 
        border-top: 0;
56
 
        border-bottom: 0;
 
47
        background-color: #444444;
 
48
        border: 1px solid #333333;
57
49
        margin-left: 3;
58
50
        margin-right: 3;
59
51
        height: 10;
60
52
  }
61
53
 
62
54
  QScrollBar::handle:horizontal {
63
 
      background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
64
 
                                       stop: 0.20 #888888,
65
 
                                       stop: 0.23 #656565,
66
 
                                       stop: 0.85 #393939);
 
55
     background-color: #656565;
 
56
 
67
57
     margin-left: -5;
68
58
     margin-right: -5;
69
59
     min-width: 18px;
70
60
     height: 8px;
71
61
     border: 1px solid #313131;
72
 
     border-radius: 4px;
73
62
     border-width: 1;
 
63
     margin-top: -1;
 
64
     margin-bottom: -1;
74
65
  }
75
66
 
76
67
  QScrollBar::add-line:horizontal {