~mitya57/ubuntu-themes/radiance-gnome-panel

« back to all changes in this revision

Viewing changes to Radiance/gtk-3.20/apps/gnome-terminal.css

  • Committer: Bileto Bot
  • Date: 2016-08-04 16:38:14 UTC
  • mfrom: (478.2.36 ubuntu-themes)
  • Revision ID: ci-train-bot@canonical.com-20160804163814-ejzzasy3d8clapwr
* Fix version scheme
* Ambiance, Radiance: Port to work with GTK 3.20. (LP: #1593048)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* gnome-terminal */
 
2
@define-color terminal_bg #300a24;
 
3
 
 
4
vte-terminal.terminal-screen {
 
5
    -TerminalScreen-background-darkness: 0.95;
 
6
    background-color: @terminal_bg;
 
7
    color: #fff;
 
8
}
 
9
 
 
10
terminal-screen-container scrollbar:hover,
 
11
terminal-screen-container scrollbar:active {
 
12
    background-color: alpha(@scrollbar_track_color, 0.4);
 
13
    border-radius: 1px;
 
14
}
 
15
 
 
16
terminal-screen-container {
 
17
    background-color: transparent;
 
18
}
 
19
 
 
20
notebook.terminal-notebook header {
 
21
    background-color: @dark_bg_color;
 
22
    border: none;
 
23
}
 
24
 
 
25
 
 
26
notebook.terminal-notebook header.top tab,
 
27
notebook.terminal-notebook header.top tab:hover {
 
28
    background-color: shade(@bg_color, 0.75);
 
29
    border-width: 1px 1px 0px 1px;
 
30
    border-radius:  8px 8px 0px 0px;
 
31
    border-image: none;
 
32
    border-style: solid;
 
33
    border-color: @dark_bg_color;
 
34
}
 
35
 
 
36
notebook.terminal-notebook header.top tab:checked {
 
37
    background-color: shade(@bg_color, 1.2);
 
38
}
 
39
 
 
40
notebook.terminal-notebook tab button,
 
41
notebook.terminal-notebook tab button:hover {
 
42
    background-color: transparent;
 
43
    padding: 1px;
 
44
}
 
45
 
 
46
notebook.terminal-notebook > header > box,
 
47
notebook.terminal-notebook > header > box:hover {
 
48
    padding-left: 5px;
 
49
}
 
50
 
 
51
notebook.terminal-notebook > header > box button,
 
52
notebook.terminal-notebook > header > box button:hover,
 
53
notebook.terminal-notebook > header > box button:hover:backdrop {
 
54
    background: inherit;
 
55
    border: inherit;
 
56
    padding: inherit;
 
57
}
 
58
 
 
59
notebook.terminal-notebook > header > box > box > button:not(:last-child):hover,
 
60
notebook.terminal-notebook > header > box > box > button:not(:last-child):hover:backdrop,
 
61
notebook.terminal-notebook > header > box > box > button:not(:last-child) {
 
62
    padding-right: 5px;
 
63
}
 
64
 
 
65
notebook.terminal-notebook > header > box button:hover,
 
66
notebook.terminal-notebook > header > box button:hover:backdrop {
 
67
    color: shade (@bg_color, 0.9);
 
68
}
 
69
 
 
70
notebook.terminal-notebook > header > box button {
 
71
    color: shade (@bg_color, 0.7);
 
72
}
 
73
 
 
74
notebook.terminal-notebook > header > box button:backdrop {
 
75
    color: shade (@bg_color, 0.4);
 
76
}