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

« back to all changes in this revision

Viewing changes to skin/less/multipanel_config.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:
1
 
 
 
1
 
2
2
/* @group Firefox-Standard-Theme */
3
3
 
4
4
window[aios-appDefTheme="true"] {
5
5
 
6
6
    border-top: 1px solid ThreedHighlight;
7
 
    
 
7
 
8
8
    #filterRow {
9
9
        -moz-appearance: toolbox;
10
10
        margin: 0;
11
11
        padding-right: 1px;
12
12
        padding-bottom: 1px;
13
13
    }
14
 
    
 
14
 
15
15
    #configTree {
16
16
        -moz-appearance: none;
17
17
        margin: 0;
18
18
        border: none;
19
 
        
 
19
 
20
20
        treechildren {
21
21
            margin-left: 5px;
22
22
        }
23
23
    }
24
 
    
25
 
    
 
24
 
 
25
 
26
26
    /* @group Windows-XP klassisch */
27
27
    &[aios-appOSVersion="Windows NT 5.1"] {
28
 
        
 
28
 
29
29
        #filterRow {
30
30
            border-bottom: 1px solid ThreedShadow;
31
31
        }
32
 
        
 
32
 
33
33
    }
34
34
    /* @end */
35
 
    
36
 
    
 
35
 
 
36
 
37
37
    /* @group Windows-Standard */
38
38
    &:-moz-system-metric(windows-default-theme) {
39
 
        
 
39
 
40
40
        /* @group Windows-XP-Standard */
41
41
        &[aios-appOSVersion="Windows NT 5.1"] {
42
 
            
 
42
 
43
43
            #filterRow {
44
44
                -moz-appearance: none;
45
 
                background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), 
 
45
                background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5),
46
46
                                  rgba(255, 255, 255, 0));
47
47
            }
48
 
            
 
48
 
49
49
        }
50
50
        /* @end */
51
 
        
 
51
 
52
52
    }
53
53
    /* @end */
54
 
    
55
 
    
 
54
 
 
55
 
56
56
    /* @group Darwin */
57
57
    &[aios-appOS="Darwin"] {
58
 
        
 
58
 
59
59
        #filterRow {
60
60
            padding-bottom: 5px;
61
61
            background-color: #D4DDE5;
62
62
            background-image: none;
63
 
            
 
63
 
64
64
            &:-moz-window-inactive {
65
65
                background-color: #e8e8e8;
66
66
            }
67
67
        }
68
 
        
 
68
 
69
69
    }
70
70
    /* @end */
71
 
    
 
71
 
72
72
}
73
73
 
74
74
/* @end */
 
 
b'\\ No newline at end of file'