summaryrefslogtreecommitdiffstats
path: root/gtk-3.0/gtk.css
blob: 654954bf7ef975344207c5cc0c5cb5670f22ccad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.window-frame,
.window-frame:backdrop {
  box-shadow: none;
  border-style: none;
  margin: 0;
  border-radius: 0;
}

.titlebar {
  border-radius: 0;
}

window decoration {
  margin: 0;
}

VteTerminal,
vte-terminal {
  padding: 5px;
  padding-bottom: 1px;
}

.termite {
  padding: 2px 10px;
}

.window-frame.csd.popup {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13);
}

.header-bar {
  background-image: none;
  background-color: #ededed;
  box-shadow: none;
}

/* You may want to use this if you don't like the double title.
GtkLabel.title {
    opacity: 0;
}*/

headerbar.default-decoration {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  font-size: 0.8em;
}

headerbar.default-decoration button.titlebutton {
  padding: 0;
  min-height: 0;
}

/* Remove dotted lines from GTK+ 3 applications */
undershoot.top,
undershoot.right,
undershoot.bottom,
undershoot.left {
  background-image: none;
}
Un proyecto texto-plano.xyz