File: tilix.base.theme.css

package info (click to toggle)
tilix 1.9.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,444 kB
  • sloc: xml: 1,175; sh: 285; python: 127; perl: 72; ansic: 53; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (6)
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
/**
 * CSS that is loaded with lower priority to lower themes to override.
 */
.terminal-titlebar {
    border-bottom: 1px solid @borders;
}

.terminal-titlebar > button {
    border-radius: 0;
    border-top: none;
    border-bottom: none;
}

.terminal-titlebar > button:first-child {
    border-left: none;
}

.terminal-titlebar > button:last-child {
    border-right: none;
}

.terminal-titlebar > image,
.tilix-bell {
    padding-left: 8px;
    padding-right: 8px;
}