~ubuntu-branches/ubuntu/trusty/shimmer-themes/trusty

« back to all changes in this revision

Viewing changes to greybird/gtk-3.0/apps/nautilus.css

Tags: 1.5.0-0ubuntu1
* Update Greybird to latest tag (v0.9). lp: #924853,#947436,#982820,#1016713
* Update Bluebird to latest tag (v0.6). lp: #686239,#977431
* Update Albatross to latest tag (v1.2). lp: #989814,#1023056
* debian/control: demote gtk3-engines-unico to recommends as most themes
  are now engine-free.
* debian/shimmer-wallpapers.install: update paths, wallpapers are in their
  own branch/subtarball now.
* debian/shimmer-themes.install: ship Albatross' metacity theme.
* debian/shimmer-themes.links: drop greybird -> Greybird compatibility
  symlinks. lp: #985320

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* browser window */
2
 
NautilusTrashBar.info,
3
 
NautilusXContentBar.info,
4
 
NautilusSearchBar.info,
5
 
NautilusQueryEditor.info {
6
 
    /* this background-color controls the symbolic icon in the entry */
7
 
    background-color: mix (@fg_color, @base_color, 0.3);
8
 
    border-radius: 0;
9
 
    border-style: solid;
10
 
    border-width: 0 1px 1px 1px;
11
 
}
12
 
 
13
 
NautilusSearchBar .entry {
14
 
}
15
 
 
16
 
.nautilus-cluebar-label {
17
 
    color: @fg_color;
18
 
    font: bold;
19
 
}
20
 
 
21
 
#nautilus-search-button *:active,
22
 
#nautilus-search-button *:active:prelight {
23
 
    color: @dark_fg_color;
24
 
}
25
 
 
26
 
NautilusFloatingBar {
27
 
    background-color: @info_bg_color;
28
 
    border-radius: 3px 3px 0 0;
29
 
    border-style: solid;
30
 
    border-width: 1px;
31
 
    border-color: darker (@info_bg_color);
32
 
 
33
 
    -unico-border-gradient: none;
34
 
}
35
 
 
36
 
NautilusFloatingBar .button {
37
 
    -GtkButton-image-spacing: 0;
38
 
    -GtkButton-inner-border: 0;
39
 
}
40
 
 
41
 
/* sidebar */
42
 
NautilusWindow .sidebar,
43
 
NautilusWindow .sidebar .view {
44
 
    background-color: @sidebar_color;
45
 
}
46
 
 
47
 
NautilusWindow .sidebar .frame {
48
 
    border-radius: 0;
49
 
    border-width: 0;
50
 
}
51
 
 
52
 
NautilusWindow > GtkTable > .pane-separator {
53
 
}