File: headerbar.css

package info (click to toggle)
akira 0.0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,024 kB
  • sloc: xml: 40; python: 13; makefile: 11; sh: 8
file content (41 lines) | stat: -rw-r--r-- 634 bytes parent folder | download
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
.headerbar-label {
    font-size: 8pt;
}

.button-zoom {
    padding: 0 6px;
}

.button-zoom-start {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.button-zoom-end {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

entry.input-zoom {
    padding: 3px 8px 4px;
    margin: 6px;
}

.linked-flat button {
    background-color: shade (@bg_color, 1);
}

.export-titlebar {
    padding: 0;
}

/* Temporary elementary OS 6 stylesheet fixes */
button.flat:disabled {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

popover.menu stack {
    padding: 6px 10px;
}