Line | |
---|
1 | undershoot.top,
|
---|
2 | undershoot.right,
|
---|
3 | undershoot.bottom,
|
---|
4 | undershoot.left {
|
---|
5 | background-image: none;
|
---|
6 | }
|
---|
7 |
|
---|
8 | * {
|
---|
9 | transition: 0;
|
---|
10 | }
|
---|
11 |
|
---|
12 | scrollbar {
|
---|
13 | -GtkScrollbar-has-backward-stepper: true;
|
---|
14 | -GtkScrollbar-has-forward-stepper: true;
|
---|
15 | }
|
---|
16 |
|
---|
17 | scrollbar.vertical {
|
---|
18 | padding: 0.1em 0;
|
---|
19 | margin: 0;
|
---|
20 | opacity: 1;
|
---|
21 | }
|
---|
22 |
|
---|
23 | scrollbar.vertical slider {
|
---|
24 | border-radius: 0;
|
---|
25 | margin: 0;
|
---|
26 | padding: 0;
|
---|
27 | border-radius: 0.2em;
|
---|
28 | transition: 0;
|
---|
29 | background-color: #bbb;
|
---|
30 | }
|
---|
31 |
|
---|
32 | scrollbar.vertical slider:hover {
|
---|
33 | background-color: #aaa;
|
---|
34 | }
|
---|
35 |
|
---|
36 | menubar {
|
---|
37 | font-size: 10pt;
|
---|
38 | background: #eee;
|
---|
39 | }
|
---|
40 |
|
---|
41 | menubar menuitem:first-child {
|
---|
42 | border-left: 0;
|
---|
43 | }
|
---|
44 |
|
---|
45 | menubar menuitem {
|
---|
46 | border-left: 1px solid #ddd;
|
---|
47 | padding: 0.35em 0.35em 0.15em 0.35em;
|
---|
48 | }
|
---|
49 |
|
---|
50 | menubar > menuitem:hover {
|
---|
51 | background: #ddd;
|
---|
52 | color: #000;
|
---|
53 |
|
---|
54 | }
|
---|
55 |
|
---|
56 | scrollbar, scrollbar trough {
|
---|
57 | background-color: #fafafa;
|
---|
58 | padding: 0;
|
---|
59 | margin: 0;
|
---|
60 | }
|
---|
61 |
|
---|
62 | manubar tab {
|
---|
63 | padding: 0;
|
---|
64 | }
|
---|
65 |
|
---|
66 | toolbar {
|
---|
67 | background: #fafafa;
|
---|
68 | padding: 0;
|
---|
69 | margin-top: 0.15em;
|
---|
70 | }
|
---|
71 |
|
---|
72 | toolbar icon {
|
---|
73 | width: 16px;
|
---|
74 | }
|
---|
75 |
|
---|
76 | toolbar button {
|
---|
77 | border-radius: 0;
|
---|
78 | transition: 0;
|
---|
79 | padding: 0.1em;
|
---|
80 | font-size: 10pt
|
---|
81 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.