~salience-team/salience/1.x

« back to all changes in this revision

Viewing changes to gtk-3.0/spin_button.css

  • Committer: Aditya Vaidya
  • Date: 2013-02-17 07:42:11 UTC
  • Revision ID: kroq.gar78@gmail.com-20130217074211-cc89jxf275uerd73
Undo merge of upstream for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.spinbutton .button,
6
6
.spinbutton .button:focus {
7
 
    border-radius: 0;
8
 
    border-width: 0 0 0 1px;
9
7
    padding: 2px 6px;
10
8
    
11
9
/*    -unico-outer-stroke-width: 0 0 0 1px; */
35
33
}
36
34
 
37
35
.spinbutton .button:first-child {
38
 
    border-width: 1px 0 0 0;
39
 
    border-radius: 0 0 0 0;
 
36
    border-width: 1px 0 1px 1px;
 
37
    border-radius: 2px 0 0 2px;
40
38
    -unico-outer-stroke-width: 0;
41
39
}
42
40
 
43
41
.spinbutton .button:last-child {
44
 
    border-width: 0 0 0 1px;
 
42
    border-width: 1px 1px 1px 0;
45
43
    border-radius: 0 2px 2px 0;
46
44
    -unico-outer-stroke-width: 0;
47
45
}
49
47
.spinbutton .button:insensitive,
50
48
.spinbutton .button:insensitive:backdrop,
51
49
.spinbutton .button:backdrop {
52
 
    background-color: @bg_color;    
53
50
    color: @insensitive_color;
54
 
    icon-shadow: none;
55
51
}
56
52
 
57
53
 
72
68
        to (shade (@bg_color, 0.60)));
73
69
}
74
70
 
75
 
.spinbutton.button:nth-child(first) {
76
 
  border-radius: 0 0 0 0;
77
 
}
78
 
 
79
71
.spinbutton.button:nth-child(last) {
80
72
  border-radius: 0 4px 4px 0;
81
73
}