~ubuntu-branches/debian/stretch/all-in-one-sidebar/stretch

« back to all changes in this revision

Viewing changes to skin/less/places.less

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2013-09-09 19:59:25 UTC
  • mfrom: (1.1.5) (0.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20130909195925-8dtwzmf4o662becs
Tags: 0.7.20-1
* Team upload
* Imported Upstream version 0.7.20
* Remove now useless DMUA
* Remove now useless version in Build-Depends
* Update Vcs to canonical URI
* Bump standards version to 3.9.4
* Add Breaks for xul-ext
* Remove now useless Replaces
* Update copyright, convert it to format 1.0
* Add upstream changelog
* No phone home on install and upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        padding: 0;
12
12
        border: none;
13
13
    }
14
 
    
 
14
 
15
15
    tree {
16
16
        -moz-appearance: none;
17
17
    }
18
 
    
 
18
 
19
19
    label[control="search-box"] {
20
20
        display: none;
21
21
    }
22
 
    
23
 
    
 
22
 
 
23
 
24
24
    /* @group Icons */
25
25
    #closeFolder,
26
26
    #viewButton {
27
27
        list-style-image: url(../icons/panels_menus.png);
28
28
    }
29
 
    
 
29
 
30
30
    #closeFolder {
31
31
        -moz-image-region: rect(64px, 32px, 80px, 16px);
32
 
        
 
32
 
33
33
        image {
34
34
            margin-right: 2px;
35
35
        }
36
 
        
 
36
 
37
37
        label {
38
38
            display: none;
39
39
        }
40
40
    }
41
 
    
 
41
 
42
42
    #viewButton {
43
43
        -moz-image-region: rect(64px, 16px, 80px, 0);
44
44
    }
45
 
    
 
45
 
46
46
    &[aios-appOS="WINNT"] {
47
 
        
 
47
 
48
48
        #closeFolder {
49
49
            -moz-image-region: rect(0, 32px, 16px, 16px);
50
50
        }
51
 
        
 
51
 
52
52
        #viewButton {
53
53
            -moz-image-region: rect(0, 16px, 16px, 0);
54
54
        }
55
 
        
 
55
 
56
56
    }
57
 
    
 
57
 
58
58
    &[aios-appOS="Darwin"] {
59
 
        
 
59
 
60
60
        #closeFolder {
61
61
            -moz-image-region: rect(32px, 32px, 48px, 16px);
62
62
        }
63
 
        
 
63
 
64
64
        #viewButton {
65
65
            -moz-image-region: rect(32px, 16px, 48px, 0);
66
66
        }
67
 
        
 
67
 
68
68
    }
69
69
    /* @end */
70
 
    
71
 
    
 
70
 
 
71
 
72
72
    /* @group Firefox-Standard-Theme */
73
73
    &[aios-appDefTheme="true"] {
74
 
        
 
74
 
75
75
        #places-toolbar > * {
76
76
            margin: 1px;
77
77
        }
78
 
        
 
78
 
79
79
        #search-box.blur {
80
80
            color: #ACA899;
81
81
        }
82
 
        
83
 
        
 
82
 
 
83
 
84
84
        /* @group Windows */
85
85
        &[aios-appOS="WINNT"] {
86
 
            
 
86
 
87
87
            #places-toolbar {
88
88
                padding: 0 1px 1px 1px;
89
89
                border-top: 1px solid ThreedHighlight;
90
90
                border-bottom: 1px solid ThreedShadow;
91
91
            }
92
 
            
 
92
 
93
93
            #viewButton dropmarker image {
94
94
                margin: 0 2px 0 3px;
95
95
            }
96
 
            
97
 
            
 
96
 
 
97
 
98
98
            /* @group Windows-XP klassisch */
99
99
            &[aios-appOSVersion="Windows NT 5.1"] {
100
 
                
 
100
 
101
101
                #bookmarks-view,
102
102
                #historyTree {
103
103
                    background-color: #efedea;
104
104
                }
105
 
                
 
105
 
106
106
            }
107
107
            /* @end */
108
 
            
109
 
            
 
108
 
 
109
 
110
110
             /* @group Windows-Standard */
111
111
            &:-moz-system-metric(windows-default-theme) {
112
 
                
 
112
 
113
113
                /* @group Windows XP-Standard */
114
114
                &[aios-appOSVersion="Windows NT 5.1"] {
115
 
                    
 
115
 
116
116
                    -moz-appearance: none !important;
117
 
                    
 
117
 
118
118
                    #bookmarks-view,
119
119
                    #historyTree {
120
120
                        background-color: #EDECEF;
121
121
                    }
122
 
                    
 
122
 
123
123
                    #places-toolbar {
124
124
                        -moz-appearance: none;
125
125
                        border-bottom: 1px solid Threedshadow;
126
 
                        background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), 
 
126
                        background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5),
127
127
                                          rgba(255, 255, 255, 0));
128
128
                    }
129
 
                    
 
129
 
130
130
                }
131
131
                /* @end */
132
 
                
133
 
                
 
132
 
 
133
 
134
134
                /* @group Windows Vista-7-Standard */
135
135
                &:not([aios-appOSVersion="Windows NT 5.1"]) {
136
 
                    
 
136
 
137
137
                    #bookmarks-view,
138
138
                    #historyTree {
139
139
                       background-color: #EEF3FA;
140
140
                    }
141
 
                    
 
141
 
142
142
                    #places-toolbar {
143
143
                        background: #eef3fa;
144
144
                    }
145
 
                    
 
145
 
146
146
                }
147
147
                /* @end */
148
 
                
 
148
 
149
149
            }
150
150
            /* @end */
151
 
            
 
151
 
152
152
        }
153
153
        /* @end */
154
 
        
155
 
        
 
154
 
 
155
 
156
156
        /* @group Darwin */
157
157
        &[aios-appOS="Darwin"] {
158
 
            
 
158
 
159
159
            #places-toolbar {
160
160
                padding: 7px 1px 5px 3px;
161
 
                
 
161
 
162
162
                toolbarbutton {
163
 
                    
 
163
 
164
164
                    &:-moz-window-inactive {
165
165
                        opacity: 0.5;
166
166
                    }
167
 
                    
 
167
 
168
168
                }
169
169
            }
170
 
            
 
170
 
171
171
            #search-box {
172
172
                margin-top: -1px;
173
173
            }
174
 
            
 
174
 
175
175
            #closeFolder {
176
176
                margin-left: 4px;
177
177
            }
178
 
            
 
178
 
179
179
            #viewButton {
180
180
                margin-left: 6px;
181
 
                
 
181
 
182
182
                label {
183
183
                    margin-right: 1px;
184
184
                }
185
 
                
 
185
 
186
186
                dropmarker image {
187
187
                    margin: 3px 5px 0 0;
188
188
                }
189
189
            }
190
 
            
 
190
 
191
191
        }
192
192
        /* @end */
193
 
        
 
193
 
194
194
    }
195
195
    /* @end */
196
 
    
 
196
 
197
197
}
 
 
b'\\ No newline at end of file'