1@import url("resource:///org/gnome/builder/themes/shared.css");
2
3ideframeheader > button:last-child {
4  margin-right: 3px;
5}
6
7entry.search-missing {
8  background-color: #cc0000;
9  color: white;
10  text-shadow: none;
11}
12
13entry.search-missing > image {
14  color: white;
15}
16
17
18/* tweak icons for treeviews */
19treeview.image { color: alpha(currentColor, 0.8); }
20treeview.image:selected { color: alpha(@theme_selected_fg_color, 0.9); }
21
22
23/* utilities stack switcher */
24ideeditorutilities > dzldockpaned > box > stackswitcher {
25  margin: 6px;
26}
27
28
29/* buildui panel */
30ideeditorsidebar notebook header {
31  background: transparent;
32}
33ideeditorsidebar notebook header tab {
34  padding: 0;
35}
36
37ideeditorproperties entry:last-child {
38  border-radius: 0;
39  border-right: none;
40  border-left: none;
41}
42
43/* Omnibar */
44popover.omnibar {
45  padding: 0;
46}
47popover.omnibar list {
48  border-top: 1px solid @borders;
49  border-radius: 0 0 5px 5px;
50}
51popover.omnibar list row:not(:last-child) {
52  border-bottom: 1px solid alpha(@borders, 0.3);
53}
54popover.omnibar row.notification .title {
55  font-weight: bold;
56}
57popover.omnibar row.notification .body {
58  opacity: 0.8;
59  font-size: 0.95em;
60}
61
62/* Notifications button (transfers, etc) */
63popover.notificationsbutton {
64  padding: 0;
65}
66popover.notificationsbutton list {
67  background: transparent;
68  border-radius: 5px;
69}
70popover.notificationsbutton list row:not(:last-child) {
71  border-bottom: 1px solid alpha(@borders, 0.3);
72}
73popover.notificationsbutton row.notification .title {
74  font-weight: bold;
75}
76popover.notificationsbutton row.notification .body {
77  opacity: 0.8;
78  font-size: 0.95em;
79}
80popover.notificationsbutton button.circular {
81  min-height: 24px;
82  min-width: 24px;
83}
84
85/* development styles */
86window.development-version  headerbar:last-child {
87  background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat,
88              linear-gradient(to left,
89                              mix(@theme_fg_color, @theme_bg_color, 0.5) 0%,
90                              @theme_bg_color 25%);
91  color: alpha(@theme_fg_color, 0.2);
92}
93
94window.development-version headerbar label:not(:disabled) {
95  color: @theme_fg_color;
96}
97
98window.development-version headerbar .suggested-action label {
99  color: @theme_selected_fg_color;
100}
101