themes/whitey/gtk-3.0/gtk.css (view raw)
1/******************
2 * Ripple effects *
3 ******************/
4@keyframes ripple_effect {
5 from {
6 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); }
7 to {
8 background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } }
9@keyframes flat_ripple_effect {
10 from {
11 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); }
12 to {
13 background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } }
14@keyframes list_ripple_effect {
15 from {
16 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.05)); }
17 to {
18 background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } }
19* {
20 transition-property: opacity, border-color, border-image, background-color, background-image, box-shadow, icon-shadow;
21 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22 transition-duration: 0.2s; }
23
24/*****************
25 * Common States *
26 *****************/
27* {
28 padding: 0;
29 background-clip: padding-box;
30 -GtkToolButton-icon-spacing: 4;
31 -GtkTextView-error-underline-color: #F44336;
32 -GtkCheckButton-indicator-size: 16;
33 -GtkCheckMenuItem-indicator-size: 16;
34 -GtkScrolledWindow-scrollbar-spacing: 0;
35 -GtkScrolledWindow-scrollbars-within-bevel: 1;
36 -GtkToolItemGroup-expander-size: 11;
37 -GtkExpander-expander-size: 16;
38 -GtkMenu-horizontal-padding: 0;
39 -GtkMenu-vertical-padding: 0;
40 -GtkWidget-link-color: #E8E8E8;
41 -GtkWidget-visited-link-color: #9C27B0;
42 -GtkWidget-text-handle-width: 16;
43 -GtkWidget-text-handle-height: 16;
44 -GtkDialog-button-spacing: 4;
45 -GtkDialog-action-area-border: 0;
46 -GtkStatusbar-shadow-type: none;
47 outline-style: solid;
48 outline-width: 2px;
49 outline-color: alpha(currentColor, 0.2);
50 outline-offset: -4px;
51 outline-radius: 2px;
52 text-shadow: none;
53 icon-shadow: none; }
54
55/***************
56 * Base States *
57 ***************/
58.background {
59 background-color: #FFFFFF;
60 color: #263238; }
61
62*:insensitive {
63 -gtk-image-effect: dim; }
64
65.titlebar *:backdrop,
66.header-bar *:backdrop {
67 opacity: 0.75;
68 transition: 0.2s; }
69
70.gtkstyle-fallback {
71 background-color: #FFFFFF;
72 color: #263238; }
73 .gtkstyle-fallback:prelight {
74 background-color: #eaeef2;
75 color: #263238; }
76 .gtkstyle-fallback:active {
77 background-color: #dae2e9;
78 color: #263238; }
79 .gtkstyle-fallback:insensitive {
80 background-color: #FFFFFF;
81 color: rgba(38, 50, 56, 0.3); }
82 .gtkstyle-fallback:selected {
83 background-color: #E8E8E8;
84 color: #FFFFFF; }
85
86.view {
87 background-color: #FFFFFF;
88 color: #263238; }
89 .view:hover, .view:active, .view:selected {
90 border-radius: 2px; }
91 .view:insensitive {
92 color: rgba(38, 50, 56, 0.3); }
93
94.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband {
95 border: 1px solid #4DD0E1;
96 background-color: rgba(77, 208, 225, 0.2); }
97
98.label.separator {
99 color: #263238; }
100.label:insensitive {
101 color: rgba(38, 50, 56, 0.3); }
102.label.kudo-label {
103 color: #263238; }
104
105.dim-label, .label.separator, .titlebar .title:backdrop,
106.header-bar .title:backdrop, .titlebar .subtitle,
107.header-bar .subtitle, .titlebar .subtitle:backdrop,
108.header-bar .subtitle:backdrop {
109 opacity: 0.55; }
110
111GtkAssistant .sidebar {
112 padding: 0.5em 0; }
113 GtkAssistant .sidebar:dir(ltr) {
114 border-right: 1px solid rgba(0, 0, 0, 0.09); }
115 GtkAssistant .sidebar:dir(rtl) {
116 border-left: 1px solid rgba(0, 0, 0, 0.09); }
117 GtkAssistant .sidebar .label {
118 padding: 0.7em 1em 0.8em;
119 color: rgba(38, 50, 56, 0.75);
120 font-weight: 500; }
121 GtkAssistant .sidebar .label.highlight {
122 color: #E8E8E8; }
123GtkAssistant .header-bar .button.flat:not(:last-child), GtkAssistant .header-bar .button.osd.image-button:not(:last-child), GtkAssistant .header-bar .inline-toolbar .button:not(:last-child), .inline-toolbar GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar .action-bar .button:not(:last-child), .action-bar GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar .inline-toolbar .linked > .button.image-button:not(:last-child):not(.text-button), .inline-toolbar GtkAssistant .header-bar .linked > .button.image-button:not(:last-child):not(.text-button), GtkAssistant .header-bar .inline-toolbar .stack-switcher > .button.image-button:not(:last-child):not(.text-button), .inline-toolbar GtkAssistant .header-bar .stack-switcher > .button.image-button:not(:last-child):not(.text-button), GtkAssistant .header-bar .action-bar .stack-switcher > .button.image-button:not(:last-child):not(.text-button), .action-bar GtkAssistant .header-bar .stack-switcher > .button.image-button:not(:last-child):not(.text-button), GtkAssistant .header-bar .app-notification .button:not(:last-child), .app-notification GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child), GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar .toolbar .button:not(:last-child), .toolbar GtkAssistant .header-bar .button:not(:last-child),
124GtkAssistant .header-bar .button:not(:last-child):not(.suggested-action):not(.destructive-action), GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child), .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar .sidebar-button.button:not(:last-child), GtkAssistant .header-bar .info .button:not(:last-child), .info GtkAssistant .header-bar .button:not(:last-child),
125GtkAssistant .header-bar .question .button:not(:last-child),
126.question GtkAssistant .header-bar .button:not(:last-child),
127GtkAssistant .header-bar .warning .button:not(:last-child),
128.warning GtkAssistant .header-bar .button:not(:last-child),
129GtkAssistant .header-bar .error .button:not(:last-child),
130.error GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar GtkScaleButton.button:not(:last-child),
131GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child), GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child), GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):first-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):first-child, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):last-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):last-child,
132GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child),
133GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child), GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):not(.flat):not(.titlebutton), MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):not(.flat):not(.titlebutton), GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):not(.flat):not(.titlebutton), MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):not(.flat):not(.titlebutton) {
134 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
135 background-color: #FFFFFF;
136 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
137 color: rgba(38, 50, 56, 0.75);
138 background-color: #E8E8E8;
139 color: rgba(255, 255, 255, 0.85); }
140 GtkAssistant .header-bar .button.flat:not(:last-child):hover, GtkAssistant .header-bar .button.osd.image-button:not(:last-child):hover, GtkAssistant .header-bar .inline-toolbar .button:not(:last-child):hover, .inline-toolbar GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar .action-bar .button:not(:last-child):hover, .action-bar GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar .app-notification .button:not(:last-child):hover, .app-notification GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child):hover, GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar .toolbar .button:not(:last-child):hover, .toolbar GtkAssistant .header-bar .button:not(:last-child):hover,
141 GtkAssistant .header-bar .button:not(:last-child):hover:not(.suggested-action):not(.destructive-action), GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child):hover, .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar .sidebar-button.button:not(:last-child):hover, GtkAssistant .header-bar .info .button:not(:last-child):hover, .info GtkAssistant .header-bar .button:not(:last-child):hover,
142 GtkAssistant .header-bar .question .button:not(:last-child):hover,
143 .question GtkAssistant .header-bar .button:not(:last-child):hover,
144 GtkAssistant .header-bar .warning .button:not(:last-child):hover,
145 .warning GtkAssistant .header-bar .button:not(:last-child):hover,
146 GtkAssistant .header-bar .error .button:not(:last-child):hover,
147 .error GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar GtkScaleButton.button:not(:last-child):hover,
148 GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child):hover, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):hover, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):hover:first-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):hover:first-child, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):hover:last-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):hover:last-child,
149 GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child):hover,
150 GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child):hover, GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):hover:not(.flat):not(.titlebutton), GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):hover:not(.flat):not(.titlebutton) {
151 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
152 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
153 color: #263238;
154 color: #FFFFFF; }
155 GtkAssistant .header-bar .button.flat:not(:last-child):active, GtkAssistant .header-bar .button.osd.image-button:not(:last-child):active, GtkAssistant .header-bar .inline-toolbar .button:not(:last-child):active, .inline-toolbar GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar .action-bar .button:not(:last-child):active, .action-bar GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar .app-notification .button:not(:last-child):active, .app-notification GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child):active, GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar .toolbar .button:not(:last-child):active, .toolbar GtkAssistant .header-bar .button:not(:last-child):active,
156 GtkAssistant .header-bar .button:not(:last-child):active:not(.suggested-action):not(.destructive-action), GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child):active, .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar .sidebar-button.button:not(:last-child):active, GtkAssistant .header-bar .info .button:not(:last-child):active, .info GtkAssistant .header-bar .button:not(:last-child):active,
157 GtkAssistant .header-bar .question .button:not(:last-child):active,
158 .question GtkAssistant .header-bar .button:not(:last-child):active,
159 GtkAssistant .header-bar .warning .button:not(:last-child):active,
160 .warning GtkAssistant .header-bar .button:not(:last-child):active,
161 GtkAssistant .header-bar .error .button:not(:last-child):active,
162 .error GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar GtkScaleButton.button:not(:last-child):active,
163 GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child):active, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):active, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):active:first-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):active:first-child, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):active:last-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):active:last-child,
164 GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child):active,
165 GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child):active, GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):active:not(.flat):not(.titlebutton), GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):active:not(.flat):not(.titlebutton) {
166 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
167 color: #263238;
168 transition-duration: 0;
169 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
170 color: #FFFFFF;
171 background-color: #E8E8E8; }
172 GtkAssistant .header-bar .button.flat:not(:last-child):checked, GtkAssistant .header-bar .button.osd.image-button:not(:last-child):checked, GtkAssistant .header-bar .inline-toolbar .button:not(:last-child):checked, .inline-toolbar GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar .action-bar .button:not(:last-child):checked, .action-bar GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar .app-notification .button:not(:last-child):checked, .app-notification GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child):checked, GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar .toolbar .button:not(:last-child):checked, .toolbar GtkAssistant .header-bar .button:not(:last-child):checked,
173 GtkAssistant .header-bar .button:not(:last-child):checked:not(.suggested-action):not(.destructive-action), GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child):checked, .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar .sidebar-button.button:not(:last-child):checked, GtkAssistant .header-bar .info .button:not(:last-child):checked, .info GtkAssistant .header-bar .button:not(:last-child):checked,
174 GtkAssistant .header-bar .question .button:not(:last-child):checked,
175 .question GtkAssistant .header-bar .button:not(:last-child):checked,
176 GtkAssistant .header-bar .warning .button:not(:last-child):checked,
177 .warning GtkAssistant .header-bar .button:not(:last-child):checked,
178 GtkAssistant .header-bar .error .button:not(:last-child):checked,
179 .error GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar GtkScaleButton.button:not(:last-child):checked,
180 GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child):checked, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):checked, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):checked:first-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):checked:first-child, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):checked:last-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):checked:last-child,
181 GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child):checked,
182 GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child):checked, GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):checked:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):checked:not(.flat):not(.titlebutton), GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):checked:not(.flat):not(.titlebutton) {
183 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
184 background-color: #E8E8E8;
185 color: #FFFFFF;
186 background-color: #33aba0;
187 color: #FFFFFF; }
188 GtkAssistant .header-bar .button.flat:not(:last-child):insensitive, GtkAssistant .header-bar .button.osd.image-button:not(:last-child):insensitive, GtkAssistant .header-bar .inline-toolbar .button:not(:last-child):insensitive, .inline-toolbar GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar .action-bar .button:not(:last-child):insensitive, .action-bar GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar .app-notification .button:not(:last-child):insensitive, .app-notification GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child):insensitive, GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar .toolbar .button:not(:last-child):insensitive, .toolbar GtkAssistant .header-bar .button:not(:last-child):insensitive,
189 GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.suggested-action):not(.destructive-action), GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child):insensitive, .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar .sidebar-button.button:not(:last-child):insensitive, GtkAssistant .header-bar .info .button:not(:last-child):insensitive, .info GtkAssistant .header-bar .button:not(:last-child):insensitive,
190 GtkAssistant .header-bar .question .button:not(:last-child):insensitive,
191 .question GtkAssistant .header-bar .button:not(:last-child):insensitive,
192 GtkAssistant .header-bar .warning .button:not(:last-child):insensitive,
193 .warning GtkAssistant .header-bar .button:not(:last-child):insensitive,
194 GtkAssistant .header-bar .error .button:not(:last-child):insensitive,
195 .error GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar GtkScaleButton.button:not(:last-child):insensitive,
196 GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child):insensitive, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive:first-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive:first-child, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive:last-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive:last-child,
197 GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child):insensitive,
198 GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child):insensitive, GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.flat):not(.titlebutton), GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.flat):not(.titlebutton) {
199 box-shadow: none;
200 background-color: alpha(currentColor, 0.2);
201 color: rgba(38, 50, 56, 0.225); }
202 GtkAssistant .header-bar .button.flat:not(:last-child):insensitive > .label, GtkAssistant .header-bar .button.osd.image-button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .inline-toolbar .button:not(:last-child):insensitive > .label, .inline-toolbar GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .action-bar .button:not(:last-child):insensitive > .label, .action-bar GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .inline-toolbar .linked > .button:not(:last-child):insensitive > .label, .inline-toolbar GtkAssistant .header-bar .linked > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .action-bar .linked > .button:not(:last-child):insensitive > .label, .action-bar GtkAssistant .header-bar .linked > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .inline-toolbar .stack-switcher > .button:not(:last-child):insensitive > .label, .inline-toolbar GtkAssistant .header-bar .stack-switcher > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .action-bar .stack-switcher > .button:not(:last-child):insensitive > .label, .action-bar GtkAssistant .header-bar .stack-switcher > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .app-notification .button:not(:last-child):insensitive > .label, .app-notification GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child):insensitive > .label, GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .toolbar .button:not(:last-child):insensitive > .label, .toolbar GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .titlebar .button:not(:last-child):insensitive:not(.suggested-action):not(.destructive-action) > .label,
203 GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.suggested-action):not(.destructive-action) > .label, GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child):insensitive > .label, .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child):insensitive > .label,
204 GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .linked > .button:not(:last-child):insensitive > .label,
205 .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .linked > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .sidebar-button.button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .info .button:not(:last-child):insensitive > .label, .info GtkAssistant .header-bar .button:not(:last-child):insensitive > .label,
206 GtkAssistant .header-bar .question .button:not(:last-child):insensitive > .label,
207 .question GtkAssistant .header-bar .button:not(:last-child):insensitive > .label,
208 GtkAssistant .header-bar .warning .button:not(:last-child):insensitive > .label,
209 .warning GtkAssistant .header-bar .button:not(:last-child):insensitive > .label,
210 GtkAssistant .header-bar .error .button:not(:last-child):insensitive > .label,
211 .error GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar GtkScaleButton.button:not(:last-child):insensitive > .label,
212 GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child):insensitive > .label, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive > .label, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive:first-child > .label, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive:first-child > .label, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive:last-child > .label, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive:last-child > .label,
213 GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child):insensitive > .label,
214 GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):insensitive:not(.flat):not(.titlebutton) > .label, MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.flat):not(.titlebutton) > .label, GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):insensitive:not(.flat):not(.titlebutton) > .label, MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.flat):not(.titlebutton) > .label {
215 color: inherit; }
216
217GtkTextView {
218 background-color: #FFFFFF; }
219
220.grid-child {
221 padding: 4px;
222 border-radius: 2px; }
223
224.popover.osd, .app-notification,
225.app-notification.frame, .osd .scale-popup, .floating-bar, .osd {
226 opacity: 0.9; }
227
228/*********************
229 * Spinner Animation *
230 *********************/
231@keyframes colorful_bar {
232 0% {
233 -gtk-icon-source: url("assets/bar-red.svg");
234 -gtk-icon-transform: scale(0, 1); }
235 24.9% {
236 -gtk-icon-source: url("assets/bar-red.svg");
237 -gtk-icon-transform: scale(1, 1); }
238 25% {
239 -gtk-icon-source: url("assets/bar-yellow.svg");
240 -gtk-icon-transform: scale(1, 1); }
241 49.9% {
242 -gtk-icon-source: url("assets/bar-yellow.svg");
243 -gtk-icon-transform: scale(0, 1); }
244 50% {
245 -gtk-icon-source: url("assets/bar-green.svg");
246 -gtk-icon-transform: scale(0, 1); }
247 74.9% {
248 -gtk-icon-source: url("assets/bar-green.svg");
249 -gtk-icon-transform: scale(1, 1); }
250 75% {
251 -gtk-icon-source: url("assets/bar-blue.svg");
252 -gtk-icon-transform: scale(1, 1); }
253 99.9% {
254 -gtk-icon-source: url("assets/bar-blue.svg");
255 -gtk-icon-transform: scale(0, 1); }
256 100% {
257 -gtk-icon-source: url("assets/bar-red.svg");
258 -gtk-icon-transform: scale(0, 1); } }
259.spinner {
260 background-color: blue;
261 background-image: none;
262 opacity: 0;
263 -gtk-icon-source: url("assets/bar-red.svg"); }
264 .spinner:active {
265 opacity: 1.0;
266 animation: colorful_bar 2s linear infinite; }
267 .spinner:active:insensitive {
268 opacity: 0.4; }
269 .spinner:active:backdrop {
270 opacity: 1.0; }
271 .spinner:backdrop {
272 opacity: 0; }
273
274/****************
275 * Text Entries *
276 ****************/
277.entry {
278 padding: 0.75em 1em 0.8em;
279 border-radius: 0;
280 outline-radius: 0;
281 border-color: #E5E9EC;
282 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
283 background-color: transparent;
284 color: rgba(38, 50, 56, 0.75); }
285 .entry:focus {
286 border-color: #E5E9EC;
287 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
288 color: #263238;
289 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
290 .entry:insensitive {
291 border-color: #E5E9EC;
292 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
293 background-color: transparent;
294 color: rgba(38, 50, 56, 0.3); }
295 .entry.flat, .linked > .entry:not(.flat), .linked.vertical > .entry:not(.flat), .notebook:not(.reorderable-page) > .entry {
296 border-radius: 0;
297 outline-radius: 0;
298 border-color: #E5E9EC;
299 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
300 background-color: transparent;
301 color: rgba(38, 50, 56, 0.75); }
302 .entry.flat:focus, .linked > .entry:focus:not(.flat), .notebook:not(.reorderable-page) > .entry:focus {
303 border-color: #E5E9EC;
304 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
305 color: #263238;
306 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
307 .entry.flat:insensitive, .linked > .entry:insensitive:not(.flat), .notebook:not(.reorderable-page) > .entry:insensitive {
308 border-color: #E5E9EC;
309 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
310 color: rgba(38, 50, 56, 0.3); }
311 .entry.image.left {
312 padding-left: 0.1em; }
313 .entry.image.right {
314 padding-right: 0.1em; }
315 .linked > .entry:not(.flat), .linked.vertical > .entry:not(.flat) {
316 border-radius: 0;
317 outline-radius: 0; }
318 .entry.error {
319 border-radius: 0;
320 outline-radius: 0;
321 border-color: #E5E9EC;
322 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
323 background-color: transparent;
324 color: rgba(38, 50, 56, 0.75); }
325 .entry.error:focus {
326 border-color: #E5E9EC;
327 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
328 color: #263238;
329 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
330 .entry.error:insensitive {
331 border-color: #E5E9EC;
332 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
333 background-color: transparent;
334 color: rgba(38, 50, 56, 0.3); }
335 .entry.error.flat, .linked > .error.entry:not(.flat), .notebook:not(.reorderable-page) > .error.entry {
336 border-radius: 0;
337 outline-radius: 0;
338 border-color: #E5E9EC;
339 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
340 background-color: transparent;
341 color: rgba(38, 50, 56, 0.75); }
342 .entry.error.flat:focus, .linked > .error.entry:focus:not(.flat), .notebook:not(.reorderable-page) > .error.entry:focus {
343 border-color: #E5E9EC;
344 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
345 color: #263238;
346 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
347 .entry.error.flat:insensitive, .linked > .error.entry:insensitive:not(.flat), .notebook:not(.reorderable-page) > .error.entry:insensitive {
348 border-color: #E5E9EC;
349 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
350 color: rgba(38, 50, 56, 0.3); }
351 .entry.warning {
352 border-radius: 0;
353 outline-radius: 0;
354 border-color: #E5E9EC;
355 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
356 background-color: transparent;
357 color: rgba(38, 50, 56, 0.75); }
358 .entry.warning:focus {
359 border-color: #E5E9EC;
360 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
361 color: #263238;
362 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
363 .entry.warning:insensitive {
364 border-color: #E5E9EC;
365 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
366 background-color: transparent;
367 color: rgba(38, 50, 56, 0.3); }
368 .entry.warning.flat, .linked > .warning.entry:not(.flat), .notebook:not(.reorderable-page) > .warning.entry {
369 border-radius: 0;
370 outline-radius: 0;
371 border-color: #E5E9EC;
372 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
373 background-color: transparent;
374 color: rgba(38, 50, 56, 0.75); }
375 .entry.warning.flat:focus, .linked > .warning.entry:focus:not(.flat), .notebook:not(.reorderable-page) > .warning.entry:focus {
376 border-color: #E5E9EC;
377 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
378 color: #263238;
379 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
380 .entry.warning.flat:insensitive, .linked > .warning.entry:insensitive:not(.flat), .notebook:not(.reorderable-page) > .warning.entry:insensitive {
381 border-color: #E5E9EC;
382 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
383 color: rgba(38, 50, 56, 0.3); }
384 .entry.image:not(:hover):not(:active) {
385 color: alpha(currentColor, 0.75); }
386 .entry.image:active {
387 color: #E8E8E8; }
388 .entry.image:insensitive {
389 color: alpha(currentColor, 0.6); }
390 GtkTreeView .entry.flat:focus, GtkTreeView .linked > .entry:focus:not(.flat), GtkTreeView .notebook:not(.reorderable-page) > .entry:focus {
391 padding: 1px;
392 border-radius: 0;
393 border-image: none;
394 background-color: #FFFFFF;
395 color: #263238;
396 box-shadow: none;
397 transition: none; }
398 GtkTreeView .entry:insensitive, GtkTreeView .entry.flat:insensitive, GtkTreeView .linked > .entry:insensitive:not(.flat), GtkTreeView .notebook:not(.reorderable-page) > .entry:insensitive {
399 color: rgba(38, 50, 56, 0.3); }
400
401/***********
402 * Buttons *
403 ***********/
404@keyframes needs_attention {
405 from {
406 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#E8E8E8), to(transparent)); }
407 to {
408 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#E8E8E8), to(transparent)); } }
409.button {
410 padding: 0.7em 1em 0.8em;
411 border-radius: 2px;
412 background-repeat: no-repeat;
413 background-position: center, center;
414 background-size: 7.5em 7.5em, auto;
415 font-weight: 500;
416 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
417 background-color: #FFFFFF;
418 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
419 color: rgba(38, 50, 56, 0.75); }
420 .button:hover {
421 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
422 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
423 color: #263238; }
424 .button:active {
425 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
426 color: #263238;
427 transition-duration: 0;
428 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
429 .button:insensitive {
430 box-shadow: none;
431 background-color: alpha(currentColor, 0.2);
432 color: rgba(38, 50, 56, 0.225); }
433 .button:insensitive > .label {
434 color: inherit; }
435 .button:checked {
436 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
437 background-color: #E8E8E8;
438 color: #FFFFFF; }
439 .button:checked:insensitive {
440 box-shadow: none;
441 background-color: alpha(currentColor, 0.2);
442 color: rgba(0, 188, 212, 0.4); }
443 .button:checked:insensitive > .label {
444 color: inherit; }
445 .button.flat, .button.osd.image-button, .inline-toolbar .button, .inline-toolbar .button.image-button:not(.text-button), .action-bar .button, .action-bar .button.image-button:not(.text-button), .inline-toolbar .linked > .button, .inline-toolbar .linked > .button.image-button:not(.text-button), .action-bar .linked > .button, .action-bar .linked > .button.image-button:not(.text-button), .inline-toolbar .stack-switcher > .button, .inline-toolbar .stack-switcher > .button.image-button:not(.text-button), .action-bar .stack-switcher > .button, .action-bar .stack-switcher > .button.image-button:not(.text-button), .osd .toolbar .button, .toolbar.osd .button, .app-notification .button,
446 .app-notification.frame .button, GeditViewFrame .gedit-search-slider .button, .toolbar .button, .titlebar .button:not(.suggested-action):not(.destructive-action),
447 .header-bar .button:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .button,
448 .message-dialog.csd .dialog-action-area .linked > .button, .sidebar-button.button, .info .button,
449 .question .button,
450 .warning .button,
451 .error .button, GtkScaleButton.button,
452 GtkVolumeButton.button, GfCandidatePopup .button, GfCandidatePopup .button:first-child, GfCandidatePopup .button:last-child,
453 GfCandidatePopup .linked > .button,
454 GfCandidatePopup .linked > .button:first-child,
455 GfCandidatePopup .linked > .button:last-child, MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
456 .action-bar .linked > .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button {
457 box-shadow: none;
458 background-color: transparent;
459 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); }
460 .button.flat:hover, .button.osd.image-button:hover, .inline-toolbar .button:hover, .inline-toolbar .button.image-button:hover:not(.text-button), .action-bar .button:hover, .action-bar .button.image-button:hover:not(.text-button), .app-notification .button:hover, GeditViewFrame .gedit-search-slider .button:hover, .toolbar .button:hover, .titlebar .button:hover:not(.suggested-action):not(.destructive-action),
461 .header-bar .button:hover:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .button:hover, .sidebar-button.button:hover, .info .button:hover,
462 .question .button:hover,
463 .warning .button:hover,
464 .error .button:hover, GtkScaleButton.button:hover,
465 GtkVolumeButton.button:hover, GfCandidatePopup .button:hover,
466 GfCandidatePopup .linked > .button:hover:first-child,
467 GfCandidatePopup .linked > .button:hover:last-child, MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
468 .action-bar .linked > .button.image-button:hover, NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:hover {
469 box-shadow: none;
470 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); }
471 .button.flat:active, .button.osd.image-button:active, .inline-toolbar .button:active, .inline-toolbar .button.image-button:active:not(.text-button), .action-bar .button:active, .action-bar .button.image-button:active:not(.text-button), .app-notification .button:active, GeditViewFrame .gedit-search-slider .button:active, .toolbar .button:active, .titlebar .button:active:not(.suggested-action):not(.destructive-action),
472 .header-bar .button:active:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .button:active, .sidebar-button.button:active, .info .button:active,
473 .question .button:active,
474 .warning .button:active,
475 .error .button:active, GtkScaleButton.button:active,
476 GtkVolumeButton.button:active, GfCandidatePopup .button:active,
477 GfCandidatePopup .linked > .button:active:first-child,
478 GfCandidatePopup .linked > .button:active:last-child, MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton),
479 .action-bar .linked > .button.image-button:active, NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:active {
480 box-shadow: none;
481 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
482 .button.flat:insensitive, .button.osd.image-button:insensitive, .inline-toolbar .button:insensitive, .inline-toolbar .button.image-button:insensitive:not(.text-button), .action-bar .button:insensitive, .action-bar .button.image-button:insensitive:not(.text-button), .app-notification .button:insensitive, GeditViewFrame .gedit-search-slider .button:insensitive, .toolbar .button:insensitive, .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action),
483 .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .button:insensitive, .sidebar-button.button:insensitive, .info .button:insensitive,
484 .question .button:insensitive,
485 .warning .button:insensitive,
486 .error .button:insensitive, GtkScaleButton.button:insensitive,
487 GtkVolumeButton.button:insensitive, GfCandidatePopup .button:insensitive,
488 GfCandidatePopup .linked > .button:insensitive:first-child,
489 GfCandidatePopup .linked > .button:insensitive:last-child, MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton),
490 .action-bar .linked > .button.image-button:insensitive, NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:insensitive {
491 box-shadow: none;
492 background-color: transparent; }
493 .button.flat:checked, .button.osd.image-button:checked, .inline-toolbar .button:checked, .inline-toolbar .button.image-button:checked:not(.text-button), .action-bar .button:checked, .action-bar .button.image-button:checked:not(.text-button), .app-notification .button:checked, GeditViewFrame .gedit-search-slider .button:checked, .toolbar .button:checked, .titlebar .button:checked:not(.suggested-action):not(.destructive-action),
494 .header-bar .button:checked:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .button:checked, .sidebar-button.button:checked, .info .button:checked,
495 .question .button:checked,
496 .warning .button:checked,
497 .error .button:checked, GtkScaleButton.button:checked,
498 GtkVolumeButton.button:checked, GfCandidatePopup .button:checked,
499 GfCandidatePopup .linked > .button:checked:first-child,
500 GfCandidatePopup .linked > .button:checked:last-child, MathWindow :not(.titlebar) .button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:checked:not(.flat):not(.titlebutton),
501 .action-bar .linked > .button.image-button:checked, NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:checked {
502 background-color: alpha(currentColor, 0.2);
503 color: #263238; }
504 .button.flat:checked:insensitive > .label, .button.osd.image-button:checked:insensitive > .label, .inline-toolbar .button:checked:insensitive > .label, .action-bar .button:checked:insensitive > .label, .inline-toolbar .linked > .button:checked:insensitive > .label, .action-bar .linked > .button:checked:insensitive > .label, .inline-toolbar .stack-switcher > .button:checked:insensitive > .label, .action-bar .stack-switcher > .button:checked:insensitive > .label, .app-notification .button:checked:insensitive > .label, GeditViewFrame .gedit-search-slider .button:checked:insensitive > .label, .toolbar .button:checked:insensitive > .label, .titlebar .button:checked:insensitive:not(.suggested-action):not(.destructive-action) > .label,
505 .header-bar .button:checked:insensitive:not(.suggested-action):not(.destructive-action) > .label, .message-dialog.csd .dialog-action-area .button:checked:insensitive > .label,
506 .message-dialog.csd .dialog-action-area .linked > .button:checked:insensitive > .label, .sidebar-button.button:checked:insensitive > .label, .info .button:checked:insensitive > .label,
507 .question .button:checked:insensitive > .label,
508 .warning .button:checked:insensitive > .label,
509 .error .button:checked:insensitive > .label, GtkScaleButton.button:checked:insensitive > .label,
510 GtkVolumeButton.button:checked:insensitive > .label, GfCandidatePopup .button:checked:insensitive > .label, GfCandidatePopup .button:checked:insensitive:first-child > .label, GfCandidatePopup .button:checked:insensitive:last-child > .label,
511 GfCandidatePopup .linked > .button:checked:insensitive > .label, MathWindow :not(.titlebar) .button:checked:insensitive:not(.flat):not(.titlebutton) > .label, MathWindow :not(.header-bar) .button:checked:insensitive:not(.flat):not(.titlebutton) > .label {
512 color: inherit; }
513 .linked > .button.flat, .linked > .button.osd.image-button, .inline-toolbar .linked > .button, .inline-toolbar .linked > .button.image-button:not(.text-button), .action-bar .linked > .button, .action-bar .linked > .button.image-button:not(.text-button), .app-notification .linked > .button, GeditViewFrame .gedit-search-slider .linked > .button, .toolbar .linked > .button, .titlebar .linked > .button:not(.suggested-action):not(.destructive-action),
514 .header-bar .linked > .button:not(.suggested-action):not(.destructive-action),
515 .message-dialog.csd .dialog-action-area .linked > .button, .linked > .sidebar-button.button, .info .linked > .button,
516 .question .linked > .button,
517 .warning .linked > .button,
518 .error .linked > .button, .linked > GtkScaleButton.button,
519 .linked > GtkVolumeButton.button, GfCandidatePopup .linked > .button,
520 GfCandidatePopup .linked > .button:first-child,
521 GfCandidatePopup .linked > .button:last-child, MathWindow :not(.titlebar) .linked > .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .linked > .button:not(.flat):not(.titlebutton),
522 .action-bar .linked > .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .linked > .button.image-button {
523 border-radius: 2px; }
524 .linked > .button.flat.image-button, .linked > .image-button.button.osd, .inline-toolbar .linked > .image-button.button, .inline-toolbar .linked > .image-button.button:not(.text-button), .action-bar .linked > .image-button.button, .action-bar .linked > .image-button.button:not(.text-button), .app-notification .linked > .image-button.button, GeditViewFrame .gedit-search-slider .linked > .image-button.button, .toolbar .linked > .image-button.button, .titlebar .linked > .image-button.button:not(.suggested-action):not(.destructive-action),
525 .header-bar .linked > .image-button.button:not(.suggested-action):not(.destructive-action),
526 .message-dialog.csd .dialog-action-area .linked > .image-button.button, .linked > .image-button.sidebar-button.button, .info .linked > .image-button.button,
527 .question .linked > .image-button.button,
528 .warning .linked > .image-button.button,
529 .error .linked > .image-button.button, .linked > GtkScaleButton.image-button.button,
530 .linked > GtkVolumeButton.image-button.button, GfCandidatePopup .linked > .image-button.button, MathWindow :not(.titlebar) .linked > .image-button.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .linked > .image-button.button:not(.flat):not(.titlebutton) {
531 outline-radius: 100px;
532 border-radius: 100px; }
533 .button.osd.image-button {
534 padding: 1.3em;
535 background-color: #FFFFFF; }
536 .button.osd.image-button:not(:active):not(:insensitive):not(hover) {
537 color: #E8E8E8; }
538 .button.osd.image-button:hover {
539 color: #E8E8E8;
540 background-color: rgba(42, 55, 62, 0.7);
541 background-image: linear-gradient(to bottom, alpha(currentColor, 0.2)); }
542 .button.osd.image-button:active {
543 color: #E8E8E8;
544 background-color: rgba(42, 55, 62, 0.7);
545 background-image: linear-gradient(to bottom, rgba(236, 239, 241, 0.1)); }
546 .button.osd:insensitive {
547 opacity: 0; }
548 .button.suggested-action, .raven .raven-header > .button.text-button {
549 background-color: #E8E8E8;
550 color: rgba(255, 255, 255, 0.85); }
551 .button.suggested-action:hover, .raven .raven-header > .button.text-button:hover {
552 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
553 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
554 color: #263238;
555 background-color: #E8E8E8;
556 color: #FFFFFF; }
557 .button.suggested-action:active, .raven .raven-header > .button.text-button:active {
558 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
559 color: #263238;
560 transition-duration: 0;
561 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
562 background-color: #E8E8E8;
563 color: #FFFFFF; }
564 .button.suggested-action:checked, .raven .raven-header > .button.text-button:checked {
565 background-color: #33aba0; }
566 .button.suggested-action:insensitive, .raven .raven-header > .button.text-button:insensitive {
567 box-shadow: none;
568 background-color: alpha(currentColor, 0.2);
569 color: rgba(38, 50, 56, 0.3); }
570 .button.suggested-action:insensitive > .label, .raven .raven-header > .button.text-button:insensitive > .label {
571 color: inherit; }
572 .button.suggested-action.flat, .suggested-action.button.osd.image-button, .raven .raven-header > .osd.image-button.button.text-button, .inline-toolbar .suggested-action.button, .inline-toolbar .raven .raven-header > .button.text-button, .raven .inline-toolbar .raven-header > .button.text-button, .inline-toolbar .suggested-action.button.image-button:not(.text-button), .inline-toolbar .raven .raven-header > .image-button.button.text-button:not(.text-button), .raven .inline-toolbar .raven-header > .image-button.button.text-button:not(.text-button), .action-bar .suggested-action.button, .action-bar .raven .raven-header > .button.text-button, .raven .action-bar .raven-header > .button.text-button, .action-bar .suggested-action.button.image-button:not(.text-button), .action-bar .raven .raven-header > .image-button.button.text-button:not(.text-button), .raven .action-bar .raven-header > .image-button.button.text-button:not(.text-button), .inline-toolbar .linked > .suggested-action.button, .inline-toolbar .raven .raven-header.linked > .button.text-button, .raven .inline-toolbar .raven-header.linked > .button.text-button, .inline-toolbar .linked > .suggested-action.button.image-button:not(.text-button), .inline-toolbar .raven .raven-header.linked > .image-button.button.text-button:not(.text-button), .raven .inline-toolbar .raven-header.linked > .image-button.button.text-button:not(.text-button), .action-bar .linked > .suggested-action.button, .action-bar .raven .raven-header.linked > .button.text-button, .raven .action-bar .raven-header.linked > .button.text-button, .action-bar .linked > .suggested-action.button.image-button:not(.text-button), .action-bar .raven .raven-header.linked > .image-button.button.text-button:not(.text-button), .raven .action-bar .raven-header.linked > .image-button.button.text-button:not(.text-button), .inline-toolbar .stack-switcher > .suggested-action.button, .inline-toolbar .raven .raven-header.stack-switcher > .button.text-button, .raven .inline-toolbar .raven-header.stack-switcher > .button.text-button, .inline-toolbar .stack-switcher > .suggested-action.button.image-button:not(.text-button), .inline-toolbar .raven .raven-header.stack-switcher > .image-button.button.text-button:not(.text-button), .raven .inline-toolbar .raven-header.stack-switcher > .image-button.button.text-button:not(.text-button), .action-bar .stack-switcher > .suggested-action.button, .action-bar .raven .raven-header.stack-switcher > .button.text-button, .raven .action-bar .raven-header.stack-switcher > .button.text-button, .action-bar .stack-switcher > .suggested-action.button.image-button:not(.text-button), .action-bar .raven .raven-header.stack-switcher > .image-button.button.text-button:not(.text-button), .raven .action-bar .raven-header.stack-switcher > .image-button.button.text-button:not(.text-button), .osd .toolbar .suggested-action.button, .osd .toolbar .raven .raven-header > .button.text-button, .raven .osd .toolbar .raven-header > .button.text-button, .toolbar.osd .suggested-action.button, .app-notification .suggested-action.button, GeditViewFrame .gedit-search-slider .suggested-action.button, .toolbar.osd .raven .raven-header > .button.text-button, .raven .toolbar.osd .raven-header > .button.text-button, .app-notification .raven .raven-header > .button.text-button, .raven .app-notification .raven-header > .button.text-button, GeditViewFrame .gedit-search-slider .raven .raven-header > .button.text-button, .raven GeditViewFrame .gedit-search-slider .raven-header > .button.text-button, .toolbar .suggested-action.button, .toolbar .raven .raven-header > .button.text-button, .raven .toolbar .raven-header > .button.text-button, .titlebar .suggested-action.button:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header > .button.text-button:not(.suggested-action):not(.destructive-action), .raven .titlebar .raven-header > .button.text-button:not(.suggested-action):not(.destructive-action),
573 .header-bar .suggested-action.button:not(.suggested-action):not(.destructive-action),
574 .header-bar .raven .raven-header > .button.text-button:not(.suggested-action):not(.destructive-action),
575 .raven .header-bar .raven-header > .button.text-button:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .suggested-action.button, .message-dialog.csd .dialog-action-area .raven .raven-header > .button.text-button, .raven .message-dialog.csd .dialog-action-area .raven-header > .button.text-button,
576 .message-dialog.csd .dialog-action-area .linked > .suggested-action.button,
577 .message-dialog.csd .dialog-action-area .raven .raven-header.linked > .button.text-button,
578 .raven .message-dialog.csd .dialog-action-area .raven-header.linked > .button.text-button, .suggested-action.sidebar-button.button, .raven .raven-header > .sidebar-button.button.text-button, .info .suggested-action.button, .info .raven .raven-header > .button.text-button, .raven .info .raven-header > .button.text-button,
579 .question .suggested-action.button,
580 .question .raven .raven-header > .button.text-button,
581 .raven .question .raven-header > .button.text-button,
582 .warning .suggested-action.button,
583 .warning .raven .raven-header > .button.text-button,
584 .raven .warning .raven-header > .button.text-button,
585 .error .suggested-action.button,
586 .error .raven .raven-header > .button.text-button,
587 .raven .error .raven-header > .button.text-button, GtkScaleButton.suggested-action.button, .raven .raven-header > GtkScaleButton.button.text-button,
588 GtkVolumeButton.suggested-action.button,
589 .raven .raven-header > GtkVolumeButton.button.text-button, GfCandidatePopup .suggested-action.button, GfCandidatePopup .raven .raven-header > .button.text-button, .raven GfCandidatePopup .raven-header > .button.text-button, GfCandidatePopup .suggested-action.button:first-child, GfCandidatePopup .raven .raven-header > .button.text-button:first-child, .raven GfCandidatePopup .raven-header > .button.text-button:first-child, GfCandidatePopup .suggested-action.button:last-child, GfCandidatePopup .raven .raven-header > .button.text-button:last-child, .raven GfCandidatePopup .raven-header > .button.text-button:last-child,
590 GfCandidatePopup .linked > .suggested-action.button,
591 GfCandidatePopup .raven .raven-header.linked > .button.text-button,
592 .raven GfCandidatePopup .raven-header.linked > .button.text-button,
593 GfCandidatePopup .linked > .suggested-action.button:first-child,
594 GfCandidatePopup .raven .raven-header.linked > .button.text-button:first-child,
595 .raven GfCandidatePopup .raven-header.linked > .button.text-button:first-child,
596 GfCandidatePopup .linked > .suggested-action.button:last-child,
597 GfCandidatePopup .raven .raven-header.linked > .button.text-button:last-child,
598 .raven GfCandidatePopup .raven-header.linked > .button.text-button:last-child, MathWindow :not(.titlebar) .suggested-action.button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .suggested-action.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton),
599 .action-bar .linked > .suggested-action.button.image-button,
600 .action-bar .raven .raven-header.linked > .image-button.button.text-button,
601 .raven .action-bar .raven-header.linked > .image-button.button.text-button, .raven .raven-header > .flat.button.text-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .suggested-action.button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .raven .raven-header > .image-button.button.text-button, .raven NemoWindow GtkGrid > GtkEventBox > .toolbar .raven-header > .image-button.button.text-button {
602 background-color: transparent;
603 color: #E8E8E8; }
604 .button.suggested-action.flat:hover, .suggested-action.button.osd.image-button:hover, .raven .raven-header > .osd.image-button.button.text-button:hover, .inline-toolbar .suggested-action.button:hover, .inline-toolbar .raven .raven-header > .button.text-button:hover, .raven .inline-toolbar .raven-header > .button.text-button:hover, .inline-toolbar .suggested-action.button.image-button:hover:not(.text-button), .inline-toolbar .raven .raven-header > .image-button.button.text-button:hover:not(.text-button), .raven .inline-toolbar .raven-header > .image-button.button.text-button:hover:not(.text-button), .action-bar .suggested-action.button:hover, .action-bar .raven .raven-header > .button.text-button:hover, .raven .action-bar .raven-header > .button.text-button:hover, .action-bar .suggested-action.button.image-button:hover:not(.text-button), .action-bar .raven .raven-header > .image-button.button.text-button:hover:not(.text-button), .raven .action-bar .raven-header > .image-button.button.text-button:hover:not(.text-button), .inline-toolbar .linked > .suggested-action.button:hover, .inline-toolbar .raven .raven-header.linked > .button.text-button:hover, .raven .inline-toolbar .raven-header.linked > .button.text-button:hover, .inline-toolbar .linked > .suggested-action.button.image-button:hover:not(.text-button), .inline-toolbar .raven .raven-header.linked > .image-button.button.text-button:hover:not(.text-button), .raven .inline-toolbar .raven-header.linked > .image-button.button.text-button:hover:not(.text-button), .action-bar .linked > .suggested-action.button:hover, .action-bar .raven .raven-header.linked > .button.text-button:hover, .raven .action-bar .raven-header.linked > .button.text-button:hover, .action-bar .linked > .suggested-action.button.image-button:hover:not(.text-button), .action-bar .raven .raven-header.linked > .image-button.button.text-button:hover:not(.text-button), .raven .action-bar .raven-header.linked > .image-button.button.text-button:hover:not(.text-button), .inline-toolbar .stack-switcher > .suggested-action.button:hover, .inline-toolbar .raven .raven-header.stack-switcher > .button.text-button:hover, .raven .inline-toolbar .raven-header.stack-switcher > .button.text-button:hover, .inline-toolbar .stack-switcher > .suggested-action.button.image-button:hover:not(.text-button), .inline-toolbar .raven .raven-header.stack-switcher > .image-button.button.text-button:hover:not(.text-button), .raven .inline-toolbar .raven-header.stack-switcher > .image-button.button.text-button:hover:not(.text-button), .action-bar .stack-switcher > .suggested-action.button:hover, .action-bar .raven .raven-header.stack-switcher > .button.text-button:hover, .raven .action-bar .raven-header.stack-switcher > .button.text-button:hover, .action-bar .stack-switcher > .suggested-action.button.image-button:hover:not(.text-button), .action-bar .raven .raven-header.stack-switcher > .image-button.button.text-button:hover:not(.text-button), .raven .action-bar .raven-header.stack-switcher > .image-button.button.text-button:hover:not(.text-button), .osd .toolbar .suggested-action.button:hover, .osd .toolbar .raven .raven-header > .button.text-button:hover, .raven .osd .toolbar .raven-header > .button.text-button:hover, .toolbar.osd .suggested-action.button:hover, .app-notification .suggested-action.button:hover, GeditViewFrame .gedit-search-slider .suggested-action.button:hover, .toolbar.osd .raven .raven-header > .button.text-button:hover, .raven .toolbar.osd .raven-header > .button.text-button:hover, .app-notification .raven .raven-header > .button.text-button:hover, .raven .app-notification .raven-header > .button.text-button:hover, GeditViewFrame .gedit-search-slider .raven .raven-header > .button.text-button:hover, .raven GeditViewFrame .gedit-search-slider .raven-header > .button.text-button:hover, .toolbar .suggested-action.button:hover, .toolbar .raven .raven-header > .button.text-button:hover, .raven .toolbar .raven-header > .button.text-button:hover, .titlebar .suggested-action.button:hover:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header > .button.text-button:hover:not(.suggested-action):not(.destructive-action), .raven .titlebar .raven-header > .button.text-button:hover:not(.suggested-action):not(.destructive-action),
605 .header-bar .suggested-action.button:hover:not(.suggested-action):not(.destructive-action),
606 .header-bar .raven .raven-header > .button.text-button:hover:not(.suggested-action):not(.destructive-action),
607 .raven .header-bar .raven-header > .button.text-button:hover:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .suggested-action.button:hover, .message-dialog.csd .dialog-action-area .raven .raven-header > .button.text-button:hover, .raven .message-dialog.csd .dialog-action-area .raven-header > .button.text-button:hover,
608 .message-dialog.csd .dialog-action-area .linked > .suggested-action.button:hover,
609 .message-dialog.csd .dialog-action-area .raven .raven-header.linked > .button.text-button:hover,
610 .raven .message-dialog.csd .dialog-action-area .raven-header.linked > .button.text-button:hover, .suggested-action.sidebar-button.button:hover, .raven .raven-header > .sidebar-button.button.text-button:hover, .info .suggested-action.button:hover, .info .raven .raven-header > .button.text-button:hover, .raven .info .raven-header > .button.text-button:hover,
611 .question .suggested-action.button:hover,
612 .question .raven .raven-header > .button.text-button:hover,
613 .raven .question .raven-header > .button.text-button:hover,
614 .warning .suggested-action.button:hover,
615 .warning .raven .raven-header > .button.text-button:hover,
616 .raven .warning .raven-header > .button.text-button:hover,
617 .error .suggested-action.button:hover,
618 .error .raven .raven-header > .button.text-button:hover,
619 .raven .error .raven-header > .button.text-button:hover, GtkScaleButton.suggested-action.button:hover, .raven .raven-header > GtkScaleButton.button.text-button:hover,
620 GtkVolumeButton.suggested-action.button:hover,
621 .raven .raven-header > GtkVolumeButton.button.text-button:hover, GfCandidatePopup .suggested-action.button:hover, GfCandidatePopup .raven .raven-header > .button.text-button:hover, .raven GfCandidatePopup .raven-header > .button.text-button:hover, GfCandidatePopup .suggested-action.button:hover:first-child, GfCandidatePopup .raven .raven-header > .button.text-button:hover:first-child, .raven GfCandidatePopup .raven-header > .button.text-button:hover:first-child, GfCandidatePopup .suggested-action.button:hover:last-child, GfCandidatePopup .raven .raven-header > .button.text-button:hover:last-child, .raven GfCandidatePopup .raven-header > .button.text-button:hover:last-child,
622 GfCandidatePopup .linked > .suggested-action.button:hover,
623 GfCandidatePopup .raven .raven-header.linked > .button.text-button:hover,
624 .raven GfCandidatePopup .raven-header.linked > .button.text-button:hover,
625 GfCandidatePopup .linked > .suggested-action.button:hover:first-child,
626 GfCandidatePopup .raven .raven-header.linked > .button.text-button:hover:first-child,
627 .raven GfCandidatePopup .raven-header.linked > .button.text-button:hover:first-child,
628 GfCandidatePopup .linked > .suggested-action.button:hover:last-child,
629 GfCandidatePopup .raven .raven-header.linked > .button.text-button:hover:last-child,
630 .raven GfCandidatePopup .raven-header.linked > .button.text-button:hover:last-child, MathWindow :not(.titlebar) .suggested-action.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:hover:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .suggested-action.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:hover:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:hover:not(.flat):not(.titlebutton),
631 .action-bar .linked > .suggested-action.button.image-button:hover,
632 .action-bar .raven .raven-header.linked > .image-button.button.text-button:hover,
633 .raven .action-bar .raven-header.linked > .image-button.button.text-button:hover, .raven .raven-header > .flat.button.text-button:hover, NemoWindow GtkGrid > GtkEventBox > .toolbar .suggested-action.button.image-button:hover, NemoWindow GtkGrid > GtkEventBox > .toolbar .raven .raven-header > .image-button.button.text-button:hover, .raven NemoWindow GtkGrid > GtkEventBox > .toolbar .raven-header > .image-button.button.text-button:hover {
634 box-shadow: none;
635 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); }
636 .button.suggested-action.flat:active, .suggested-action.button.osd.image-button:active, .raven .raven-header > .osd.image-button.button.text-button:active, .inline-toolbar .suggested-action.button:active, .inline-toolbar .raven .raven-header > .button.text-button:active, .raven .inline-toolbar .raven-header > .button.text-button:active, .inline-toolbar .suggested-action.button.image-button:active:not(.text-button), .inline-toolbar .raven .raven-header > .image-button.button.text-button:active:not(.text-button), .raven .inline-toolbar .raven-header > .image-button.button.text-button:active:not(.text-button), .action-bar .suggested-action.button:active, .action-bar .raven .raven-header > .button.text-button:active, .raven .action-bar .raven-header > .button.text-button:active, .action-bar .suggested-action.button.image-button:active:not(.text-button), .action-bar .raven .raven-header > .image-button.button.text-button:active:not(.text-button), .raven .action-bar .raven-header > .image-button.button.text-button:active:not(.text-button), .inline-toolbar .linked > .suggested-action.button:active, .inline-toolbar .raven .raven-header.linked > .button.text-button:active, .raven .inline-toolbar .raven-header.linked > .button.text-button:active, .inline-toolbar .linked > .suggested-action.button.image-button:active:not(.text-button), .inline-toolbar .raven .raven-header.linked > .image-button.button.text-button:active:not(.text-button), .raven .inline-toolbar .raven-header.linked > .image-button.button.text-button:active:not(.text-button), .action-bar .linked > .suggested-action.button:active, .action-bar .raven .raven-header.linked > .button.text-button:active, .raven .action-bar .raven-header.linked > .button.text-button:active, .action-bar .linked > .suggested-action.button.image-button:active:not(.text-button), .action-bar .raven .raven-header.linked > .image-button.button.text-button:active:not(.text-button), .raven .action-bar .raven-header.linked > .image-button.button.text-button:active:not(.text-button), .inline-toolbar .stack-switcher > .suggested-action.button:active, .inline-toolbar .raven .raven-header.stack-switcher > .button.text-button:active, .raven .inline-toolbar .raven-header.stack-switcher > .button.text-button:active, .inline-toolbar .stack-switcher > .suggested-action.button.image-button:active:not(.text-button), .inline-toolbar .raven .raven-header.stack-switcher > .image-button.button.text-button:active:not(.text-button), .raven .inline-toolbar .raven-header.stack-switcher > .image-button.button.text-button:active:not(.text-button), .action-bar .stack-switcher > .suggested-action.button:active, .action-bar .raven .raven-header.stack-switcher > .button.text-button:active, .raven .action-bar .raven-header.stack-switcher > .button.text-button:active, .action-bar .stack-switcher > .suggested-action.button.image-button:active:not(.text-button), .action-bar .raven .raven-header.stack-switcher > .image-button.button.text-button:active:not(.text-button), .raven .action-bar .raven-header.stack-switcher > .image-button.button.text-button:active:not(.text-button), .osd .toolbar .suggested-action.button:active, .osd .toolbar .raven .raven-header > .button.text-button:active, .raven .osd .toolbar .raven-header > .button.text-button:active, .toolbar.osd .suggested-action.button:active, .app-notification .suggested-action.button:active, GeditViewFrame .gedit-search-slider .suggested-action.button:active, .toolbar.osd .raven .raven-header > .button.text-button:active, .raven .toolbar.osd .raven-header > .button.text-button:active, .app-notification .raven .raven-header > .button.text-button:active, .raven .app-notification .raven-header > .button.text-button:active, GeditViewFrame .gedit-search-slider .raven .raven-header > .button.text-button:active, .raven GeditViewFrame .gedit-search-slider .raven-header > .button.text-button:active, .toolbar .suggested-action.button:active, .toolbar .raven .raven-header > .button.text-button:active, .raven .toolbar .raven-header > .button.text-button:active, .titlebar .suggested-action.button:active:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header > .button.text-button:active:not(.suggested-action):not(.destructive-action), .raven .titlebar .raven-header > .button.text-button:active:not(.suggested-action):not(.destructive-action),
637 .header-bar .suggested-action.button:active:not(.suggested-action):not(.destructive-action),
638 .header-bar .raven .raven-header > .button.text-button:active:not(.suggested-action):not(.destructive-action),
639 .raven .header-bar .raven-header > .button.text-button:active:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .suggested-action.button:active, .message-dialog.csd .dialog-action-area .raven .raven-header > .button.text-button:active, .raven .message-dialog.csd .dialog-action-area .raven-header > .button.text-button:active,
640 .message-dialog.csd .dialog-action-area .linked > .suggested-action.button:active,
641 .message-dialog.csd .dialog-action-area .raven .raven-header.linked > .button.text-button:active,
642 .raven .message-dialog.csd .dialog-action-area .raven-header.linked > .button.text-button:active, .suggested-action.sidebar-button.button:active, .raven .raven-header > .sidebar-button.button.text-button:active, .info .suggested-action.button:active, .info .raven .raven-header > .button.text-button:active, .raven .info .raven-header > .button.text-button:active,
643 .question .suggested-action.button:active,
644 .question .raven .raven-header > .button.text-button:active,
645 .raven .question .raven-header > .button.text-button:active,
646 .warning .suggested-action.button:active,
647 .warning .raven .raven-header > .button.text-button:active,
648 .raven .warning .raven-header > .button.text-button:active,
649 .error .suggested-action.button:active,
650 .error .raven .raven-header > .button.text-button:active,
651 .raven .error .raven-header > .button.text-button:active, GtkScaleButton.suggested-action.button:active, .raven .raven-header > GtkScaleButton.button.text-button:active,
652 GtkVolumeButton.suggested-action.button:active,
653 .raven .raven-header > GtkVolumeButton.button.text-button:active, GfCandidatePopup .suggested-action.button:active, GfCandidatePopup .raven .raven-header > .button.text-button:active, .raven GfCandidatePopup .raven-header > .button.text-button:active, GfCandidatePopup .suggested-action.button:active:first-child, GfCandidatePopup .raven .raven-header > .button.text-button:active:first-child, .raven GfCandidatePopup .raven-header > .button.text-button:active:first-child, GfCandidatePopup .suggested-action.button:active:last-child, GfCandidatePopup .raven .raven-header > .button.text-button:active:last-child, .raven GfCandidatePopup .raven-header > .button.text-button:active:last-child,
654 GfCandidatePopup .linked > .suggested-action.button:active,
655 GfCandidatePopup .raven .raven-header.linked > .button.text-button:active,
656 .raven GfCandidatePopup .raven-header.linked > .button.text-button:active,
657 GfCandidatePopup .linked > .suggested-action.button:active:first-child,
658 GfCandidatePopup .raven .raven-header.linked > .button.text-button:active:first-child,
659 .raven GfCandidatePopup .raven-header.linked > .button.text-button:active:first-child,
660 GfCandidatePopup .linked > .suggested-action.button:active:last-child,
661 GfCandidatePopup .raven .raven-header.linked > .button.text-button:active:last-child,
662 .raven GfCandidatePopup .raven-header.linked > .button.text-button:active:last-child, MathWindow :not(.titlebar) .suggested-action.button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:active:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .suggested-action.button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:active:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:active:not(.flat):not(.titlebutton),
663 .action-bar .linked > .suggested-action.button.image-button:active,
664 .action-bar .raven .raven-header.linked > .image-button.button.text-button:active,
665 .raven .action-bar .raven-header.linked > .image-button.button.text-button:active, .raven .raven-header > .flat.button.text-button:active, NemoWindow GtkGrid > GtkEventBox > .toolbar .suggested-action.button.image-button:active, NemoWindow GtkGrid > GtkEventBox > .toolbar .raven .raven-header > .image-button.button.text-button:active, .raven NemoWindow GtkGrid > GtkEventBox > .toolbar .raven-header > .image-button.button.text-button:active {
666 box-shadow: none;
667 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
668 background-color: alpha(#E8E8E8, 0.2);
669 color: #E8E8E8; }
670 .button.suggested-action.flat:checked, .suggested-action.button.osd.image-button:checked, .raven .raven-header > .osd.image-button.button.text-button:checked, .inline-toolbar .suggested-action.button:checked, .inline-toolbar .raven .raven-header > .button.text-button:checked, .raven .inline-toolbar .raven-header > .button.text-button:checked, .inline-toolbar .suggested-action.button.image-button:checked:not(.text-button), .inline-toolbar .raven .raven-header > .image-button.button.text-button:checked:not(.text-button), .raven .inline-toolbar .raven-header > .image-button.button.text-button:checked:not(.text-button), .action-bar .suggested-action.button:checked, .action-bar .raven .raven-header > .button.text-button:checked, .raven .action-bar .raven-header > .button.text-button:checked, .action-bar .suggested-action.button.image-button:checked:not(.text-button), .action-bar .raven .raven-header > .image-button.button.text-button:checked:not(.text-button), .raven .action-bar .raven-header > .image-button.button.text-button:checked:not(.text-button), .inline-toolbar .linked > .suggested-action.button:checked, .inline-toolbar .raven .raven-header.linked > .button.text-button:checked, .raven .inline-toolbar .raven-header.linked > .button.text-button:checked, .inline-toolbar .linked > .suggested-action.button.image-button:checked:not(.text-button), .inline-toolbar .raven .raven-header.linked > .image-button.button.text-button:checked:not(.text-button), .raven .inline-toolbar .raven-header.linked > .image-button.button.text-button:checked:not(.text-button), .action-bar .linked > .suggested-action.button:checked, .action-bar .raven .raven-header.linked > .button.text-button:checked, .raven .action-bar .raven-header.linked > .button.text-button:checked, .action-bar .linked > .suggested-action.button.image-button:checked:not(.text-button), .action-bar .raven .raven-header.linked > .image-button.button.text-button:checked:not(.text-button), .raven .action-bar .raven-header.linked > .image-button.button.text-button:checked:not(.text-button), .inline-toolbar .stack-switcher > .suggested-action.button:checked, .inline-toolbar .raven .raven-header.stack-switcher > .button.text-button:checked, .raven .inline-toolbar .raven-header.stack-switcher > .button.text-button:checked, .inline-toolbar .stack-switcher > .suggested-action.button.image-button:checked:not(.text-button), .inline-toolbar .raven .raven-header.stack-switcher > .image-button.button.text-button:checked:not(.text-button), .raven .inline-toolbar .raven-header.stack-switcher > .image-button.button.text-button:checked:not(.text-button), .action-bar .stack-switcher > .suggested-action.button:checked, .action-bar .raven .raven-header.stack-switcher > .button.text-button:checked, .raven .action-bar .raven-header.stack-switcher > .button.text-button:checked, .action-bar .stack-switcher > .suggested-action.button.image-button:checked:not(.text-button), .action-bar .raven .raven-header.stack-switcher > .image-button.button.text-button:checked:not(.text-button), .raven .action-bar .raven-header.stack-switcher > .image-button.button.text-button:checked:not(.text-button), .osd .toolbar .suggested-action.button:checked, .osd .toolbar .raven .raven-header > .button.text-button:checked, .raven .osd .toolbar .raven-header > .button.text-button:checked, .toolbar.osd .suggested-action.button:checked, .app-notification .suggested-action.button:checked, GeditViewFrame .gedit-search-slider .suggested-action.button:checked, .toolbar.osd .raven .raven-header > .button.text-button:checked, .raven .toolbar.osd .raven-header > .button.text-button:checked, .app-notification .raven .raven-header > .button.text-button:checked, .raven .app-notification .raven-header > .button.text-button:checked, GeditViewFrame .gedit-search-slider .raven .raven-header > .button.text-button:checked, .raven GeditViewFrame .gedit-search-slider .raven-header > .button.text-button:checked, .toolbar .suggested-action.button:checked, .toolbar .raven .raven-header > .button.text-button:checked, .raven .toolbar .raven-header > .button.text-button:checked, .titlebar .suggested-action.button:checked:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header > .button.text-button:checked:not(.suggested-action):not(.destructive-action), .raven .titlebar .raven-header > .button.text-button:checked:not(.suggested-action):not(.destructive-action),
671 .header-bar .suggested-action.button:checked:not(.suggested-action):not(.destructive-action),
672 .header-bar .raven .raven-header > .button.text-button:checked:not(.suggested-action):not(.destructive-action),
673 .raven .header-bar .raven-header > .button.text-button:checked:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .suggested-action.button:checked, .message-dialog.csd .dialog-action-area .raven .raven-header > .button.text-button:checked, .raven .message-dialog.csd .dialog-action-area .raven-header > .button.text-button:checked,
674 .message-dialog.csd .dialog-action-area .linked > .suggested-action.button:checked,
675 .message-dialog.csd .dialog-action-area .raven .raven-header.linked > .button.text-button:checked,
676 .raven .message-dialog.csd .dialog-action-area .raven-header.linked > .button.text-button:checked, .suggested-action.sidebar-button.button:checked, .raven .raven-header > .sidebar-button.button.text-button:checked, .info .suggested-action.button:checked, .info .raven .raven-header > .button.text-button:checked, .raven .info .raven-header > .button.text-button:checked,
677 .question .suggested-action.button:checked,
678 .question .raven .raven-header > .button.text-button:checked,
679 .raven .question .raven-header > .button.text-button:checked,
680 .warning .suggested-action.button:checked,
681 .warning .raven .raven-header > .button.text-button:checked,
682 .raven .warning .raven-header > .button.text-button:checked,
683 .error .suggested-action.button:checked,
684 .error .raven .raven-header > .button.text-button:checked,
685 .raven .error .raven-header > .button.text-button:checked, GtkScaleButton.suggested-action.button:checked, .raven .raven-header > GtkScaleButton.button.text-button:checked,
686 GtkVolumeButton.suggested-action.button:checked,
687 .raven .raven-header > GtkVolumeButton.button.text-button:checked, GfCandidatePopup .suggested-action.button:checked, GfCandidatePopup .raven .raven-header > .button.text-button:checked, .raven GfCandidatePopup .raven-header > .button.text-button:checked, GfCandidatePopup .suggested-action.button:checked:first-child, GfCandidatePopup .raven .raven-header > .button.text-button:checked:first-child, .raven GfCandidatePopup .raven-header > .button.text-button:checked:first-child, GfCandidatePopup .suggested-action.button:checked:last-child, GfCandidatePopup .raven .raven-header > .button.text-button:checked:last-child, .raven GfCandidatePopup .raven-header > .button.text-button:checked:last-child,
688 GfCandidatePopup .linked > .suggested-action.button:checked,
689 GfCandidatePopup .raven .raven-header.linked > .button.text-button:checked,
690 .raven GfCandidatePopup .raven-header.linked > .button.text-button:checked,
691 GfCandidatePopup .linked > .suggested-action.button:checked:first-child,
692 GfCandidatePopup .raven .raven-header.linked > .button.text-button:checked:first-child,
693 .raven GfCandidatePopup .raven-header.linked > .button.text-button:checked:first-child,
694 GfCandidatePopup .linked > .suggested-action.button:checked:last-child,
695 GfCandidatePopup .raven .raven-header.linked > .button.text-button:checked:last-child,
696 .raven GfCandidatePopup .raven-header.linked > .button.text-button:checked:last-child, MathWindow :not(.titlebar) .suggested-action.button:checked:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:checked:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .suggested-action.button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:checked:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:checked:not(.flat):not(.titlebutton),
697 .action-bar .linked > .suggested-action.button.image-button:checked,
698 .action-bar .raven .raven-header.linked > .image-button.button.text-button:checked,
699 .raven .action-bar .raven-header.linked > .image-button.button.text-button:checked, .raven .raven-header > .flat.button.text-button:checked, NemoWindow GtkGrid > GtkEventBox > .toolbar .suggested-action.button.image-button:checked, NemoWindow GtkGrid > GtkEventBox > .toolbar .raven .raven-header > .image-button.button.text-button:checked, .raven NemoWindow GtkGrid > GtkEventBox > .toolbar .raven-header > .image-button.button.text-button:checked {
700 background-color: alpha(currentColor, 0.2);
701 color: #263238; }
702 .button.suggested-action.flat:insensitive, .suggested-action.button.osd.image-button:insensitive, .raven .raven-header > .osd.image-button.button.text-button:insensitive, .inline-toolbar .suggested-action.button:insensitive, .inline-toolbar .raven .raven-header > .button.text-button:insensitive, .raven .inline-toolbar .raven-header > .button.text-button:insensitive, .inline-toolbar .suggested-action.button.image-button:insensitive:not(.text-button), .inline-toolbar .raven .raven-header > .image-button.button.text-button:insensitive:not(.text-button), .raven .inline-toolbar .raven-header > .image-button.button.text-button:insensitive:not(.text-button), .action-bar .suggested-action.button:insensitive, .action-bar .raven .raven-header > .button.text-button:insensitive, .raven .action-bar .raven-header > .button.text-button:insensitive, .action-bar .suggested-action.button.image-button:insensitive:not(.text-button), .action-bar .raven .raven-header > .image-button.button.text-button:insensitive:not(.text-button), .raven .action-bar .raven-header > .image-button.button.text-button:insensitive:not(.text-button), .inline-toolbar .linked > .suggested-action.button:insensitive, .inline-toolbar .raven .raven-header.linked > .button.text-button:insensitive, .raven .inline-toolbar .raven-header.linked > .button.text-button:insensitive, .inline-toolbar .linked > .suggested-action.button.image-button:insensitive:not(.text-button), .inline-toolbar .raven .raven-header.linked > .image-button.button.text-button:insensitive:not(.text-button), .raven .inline-toolbar .raven-header.linked > .image-button.button.text-button:insensitive:not(.text-button), .action-bar .linked > .suggested-action.button:insensitive, .action-bar .raven .raven-header.linked > .button.text-button:insensitive, .raven .action-bar .raven-header.linked > .button.text-button:insensitive, .action-bar .linked > .suggested-action.button.image-button:insensitive:not(.text-button), .action-bar .raven .raven-header.linked > .image-button.button.text-button:insensitive:not(.text-button), .raven .action-bar .raven-header.linked > .image-button.button.text-button:insensitive:not(.text-button), .inline-toolbar .stack-switcher > .suggested-action.button:insensitive, .inline-toolbar .raven .raven-header.stack-switcher > .button.text-button:insensitive, .raven .inline-toolbar .raven-header.stack-switcher > .button.text-button:insensitive, .inline-toolbar .stack-switcher > .suggested-action.button.image-button:insensitive:not(.text-button), .inline-toolbar .raven .raven-header.stack-switcher > .image-button.button.text-button:insensitive:not(.text-button), .raven .inline-toolbar .raven-header.stack-switcher > .image-button.button.text-button:insensitive:not(.text-button), .action-bar .stack-switcher > .suggested-action.button:insensitive, .action-bar .raven .raven-header.stack-switcher > .button.text-button:insensitive, .raven .action-bar .raven-header.stack-switcher > .button.text-button:insensitive, .action-bar .stack-switcher > .suggested-action.button.image-button:insensitive:not(.text-button), .action-bar .raven .raven-header.stack-switcher > .image-button.button.text-button:insensitive:not(.text-button), .raven .action-bar .raven-header.stack-switcher > .image-button.button.text-button:insensitive:not(.text-button), .osd .toolbar .suggested-action.button:insensitive, .osd .toolbar .raven .raven-header > .button.text-button:insensitive, .raven .osd .toolbar .raven-header > .button.text-button:insensitive, .toolbar.osd .suggested-action.button:insensitive, .app-notification .suggested-action.button:insensitive, GeditViewFrame .gedit-search-slider .suggested-action.button:insensitive, .toolbar.osd .raven .raven-header > .button.text-button:insensitive, .raven .toolbar.osd .raven-header > .button.text-button:insensitive, .app-notification .raven .raven-header > .button.text-button:insensitive, .raven .app-notification .raven-header > .button.text-button:insensitive, GeditViewFrame .gedit-search-slider .raven .raven-header > .button.text-button:insensitive, .raven GeditViewFrame .gedit-search-slider .raven-header > .button.text-button:insensitive, .toolbar .suggested-action.button:insensitive, .toolbar .raven .raven-header > .button.text-button:insensitive, .raven .toolbar .raven-header > .button.text-button:insensitive, .titlebar .suggested-action.button:insensitive:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header > .button.text-button:insensitive:not(.suggested-action):not(.destructive-action), .raven .titlebar .raven-header > .button.text-button:insensitive:not(.suggested-action):not(.destructive-action),
703 .header-bar .suggested-action.button:insensitive:not(.suggested-action):not(.destructive-action),
704 .header-bar .raven .raven-header > .button.text-button:insensitive:not(.suggested-action):not(.destructive-action),
705 .raven .header-bar .raven-header > .button.text-button:insensitive:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .suggested-action.button:insensitive, .message-dialog.csd .dialog-action-area .raven .raven-header > .button.text-button:insensitive, .raven .message-dialog.csd .dialog-action-area .raven-header > .button.text-button:insensitive,
706 .message-dialog.csd .dialog-action-area .linked > .suggested-action.button:insensitive,
707 .message-dialog.csd .dialog-action-area .raven .raven-header.linked > .button.text-button:insensitive,
708 .raven .message-dialog.csd .dialog-action-area .raven-header.linked > .button.text-button:insensitive, .suggested-action.sidebar-button.button:insensitive, .raven .raven-header > .sidebar-button.button.text-button:insensitive, .info .suggested-action.button:insensitive, .info .raven .raven-header > .button.text-button:insensitive, .raven .info .raven-header > .button.text-button:insensitive,
709 .question .suggested-action.button:insensitive,
710 .question .raven .raven-header > .button.text-button:insensitive,
711 .raven .question .raven-header > .button.text-button:insensitive,
712 .warning .suggested-action.button:insensitive,
713 .warning .raven .raven-header > .button.text-button:insensitive,
714 .raven .warning .raven-header > .button.text-button:insensitive,
715 .error .suggested-action.button:insensitive,
716 .error .raven .raven-header > .button.text-button:insensitive,
717 .raven .error .raven-header > .button.text-button:insensitive, GtkScaleButton.suggested-action.button:insensitive, .raven .raven-header > GtkScaleButton.button.text-button:insensitive,
718 GtkVolumeButton.suggested-action.button:insensitive,
719 .raven .raven-header > GtkVolumeButton.button.text-button:insensitive, GfCandidatePopup .suggested-action.button:insensitive, GfCandidatePopup .raven .raven-header > .button.text-button:insensitive, .raven GfCandidatePopup .raven-header > .button.text-button:insensitive, GfCandidatePopup .suggested-action.button:insensitive:first-child, GfCandidatePopup .raven .raven-header > .button.text-button:insensitive:first-child, .raven GfCandidatePopup .raven-header > .button.text-button:insensitive:first-child, GfCandidatePopup .suggested-action.button:insensitive:last-child, GfCandidatePopup .raven .raven-header > .button.text-button:insensitive:last-child, .raven GfCandidatePopup .raven-header > .button.text-button:insensitive:last-child,
720 GfCandidatePopup .linked > .suggested-action.button:insensitive,
721 GfCandidatePopup .raven .raven-header.linked > .button.text-button:insensitive,
722 .raven GfCandidatePopup .raven-header.linked > .button.text-button:insensitive,
723 GfCandidatePopup .linked > .suggested-action.button:insensitive:first-child,
724 GfCandidatePopup .raven .raven-header.linked > .button.text-button:insensitive:first-child,
725 .raven GfCandidatePopup .raven-header.linked > .button.text-button:insensitive:first-child,
726 GfCandidatePopup .linked > .suggested-action.button:insensitive:last-child,
727 GfCandidatePopup .raven .raven-header.linked > .button.text-button:insensitive:last-child,
728 .raven GfCandidatePopup .raven-header.linked > .button.text-button:insensitive:last-child, MathWindow :not(.titlebar) .suggested-action.button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:insensitive:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .suggested-action.button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:insensitive:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:insensitive:not(.flat):not(.titlebutton),
729 .action-bar .linked > .suggested-action.button.image-button:insensitive,
730 .action-bar .raven .raven-header.linked > .image-button.button.text-button:insensitive,
731 .raven .action-bar .raven-header.linked > .image-button.button.text-button:insensitive, .raven .raven-header > .flat.button.text-button:insensitive, NemoWindow GtkGrid > GtkEventBox > .toolbar .suggested-action.button.image-button:insensitive, NemoWindow GtkGrid > GtkEventBox > .toolbar .raven .raven-header > .image-button.button.text-button:insensitive, .raven NemoWindow GtkGrid > GtkEventBox > .toolbar .raven-header > .image-button.button.text-button:insensitive {
732 box-shadow: none;
733 background-color: transparent; }
734 .button.destructive-action {
735 background-color: #FF5252;
736 color: rgba(255, 255, 255, 0.85); }
737 .button.destructive-action:hover {
738 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
739 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
740 color: #263238;
741 background-color: #FF5252;
742 color: #FFFFFF; }
743 .button.destructive-action:active {
744 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
745 color: #263238;
746 transition-duration: 0;
747 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
748 background-color: #E8E8E8;
749 color: #FFFFFF; }
750 .button.destructive-action:checked {
751 background-color: #ff7575; }
752 .button.destructive-action:insensitive {
753 box-shadow: none;
754 background-color: alpha(currentColor, 0.2);
755 color: rgba(38, 50, 56, 0.3); }
756 .button.destructive-action:insensitive > .label {
757 color: inherit; }
758 .button.destructive-action.flat, .destructive-action.button.osd.image-button, .inline-toolbar .destructive-action.button, .inline-toolbar .destructive-action.button.image-button:not(.text-button), .action-bar .destructive-action.button, .action-bar .destructive-action.button.image-button:not(.text-button), .app-notification .destructive-action.button, GeditViewFrame .gedit-search-slider .destructive-action.button, .toolbar .destructive-action.button, .titlebar .destructive-action.button:not(.suggested-action):not(.destructive-action),
759 .header-bar .destructive-action.button:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .destructive-action.button, .destructive-action.sidebar-button.button, .info .destructive-action.button,
760 .question .destructive-action.button,
761 .warning .destructive-action.button,
762 .error .destructive-action.button, GtkScaleButton.destructive-action.button,
763 GtkVolumeButton.destructive-action.button, GfCandidatePopup .destructive-action.button,
764 GfCandidatePopup .linked > .destructive-action.button:first-child,
765 GfCandidatePopup .linked > .destructive-action.button:last-child, MathWindow :not(.titlebar) .destructive-action.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .destructive-action.button:not(.flat):not(.titlebutton),
766 .action-bar .linked > .destructive-action.button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .destructive-action.button.image-button {
767 background-color: transparent;
768 color: #FF5252; }
769 .button.destructive-action.flat:hover, .destructive-action.button.osd.image-button:hover, .inline-toolbar .destructive-action.button:hover, .action-bar .destructive-action.button:hover, .inline-toolbar .linked > .destructive-action.button.image-button:hover:not(.text-button), .inline-toolbar .stack-switcher > .destructive-action.button.image-button:hover:not(.text-button), .action-bar .stack-switcher > .destructive-action.button.image-button:hover:not(.text-button), .app-notification .destructive-action.button:hover, GeditViewFrame .gedit-search-slider .destructive-action.button:hover, .toolbar .destructive-action.button:hover, .titlebar .destructive-action.button:hover:not(.suggested-action):not(.destructive-action),
770 .header-bar .destructive-action.button:hover:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .destructive-action.button:hover, .destructive-action.sidebar-button.button:hover, .info .destructive-action.button:hover,
771 .question .destructive-action.button:hover,
772 .warning .destructive-action.button:hover,
773 .error .destructive-action.button:hover, GtkScaleButton.destructive-action.button:hover,
774 GtkVolumeButton.destructive-action.button:hover, GfCandidatePopup .destructive-action.button:hover, MathWindow :not(.titlebar) .destructive-action.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .destructive-action.button:hover:not(.flat):not(.titlebutton) {
775 box-shadow: none;
776 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); }
777 .button.destructive-action.flat:active, .destructive-action.button.osd.image-button:active, .inline-toolbar .destructive-action.button:active, .action-bar .destructive-action.button:active, .inline-toolbar .linked > .destructive-action.button.image-button:active:not(.text-button), .inline-toolbar .stack-switcher > .destructive-action.button.image-button:active:not(.text-button), .action-bar .stack-switcher > .destructive-action.button.image-button:active:not(.text-button), .app-notification .destructive-action.button:active, GeditViewFrame .gedit-search-slider .destructive-action.button:active, .toolbar .destructive-action.button:active, .titlebar .destructive-action.button:active:not(.suggested-action):not(.destructive-action),
778 .header-bar .destructive-action.button:active:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .destructive-action.button:active, .destructive-action.sidebar-button.button:active, .info .destructive-action.button:active,
779 .question .destructive-action.button:active,
780 .warning .destructive-action.button:active,
781 .error .destructive-action.button:active, GtkScaleButton.destructive-action.button:active,
782 GtkVolumeButton.destructive-action.button:active, GfCandidatePopup .destructive-action.button:active, MathWindow :not(.titlebar) .destructive-action.button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .destructive-action.button:active:not(.flat):not(.titlebutton) {
783 box-shadow: none;
784 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
785 background-color: alpha(#E8E8E8, 0.2);
786 color: #E8E8E8; }
787 .button.destructive-action.flat:checked, .destructive-action.button.osd.image-button:checked, .inline-toolbar .destructive-action.button:checked, .action-bar .destructive-action.button:checked, .inline-toolbar .linked > .destructive-action.button.image-button:checked:not(.text-button), .inline-toolbar .stack-switcher > .destructive-action.button.image-button:checked:not(.text-button), .action-bar .stack-switcher > .destructive-action.button.image-button:checked:not(.text-button), .app-notification .destructive-action.button:checked, GeditViewFrame .gedit-search-slider .destructive-action.button:checked, .toolbar .destructive-action.button:checked, .titlebar .destructive-action.button:checked:not(.suggested-action):not(.destructive-action),
788 .header-bar .destructive-action.button:checked:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .destructive-action.button:checked, .destructive-action.sidebar-button.button:checked, .info .destructive-action.button:checked,
789 .question .destructive-action.button:checked,
790 .warning .destructive-action.button:checked,
791 .error .destructive-action.button:checked, GtkScaleButton.destructive-action.button:checked,
792 GtkVolumeButton.destructive-action.button:checked, GfCandidatePopup .destructive-action.button:checked, MathWindow :not(.titlebar) .destructive-action.button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .destructive-action.button:checked:not(.flat):not(.titlebutton) {
793 background-color: alpha(currentColor, 0.2);
794 color: #263238; }
795 .button.destructive-action.flat:insensitive, .destructive-action.button.osd.image-button:insensitive, .inline-toolbar .destructive-action.button:insensitive, .action-bar .destructive-action.button:insensitive, .inline-toolbar .linked > .destructive-action.button.image-button:insensitive:not(.text-button), .inline-toolbar .stack-switcher > .destructive-action.button.image-button:insensitive:not(.text-button), .action-bar .stack-switcher > .destructive-action.button.image-button:insensitive:not(.text-button), .app-notification .destructive-action.button:insensitive, GeditViewFrame .gedit-search-slider .destructive-action.button:insensitive, .toolbar .destructive-action.button:insensitive, .titlebar .destructive-action.button:insensitive:not(.suggested-action):not(.destructive-action),
796 .header-bar .destructive-action.button:insensitive:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .destructive-action.button:insensitive, .destructive-action.sidebar-button.button:insensitive, .info .destructive-action.button:insensitive,
797 .question .destructive-action.button:insensitive,
798 .warning .destructive-action.button:insensitive,
799 .error .destructive-action.button:insensitive, GtkScaleButton.destructive-action.button:insensitive,
800 GtkVolumeButton.destructive-action.button:insensitive, GfCandidatePopup .destructive-action.button:insensitive, MathWindow :not(.titlebar) .destructive-action.button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .destructive-action.button:insensitive:not(.flat):not(.titlebutton) {
801 box-shadow: none;
802 background-color: transparent; }
803 .button.text-button {
804 padding-left: 1.2em;
805 padding-right: 1.2em;
806 font-weight: 700; }
807 .button.text-button.image-button {
808 padding: 0.7em 1em 0.8em;
809 outline-radius: 2px;
810 border-radius: 2px;
811 background-size: 7.5em 7.5em, auto; }
812 .button.text-button.image-button .label:first-child {
813 padding-left: 0.5em; }
814 .button.text-button.image-button .label:last-child {
815 padding-right: 0.5em; }
816 .stack-switcher > .button {
817 outline-offset: -0.2em; }
818 .stack-switcher > .button > .label {
819 padding-left: 0.5em;
820 padding-right: 0.5em; }
821 .stack-switcher > .button > GtkImage {
822 padding-left: 0.5em;
823 padding-right: 0.5em;
824 padding-top: 0.2em;
825 padding-bottom: 0.2em; }
826 .stack-switcher > .button.text-button {
827 padding: 0.7em 1em 0.8em; }
828 .stack-switcher > .button.image-button {
829 padding: 0.5em 0.3em; }
830 .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage {
831 animation: none;
832 background-image: none; }
833 .inline-toolbar .button, .inline-toolbar .button:not(.text-button).image-button, .action-bar .button, .action-bar .button:not(.text-button).image-button, .inline-toolbar .linked > .button, .inline-toolbar .linked > .button:not(.text-button).image-button, .action-bar .linked > .button, .action-bar .linked > .button:not(.text-button).image-button {
834 padding: 0.75em;
835 border-radius: 100px;
836 outline-radius: 100px; }
837 .inline-toolbar .button.text-button, .action-bar .button.text-button, .inline-toolbar .linked > .button.text-button, .action-bar .linked > .button.text-button {
838 border-radius: 2px;
839 outline-radius: 2px; }
840 .inline-toolbar .stack-switcher > .button, .inline-toolbar .stack-switcher > .button:not(.text-button).image-button, .action-bar .stack-switcher > .button, .action-bar .stack-switcher > .button:not(.text-button).image-button {
841 padding: 0.5em 0.25em;
842 border-radius: 100px;
843 outline-radius: 100px; }
844 .primary-toolbar .button {
845 icon-shadow: none; }
846
847.linked > .button, .linked > .button .image-button, .linked > .button .text-button, GtkComboBox .button, .toolbar .linked > .button.text-button:not(.image-button), .popover .linked > .button {
848 box-shadow: none;
849 background-color: transparent;
850 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
851 border-radius: 0;
852 outline-radius: 0;
853 color: rgba(38, 50, 56, 0.75);
854 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; }
855 .linked > .button:hover, .linked > .button .image-button:hover, .linked > .button .text-button:hover, GtkComboBox .button:hover, .toolbar .linked > .button.text-button:hover:not(.image-button), .popover .linked > .button:hover {
856 box-shadow: none;
857 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
858 border-radius: 0;
859 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 2/0 0 2px; }
860 .linked > .button:active, .linked > .button .image-button:active, .linked > .button .text-button:active, GtkComboBox .button:active, GtkComboBox .button:hover, GtkComboBox .button:checked, .toolbar .linked > .button.text-button:active:not(.image-button), .popover .linked > .button:active, .linked > .button:checked, .linked > .button .image-button:checked, .linked > .button .text-button:checked, GtkComboBox .button:checked, .toolbar .linked > .button.text-button:checked:not(.image-button), .popover .linked > .button:checked {
861 background-color: alpha(currentColor, 0.2);
862 color: #263238;
863 border-radius: 0;
864 color: #263238;
865 background-color: transparent;
866 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px; }
867 .linked > .button:active:hover, .linked > .button .image-button:active:hover, .linked > .button .text-button:active:hover, GtkComboBox .button:hover, .toolbar .linked > .button.text-button:active:hover:not(.image-button), .popover .linked > .button:active:hover, .linked > .button:checked:hover, .linked > .button .image-button:checked:hover, .linked > .button .text-button:checked:hover, GtkComboBox .button:checked:hover, .toolbar .linked > .button.text-button:checked:hover:not(.image-button), .popover .linked > .button:checked:hover {
868 background-color: alpha(rgba(38, 50, 56, 0.75), 0.1); }
869 .linked > .button:active:insensitive, .linked > .button .image-button:active:insensitive, .linked > .button .text-button:active:insensitive, GtkComboBox .button:active:insensitive, GtkComboBox .button:insensitive:hover, GtkComboBox .button:insensitive:checked, .toolbar .linked > .button.text-button:active:insensitive:not(.image-button), .popover .linked > .button:active:insensitive, .linked > .button:checked:insensitive, .linked > .button .image-button:checked:insensitive, .linked > .button .text-button:checked:insensitive, GtkComboBox .button:checked:insensitive, .toolbar .linked > .button.text-button:checked:insensitive:not(.image-button), .popover .linked > .button:checked:insensitive {
870 color: rgba(38, 50, 56, 0.3);
871 background-color: transparent;
872 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(0, 188, 212, 0.2)), to(transparent)) 0 0 2/0 0 2px; }
873 .linked > .button:active:insensitive > .label, .linked > .button .image-button:active:insensitive > .label, .linked > .button .text-button:active:insensitive > .label, GtkComboBox .button:active:insensitive > .label, GtkComboBox .button:insensitive:hover > .label, GtkComboBox .button:insensitive:checked > .label, .linked > .button:checked:insensitive > .label, .linked > .button .image-button:checked:insensitive > .label, .linked > .button .text-button:checked:insensitive > .label, GtkComboBox .button:checked:insensitive > .label {
874 color: inherit; }
875 .linked > .button:active:insensitive > .label, .linked > .button .image-button:active:insensitive > .label, .linked > .button .text-button:active:insensitive > .label, GtkComboBox .button:active:insensitive > .label, GtkComboBox .button:insensitive:hover > .label, GtkComboBox .button:insensitive:checked > .label, .linked > .button:checked:insensitive > .label, .linked > .button .image-button:checked:insensitive > .label, .linked > .button .text-button:checked:insensitive > .label, GtkComboBox .button:checked:insensitive > .label {
876 color: inherit; }
877 .linked > .button:insensitive, .linked > .button .image-button:insensitive, .linked > .button .text-button:insensitive, GtkComboBox .button:insensitive, .toolbar .linked > .button.text-button:insensitive:not(.image-button), .popover .linked > .button:insensitive {
878 box-shadow: none;
879 background-color: transparent;
880 border-radius: 0;
881 color: rgba(38, 50, 56, 0.3);
882 background-color: transparent;
883 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; }
884
885.linked.vertical > .button, .linked.vertical > .button .image-button, .linked.vertical > .button .text-button, .linked.vertical > GtkComboBox .button {
886 box-shadow: none;
887 background-color: transparent;
888 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
889 border-image: none;
890 border-width: 0;
891 outline-radius: 0;
892 color: rgba(38, 50, 56, 0.75); }
893 .linked.vertical > .button:hover, .linked.vertical > .button .image-button:hover, .linked.vertical > .button .text-button:hover, .linked.vertical > GtkComboBox .button:hover {
894 box-shadow: none;
895 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); }
896 .linked.vertical > .button:hover:dir(ltr), .linked.vertical > .button .image-button:hover:dir(ltr), .linked.vertical > .button .text-button:hover:dir(ltr), .linked.vertical > GtkComboBox .button:hover:dir(ltr) {
897 box-shadow: inset 2px 0 alpha(currentColor, 0.2); }
898 .linked.vertical > .button:hover:dir(rtl), .linked.vertical > .button .image-button:hover:dir(rtl), .linked.vertical > .button .text-button:hover:dir(rtl), .linked.vertical > GtkComboBox .button:hover:dir(rtl) {
899 box-shadow: inset -2px 0 alpha(currentColor, 0.2); }
900 .linked.vertical > .button:active, .linked.vertical > .button .image-button:active, .linked.vertical > .button .text-button:active, .linked.vertical > GtkComboBox .button:active, .linked.vertical > .button:checked, .linked.vertical > .button .image-button:checked, .linked.vertical > .button .text-button:checked, .linked.vertical > GtkComboBox .button:checked {
901 background-color: alpha(currentColor, 0.2);
902 color: #263238;
903 color: #263238;
904 background-color: transparent; }
905 .linked.vertical > .button:active:dir(ltr), .linked.vertical > .button .image-button:active:dir(ltr), .linked.vertical > .button .text-button:active:dir(ltr), .linked.vertical > GtkComboBox .button:active:dir(ltr), .linked.vertical > .button:checked:dir(ltr), .linked.vertical > .button .image-button:checked:dir(ltr), .linked.vertical > .button .text-button:checked:dir(ltr), .linked.vertical > GtkComboBox .button:checked:dir(ltr) {
906 box-shadow: inset 2px 0 #E8E8E8; }
907 .linked.vertical > .button:active:dir(rtl), .linked.vertical > .button .image-button:active:dir(rtl), .linked.vertical > .button .text-button:active:dir(rtl), .linked.vertical > GtkComboBox .button:active:dir(rtl), .linked.vertical > .button:checked:dir(rtl), .linked.vertical > .button .image-button:checked:dir(rtl), .linked.vertical > .button .text-button:checked:dir(rtl), .linked.vertical > GtkComboBox .button:checked:dir(rtl) {
908 box-shadow: inset -2px 0 #E8E8E8; }
909 .linked.vertical > .button:active:hover, .linked.vertical > .button .image-button:active:hover, .linked.vertical > .button .text-button:active:hover, .linked.vertical > GtkComboBox .button:active:hover, .linked.vertical > .button:checked:hover, .linked.vertical > .button .image-button:checked:hover, .linked.vertical > .button .text-button:checked:hover, .linked.vertical > GtkComboBox .button:checked:hover {
910 background-color: alpha(currentColor, 0.1); }
911 .linked.vertical > .button:active:insensitive, .linked.vertical > .button .image-button:active:insensitive, .linked.vertical > .button .text-button:active:insensitive, .linked.vertical > GtkComboBox .button:active:insensitive, .linked.vertical > .button:checked:insensitive, .linked.vertical > .button .image-button:checked:insensitive, .linked.vertical > .button .text-button:checked:insensitive, .linked.vertical > GtkComboBox .button:checked:insensitive {
912 color: rgba(38, 50, 56, 0.3);
913 background-color: transparent; }
914 .linked.vertical > .button:active:insensitive > .label, .linked.vertical > .button .image-button:active:insensitive > .label, .linked.vertical > .button .text-button:active:insensitive > .label, .linked.vertical > GtkComboBox .button:active:insensitive > .label, .linked.vertical > .button:checked:insensitive > .label, .linked.vertical > .button .image-button:checked:insensitive > .label, .linked.vertical > .button .text-button:checked:insensitive > .label, .linked.vertical > GtkComboBox .button:checked:insensitive > .label {
915 color: inherit; }
916 .linked.vertical > .button:active:insensitive:dir(ltr), .linked.vertical > .button .image-button:active:insensitive:dir(ltr), .linked.vertical > .button .text-button:active:insensitive:dir(ltr), .linked.vertical > GtkComboBox .button:active:insensitive:dir(ltr), .linked.vertical > .button:checked:insensitive:dir(ltr), .linked.vertical > .button .image-button:checked:insensitive:dir(ltr), .linked.vertical > .button .text-button:checked:insensitive:dir(ltr), .linked.vertical > GtkComboBox .button:checked:insensitive:dir(ltr) {
917 box-shadow: inset 2px 0 rgba(0, 188, 212, 0.2); }
918 .linked.vertical > .button:active:insensitive:dir(ltr), .linked.vertical > .button .image-button:active:insensitive:dir(ltr), .linked.vertical > .button .text-button:active:insensitive:dir(ltr), .linked.vertical > GtkComboBox .button:active:insensitive:dir(ltr), .linked.vertical > .button:checked:insensitive:dir(ltr), .linked.vertical > .button .image-button:checked:insensitive:dir(ltr), .linked.vertical > .button .text-button:checked:insensitive:dir(ltr), .linked.vertical > GtkComboBox .button:checked:insensitive:dir(ltr) {
919 box-shadow: inset -2px 0 rgba(0, 188, 212, 0.2); }
920 .linked.vertical > .button:active:insensitive > .label, .linked.vertical > .button .image-button:active:insensitive > .label, .linked.vertical > .button .text-button:active:insensitive > .label, .linked.vertical > GtkComboBox .button:active:insensitive > .label, .linked.vertical > .button:checked:insensitive > .label, .linked.vertical > .button .image-button:checked:insensitive > .label, .linked.vertical > .button .text-button:checked:insensitive > .label, .linked.vertical > GtkComboBox .button:checked:insensitive > .label {
921 color: inherit; }
922 .linked.vertical > .button:insensitive, .linked.vertical > .button .image-button:insensitive, .linked.vertical > .button .text-button:insensitive, .linked.vertical > GtkComboBox .button:insensitive {
923 box-shadow: none;
924 background-color: transparent;
925 color: rgba(38, 50, 56, 0.3);
926 background-color: transparent; }
927 .linked.vertical > .button:insensitive:dir(ltr), .linked.vertical > .button .image-button:insensitive:dir(ltr), .linked.vertical > .button .text-button:insensitive:dir(ltr), .linked.vertical > GtkComboBox .button:insensitive:dir(ltr) {
928 box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
929 .linked.vertical > .button:insensitive:dir(rtl), .linked.vertical > .button .image-button:insensitive:dir(rtl), .linked.vertical > .button .text-button:insensitive:dir(rtl), .linked.vertical > GtkComboBox .button:insensitive:dir(rtl) {
930 box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
931 .linked.vertical > .button:dir(ltr), .linked.vertical > .button .image-button:dir(ltr), .linked.vertical > .button .text-button:dir(ltr), .linked.vertical > GtkComboBox .button:dir(ltr) {
932 box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
933 .linked.vertical > .button:dir(rtl), .linked.vertical > .button .image-button:dir(rtl), .linked.vertical > .button .text-button:dir(rtl), .linked.vertical > GtkComboBox .button:dir(rtl) {
934 box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
935
936.button.osd.image-button, .button.image-button, .notebook tab .button, GtkScaleButton.button,
937GtkVolumeButton.button, .csd .header-bar .button.titlebutton, .csd .header-bar.selection-mode .button.titlebutton,
938.csd .titlebar .button.titlebutton,
939.csd .titlebar.selection-mode .button.titlebutton {
940 padding: 1em;
941 outline-radius: 100px;
942 border-radius: 100px;
943 background-size: 3.75em 3.75em, auto; }
944
945.stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .sidebar-item.needs-attention > .label {
946 background-repeat: no-repeat;
947 background-position: right 3px;
948 background-size: 0.4em 0.4em;
949 animation: needs_attention 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
950 transition: none; }
951 .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) {
952 background-position: left 3px; }
953
954.inline-toolbar GtkToolButton > .button {
955 outline-radius: 100px;
956 border-radius: 100px; }
957
958.linked > .button:not(.flat):not(:only-child), .linked > .button, .linked > .button .image-button, .linked > .button .text-button, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl),
959.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr),
960.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl), .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
961.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox,
962.linked > GtkComboBox:last-child > .the-button-in-the-combobox,
963.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox,
964.linked > GtkComboBox:only-child > .the-button-in-the-combobox,
965.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox {
966 border-radius: 0; }
967
968.linked.vertical > .button:not(:only-child), .linked.vertical > .button, .linked.vertical > .button .image-button, .linked.vertical > .button .text-button, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
969.linked.vertical > GtkComboBox > .the-button-in-the-combobox,
970.linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
971.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox,
972.linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
973.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox,
974.linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
975.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox {
976 border-radius: 0; }
977
978.menuitem.button.flat, .menuitem.button.osd.image-button, .inline-toolbar .menuitem.button, .inline-toolbar .menuitem.button.image-button:not(.text-button), .action-bar .menuitem.button, .action-bar .menuitem.button.image-button:not(.text-button), .app-notification .menuitem.button, GeditViewFrame .gedit-search-slider .menuitem.button, .toolbar .menuitem.button, .titlebar .menuitem.button:not(.suggested-action):not(.destructive-action),
979.header-bar .menuitem.button:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .menuitem.button, .menuitem.sidebar-button.button, .info .menuitem.button,
980.question .menuitem.button,
981.warning .menuitem.button,
982.error .menuitem.button, GtkScaleButton.menuitem.button,
983GtkVolumeButton.menuitem.button, GfCandidatePopup .menuitem.button,
984GfCandidatePopup .linked > .menuitem.button:first-child,
985GfCandidatePopup .linked > .menuitem.button:last-child, MathWindow :not(.titlebar) .menuitem.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .menuitem.button:not(.flat):not(.titlebutton),
986.action-bar .linked > .menuitem.button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .menuitem.button.image-button {
987 transition: none; }
988
989GtkColorButton.button {
990 padding: 0.4em 0.6em 0.5em; }
991 GtkColorButton.button GtkColorSwatch:first-child:last-child {
992 border-radius: 2px;
993 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
994 GtkColorButton.button:insensitive,
995 GtkColorButton.button GtkColorSwatch:insensitive {
996 box-shadow: none;
997 opacity: 0.4; }
998
999GtkButtonBox > .button {
1000 box-shadow: none;
1001 background-color: transparent;
1002 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
1003 color: #E8E8E8;
1004 font-weight: 700; }
1005 GtkButtonBox > .button:hover {
1006 box-shadow: none;
1007 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
1008 color: #E8E8E8; }
1009 GtkButtonBox > .button:active {
1010 box-shadow: none;
1011 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1012 color: #E8E8E8; }
1013 GtkButtonBox > .button:insensitive {
1014 box-shadow: none;
1015 background-color: transparent; }
1016 GtkButtonBox > .button:checked {
1017 background-color: alpha(currentColor, 0.2);
1018 color: #263238;
1019 color: #E8E8E8; }
1020 GtkButtonBox > .button:checked:insensitive {
1021 color: #E8E8E8; }
1022 GtkButtonBox > .button:checked:insensitive > .label {
1023 color: inherit; }
1024
1025/*********
1026 * Links *
1027 *********/
1028*:link, .button:link,
1029.button:visited {
1030 color: #E8E8E8; }
1031 *:link:hover, .button:hover:link,
1032 .button:hover:visited, *:link:active, .button:active:link,
1033 .button:active:visited {
1034 color: #E8E8E8; }
1035 *:link:visited,
1036 .button:visited {
1037 color: #E8E8E8; }
1038 *:link:visited:hover,
1039 .button:visited:hover, *:link:visited:active,
1040 .button:visited:active {
1041 color: #E8E8E8; }
1042 *:selected *:link:visited,
1043 *:selected .button:visited {
1044 color: #E8E8E8; }
1045 *:link:selected, .button:selected:link,
1046 .button:selected:visited, .titlebar.selection-mode .subtitle:link,
1047 .header-bar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link,
1048 *:selected .button:visited {
1049 color: #E8E8E8; }
1050 *:link:insensitive, .button:insensitive:link,
1051 .button:insensitive:visited {
1052 opacity: 0.4; }
1053
1054.button:link > .label,
1055.button:visited > .label {
1056 text-decoration-line: underline; }
1057
1058/*****************
1059 * GtkSpinButton *
1060 *****************/
1061.spinbutton .button, .osd .spinbutton .button {
1062 padding: 0.4em;
1063 border: solid 0.35em transparent;
1064 border-radius: 100px;
1065 outline-radius: 100px;
1066 background: none;
1067 box-shadow: none;
1068 color: rgba(38, 50, 56, 0.75); }
1069 .spinbutton .button:not(:last-child):hover, .osd .spinbutton .button:not(:last-child):hover {
1070 box-shadow: none;
1071 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
1072 background: none;
1073 color: #F44336; }
1074 .spinbutton .button:not(:last-child):active, .osd .spinbutton .button:not(:last-child):active {
1075 box-shadow: none;
1076 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1077 background-color: alpha(currentColor, 0.2);
1078 color: #F44336; }
1079 .spinbutton .button:not(:last-child):insensitive, .osd .spinbutton .button:not(:last-child):insensitive {
1080 box-shadow: none;
1081 background-color: transparent;
1082 background: none;
1083 color: rgba(38, 50, 56, 0.3); }
1084 .spinbutton .button:last-child:hover, .osd .spinbutton .button:last-child:hover {
1085 box-shadow: none;
1086 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
1087 background: none;
1088 color: #00E676; }
1089 .spinbutton .button:last-child:active, .osd .spinbutton .button:last-child:active {
1090 box-shadow: none;
1091 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1092 background-color: alpha(currentColor, 0.2);
1093 color: #00E676; }
1094 .spinbutton .button:last-child:insensitive, .osd .spinbutton .button:last-child:insensitive {
1095 box-shadow: none;
1096 background-color: transparent;
1097 background: none;
1098 color: rgba(38, 50, 56, 0.3); }
1099.spinbutton.vertical {
1100 padding: 0.5em 0; }
1101 .spinbutton.vertical .button {
1102 padding: 0.2em 0;
1103 border: solid 0.5em transparent;
1104 border-radius: 200px;
1105 outline-radius: 200px;
1106 background: none;
1107 box-shadow: none;
1108 color: rgba(38, 50, 56, 0.75); }
1109 .spinbutton.vertical .button:first-child:hover {
1110 box-shadow: none;
1111 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
1112 background: none;
1113 color: #00E676; }
1114 .spinbutton.vertical .button:first-child:active {
1115 box-shadow: none;
1116 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1117 background-color: alpha(currentColor, 0.2);
1118 color: #00E676; }
1119 .spinbutton.vertical .button:first-child:insensitive {
1120 box-shadow: none;
1121 background-color: transparent;
1122 background: none;
1123 color: rgba(38, 50, 56, 0.3); }
1124 .spinbutton.vertical .button:last-child:hover {
1125 box-shadow: none;
1126 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
1127 background: none;
1128 color: #F44336; }
1129 .spinbutton.vertical .button:last-child:active {
1130 box-shadow: none;
1131 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1132 background-color: alpha(currentColor, 0.2);
1133 color: #F44336; }
1134 .spinbutton.vertical .button:last-child:insensitive {
1135 box-shadow: none;
1136 background-color: transparent;
1137 background: none;
1138 color: rgba(38, 50, 56, 0.3); }
1139GtkTreeView .spinbutton.entry:focus {
1140 padding: 1px;
1141 border-radius: 0;
1142 border-width: 0;
1143 background-color: #FFFFFF;
1144 color: #263238;
1145 box-shadow: none; }
1146
1147/**************
1148 * ComboBoxes *
1149 **************/
1150GtkComboBox {
1151 -GtkComboBox-arrow-scaling: 0.5;
1152 -GtkComboBox-shadow-type: none; }
1153 GtkComboBox > .the-button-in-the-combobox {
1154 padding: 0.35em 0.5em 0.45em; }
1155 GtkComboBox .menu {
1156 padding: 2px 0; }
1157 GtkComboBox .menu .menuitem {
1158 padding: 0.35em 0.5em 0.45em; }
1159 GtkComboBox .separator.vertical {
1160 -GtkWidget-wide-separators: true; }
1161 GtkComboBox .button {
1162 border-radius: 0;
1163 padding: 0.5em 0.5em 0.55em;
1164 color: rgba(38, 50, 56, 0.75); }
1165 GtkComboBox .button:hover, GtkComboBox .button:active, GtkComboBox .button:checked {
1166 box-shadow: none;
1167 background-color: transparent;
1168 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
1169 background-color: transparent; }
1170 GtkComboBox .button:hover:insensitive, GtkComboBox .button:active:insensitive, GtkComboBox .button:checked:insensitive {
1171 color: rgba(38, 50, 56, 0.3); }
1172 GtkComboBox .button:insensitive {
1173 color: rgba(38, 50, 56, 0.3);
1174 background-color: transparent; }
1175 GtkComboBox.combobox-entry {
1176 padding: 0; }
1177 GtkComboBox.combobox-entry .button {
1178 padding: 0 0.7em; }
1179
1180.linked.vertical > GtkComboBox .button {
1181 padding: 0.35em 0.5em 0.45em;
1182 border-radius: 0;
1183 color: rgba(38, 50, 56, 0.75); }
1184
1185/************
1186 * Toolbars *
1187 ************/
1188.toolbar {
1189 -GtkWidget-window-dragging: true;
1190 padding: 0.4em;
1191 border-width: 0;
1192 background-color: #FFFFFF;
1193 color: rgba(38, 50, 56, 0.75); }
1194 .toolbar.vertical, .inline-toolbar .toolbar, GtkPaned .toolbar, GtkEventBox .toolbar, GtkGrid .toolbar.primary-toolbar {
1195 box-shadow: none; }
1196 .osd .toolbar, .toolbar.osd, .app-notification,
1197 .app-notification.frame, GeditViewFrame .gedit-search-slider {
1198 padding: 3px;
1199 border-style: solid;
1200 border-width: 9px;
1201 border-image: -gtk-scaled(url("assets/osd-shadow.png"), url("assets/osd-shadow@2.png")) 10/10px stretch;
1202 border-radius: 2px;
1203 box-shadow: none;
1204 color: #ECEFF1;
1205 background-color: #FFFFFF; }
1206 .osd .toolbar:backdrop, .toolbar.osd:backdrop, .app-notification:backdrop, GeditViewFrame .gedit-search-slider:backdrop {
1207 border-image: -gtk-scaled(url("assets/osd-shadow-backdrop.png"), url("assets/osd-shadow-backdrop@2.png")) 10/10px stretch; }
1208 .osd .toolbar .button:not(:active):not(:insensitive):not(hover), .toolbar.osd .button:not(:active):not(:insensitive):not(hover), .app-notification .button:not(:active):not(:insensitive):not(hover),
1209 .app-notification.frame .button:not(:active):not(:insensitive):not(hover), GeditViewFrame .gedit-search-slider .button:not(:active):not(:insensitive):not(hover) {
1210 color: #E8E8E8; }
1211 .osd .toolbar .button:hover, .osd .toolbar .button:active, .toolbar.osd .button:hover, .app-notification .button:hover,
1212 .app-notification.frame .button:hover, GeditViewFrame .gedit-search-slider .button:hover, .toolbar.osd .button:active, .app-notification .button:active,
1213 .app-notification.frame .button:active, GeditViewFrame .gedit-search-slider .button:active {
1214 color: #E8E8E8; }
1215 .osd .toolbar .button:active, .osd .toolbar .button:checked, .toolbar.osd .button:active, .app-notification .button:active,
1216 .app-notification.frame .button:active, GeditViewFrame .gedit-search-slider .button:active, .toolbar.osd .button:checked, .app-notification .button:checked,
1217 .app-notification.frame .button:checked, GeditViewFrame .gedit-search-slider .button:checked {
1218 border-image: none;
1219 box-shadow: none; }
1220 .osd .toolbar .button:insensitive, .toolbar.osd .button:insensitive, .app-notification .button:insensitive,
1221 .app-notification.frame .button:insensitive, GeditViewFrame .gedit-search-slider .button:insensitive {
1222 color: #E8E8E8; }
1223 .osd .toolbar .label, .toolbar.osd .label, .app-notification .label,
1224 .app-notification.frame .label, GeditViewFrame .gedit-search-slider .label {
1225 padding: 0 1em; }
1226 .toolbar .button {
1227 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 0/0 0 0px;
1228 color: rgba(38, 50, 56, 0.75);
1229 box-shadow: none; }
1230 .toolbar .button:hover {
1231 border-image: none;
1232 color: #263238;
1233 box-shadow: none; }
1234 .toolbar .button:checked {
1235 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
1236 background: transparent;
1237 color: #263238;
1238 box-shadow: none; }
1239 .toolbar .button:checked:insensitive {
1240 border-image: none;
1241 background: transparent;
1242 color: rgba(38, 50, 56, 0.3);
1243 box-shadow: none; }
1244 .toolbar .button:checked:insensitive > .label {
1245 color: inherit; }
1246 .toolbar .button:insensitive {
1247 border-image: none;
1248 background-color: transparent;
1249 color: rgba(38, 50, 56, 0.225);
1250 box-shadow: none; }
1251 .toolbar .button .image-button {
1252 border-radius: 100px;
1253 outline-radius: 100px; }
1254 .toolbar .linked > .button {
1255 border-radius: 100px;
1256 outline-radius: 100px; }
1257 .toolbar .linked > .button:hover {
1258 background-color: transparent; }
1259 .toolbar .linked > .button:not(:checked) {
1260 border-radius: 100px;
1261 outline-radius: 100px; }
1262
1263.inline-toolbar {
1264 padding: 0.4em;
1265 border-style: solid;
1266 border-width: 0 1px 1px;
1267 border-color: rgba(0, 0, 0, 0.09);
1268 background-color: #FFFFFF;
1269 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
1270
1271.search-bar,
1272.location-bar {
1273 padding: 0.4em;
1274 border-style: solid;
1275 border-width: 0 0 1px;
1276 border-color: rgba(0, 0, 0, 0.09);
1277 background-color: #FFFFFF; }
1278 .search-bar .button.raised,
1279 .location-bar .button.raised {
1280 padding: 0.75em;
1281 border-radius: 100px;
1282 outline-radius: 100px; }
1283
1284/***************
1285 * Header bars *
1286 ***************/
1287.titlebar,
1288.header-bar {
1289 -GtkPaned-handle-size: 0;
1290 padding: 0.4em;
1291 border-width: 1px 0 1px;
1292 border-style: solid;
1293 border-top-color: #FFFFFF;
1294 border-bottom-color: #242F35;
1295 background-color: #FFFFFF;
1296 background-clip: border-box;
1297 color: #BBBBBB; }
1298 .titlebar .label:checked:insensitive,
1299 .header-bar .label:checked:insensitive {
1300 color: rgba(236, 239, 241, 0.3); }
1301 .titlebar .label:insensitive,
1302 .header-bar .label:insensitive {
1303 color: rgba(236, 239, 241, 0.225); }
1304 .titlebar .title,
1305 .header-bar .title {
1306 padding-left: 1em;
1307 padding-right: 1em;
1308 color: #ECEFF1;
1309 font-weight: 700; }
1310 .titlebar .subtitle,
1311 .header-bar .subtitle {
1312 padding-left: 1em;
1313 padding-right: 1em;
1314 color: #BBBBBB;
1315 font-size: 90%; }
1316 .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical, .titlebar > GtkBox > GtkBox > .separator.vertical,
1317 .header-bar .header-bar-separator,
1318 .header-bar > GtkBox > .separator.vertical,
1319 .header-bar > GtkBox > GtkBox > .separator.vertical {
1320 -GtkWidget-separator-width: 0;
1321 border: 0 none transparent;
1322 color: transparent; }
1323 .titlebar .button:not(.suggested-action):not(.destructive-action),
1324 .header-bar .button:not(.suggested-action):not(.destructive-action) {
1325 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 0/0 0 0px;
1326 color: #BBBBBB; }
1327 .titlebar .button:not(.suggested-action):not(.destructive-action):hover,
1328 .header-bar .button:not(.suggested-action):not(.destructive-action):hover {
1329 color: #ECEFF1; }
1330 .titlebar .button:not(.suggested-action):not(.destructive-action):checked,
1331 .header-bar .button:not(.suggested-action):not(.destructive-action):checked {
1332 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
1333 background-color: transparent;
1334 color: #ECEFF1; }
1335 .titlebar .button:not(.suggested-action):not(.destructive-action):checked:insensitive,
1336 .header-bar .button:not(.suggested-action):not(.destructive-action):checked:insensitive {
1337 background-color: transparent;
1338 color: rgba(236, 239, 241, 0.3); }
1339 .titlebar .button:not(.suggested-action):not(.destructive-action):checked:insensitive > .label,
1340 .header-bar .button:not(.suggested-action):not(.destructive-action):checked:insensitive > .label {
1341 color: inherit; }
1342 .titlebar .button:not(.suggested-action):not(.destructive-action):insensitive,
1343 .header-bar .button:not(.suggested-action):not(.destructive-action):insensitive {
1344 color: rgba(236, 239, 241, 0.225); }
1345 .titlebar .button, .titlebar .button .label.text-button,
1346 .titlebar .linked > .button,
1347 .titlebar .linked > .button .label.text-button,
1348 .titlebar .button.suggested-action,
1349 .titlebar .raven .raven-header > .button.text-button,
1350 .raven .titlebar .raven-header > .button.text-button,
1351 .titlebar .button.suggested-action .label.text-button,
1352 .titlebar .raven .raven-header > .button.text-button .label.text-button,
1353 .raven .titlebar .raven-header > .button.text-button .label.text-button,
1354 .titlebar .button.destructive-action,
1355 .titlebar .button.destructive-action .label.text-button,
1356 .header-bar .button,
1357 .header-bar .button .label.text-button,
1358 .header-bar .linked > .button,
1359 .header-bar .linked > .button .label.text-button,
1360 .header-bar .button.suggested-action,
1361 .header-bar .raven .raven-header > .button.text-button,
1362 .raven .header-bar .raven-header > .button.text-button,
1363 .header-bar .button.suggested-action .label.text-button,
1364 .header-bar .raven .raven-header > .button.text-button .label.text-button,
1365 .raven .header-bar .raven-header > .button.text-button .label.text-button,
1366 .header-bar .button.destructive-action,
1367 .header-bar .button.destructive-action .label.text-button {
1368 color: #BBBBBB; }
1369 .titlebar .button:hover, .titlebar .button .label.text-button:hover,
1370 .titlebar .linked > .button:hover,
1371 .titlebar .linked > .button .label.text-button:hover,
1372 .titlebar .button.suggested-action:hover,
1373 .titlebar .raven .raven-header > .button.text-button:hover,
1374 .raven .titlebar .raven-header > .button.text-button:hover,
1375 .titlebar .button.suggested-action .label.text-button:hover,
1376 .titlebar .raven .raven-header > .button.text-button .label.text-button:hover,
1377 .raven .titlebar .raven-header > .button.text-button .label.text-button:hover,
1378 .titlebar .button.destructive-action:hover,
1379 .titlebar .button.destructive-action .label.text-button:hover,
1380 .header-bar .button:hover,
1381 .header-bar .button .label.text-button:hover,
1382 .header-bar .linked > .button:hover,
1383 .header-bar .linked > .button .label.text-button:hover,
1384 .header-bar .button.suggested-action:hover,
1385 .header-bar .raven .raven-header > .button.text-button:hover,
1386 .raven .header-bar .raven-header > .button.text-button:hover,
1387 .header-bar .button.suggested-action .label.text-button:hover,
1388 .header-bar .raven .raven-header > .button.text-button .label.text-button:hover,
1389 .raven .header-bar .raven-header > .button.text-button .label.text-button:hover,
1390 .header-bar .button.destructive-action:hover,
1391 .header-bar .button.destructive-action .label.text-button:hover {
1392 color: #ECEFF1; }
1393 .titlebar .button:checked, .titlebar .button .label.text-button:checked,
1394 .titlebar .linked > .button:checked,
1395 .titlebar .linked > .button .label.text-button:checked,
1396 .titlebar .button.suggested-action:checked,
1397 .titlebar .raven .raven-header > .button.text-button:checked,
1398 .raven .titlebar .raven-header > .button.text-button:checked,
1399 .titlebar .button.suggested-action .label.text-button:checked,
1400 .titlebar .raven .raven-header > .button.text-button .label.text-button:checked,
1401 .raven .titlebar .raven-header > .button.text-button .label.text-button:checked,
1402 .titlebar .button.destructive-action:checked,
1403 .titlebar .button.destructive-action .label.text-button:checked,
1404 .header-bar .button:checked,
1405 .header-bar .button .label.text-button:checked,
1406 .header-bar .linked > .button:checked,
1407 .header-bar .linked > .button .label.text-button:checked,
1408 .header-bar .button.suggested-action:checked,
1409 .header-bar .raven .raven-header > .button.text-button:checked,
1410 .raven .header-bar .raven-header > .button.text-button:checked,
1411 .header-bar .button.suggested-action .label.text-button:checked,
1412 .header-bar .raven .raven-header > .button.text-button .label.text-button:checked,
1413 .raven .header-bar .raven-header > .button.text-button .label.text-button:checked,
1414 .header-bar .button.destructive-action:checked,
1415 .header-bar .button.destructive-action .label.text-button:checked {
1416 color: #ECEFF1; }
1417 .titlebar .button:checked:insensitive, .titlebar .button .label.text-button:checked:insensitive,
1418 .titlebar .linked > .button:checked:insensitive,
1419 .titlebar .linked > .button .label.text-button:checked:insensitive,
1420 .titlebar .button.suggested-action:checked:insensitive,
1421 .titlebar .raven .raven-header > .button.text-button:checked:insensitive,
1422 .raven .titlebar .raven-header > .button.text-button:checked:insensitive,
1423 .titlebar .button.suggested-action .label.text-button:checked:insensitive,
1424 .titlebar .raven .raven-header > .button.text-button .label.text-button:checked:insensitive,
1425 .raven .titlebar .raven-header > .button.text-button .label.text-button:checked:insensitive,
1426 .titlebar .button.destructive-action:checked:insensitive,
1427 .titlebar .button.destructive-action .label.text-button:checked:insensitive,
1428 .header-bar .button:checked:insensitive,
1429 .header-bar .button .label.text-button:checked:insensitive,
1430 .header-bar .linked > .button:checked:insensitive,
1431 .header-bar .linked > .button .label.text-button:checked:insensitive,
1432 .header-bar .button.suggested-action:checked:insensitive,
1433 .header-bar .raven .raven-header > .button.text-button:checked:insensitive,
1434 .raven .header-bar .raven-header > .button.text-button:checked:insensitive,
1435 .header-bar .button.suggested-action .label.text-button:checked:insensitive,
1436 .header-bar .raven .raven-header > .button.text-button .label.text-button:checked:insensitive,
1437 .raven .header-bar .raven-header > .button.text-button .label.text-button:checked:insensitive,
1438 .header-bar .button.destructive-action:checked:insensitive,
1439 .header-bar .button.destructive-action .label.text-button:checked:insensitive {
1440 color: rgba(236, 239, 241, 0.3); }
1441 .titlebar .button:insensitive, .titlebar .button .label.text-button:insensitive,
1442 .titlebar .linked > .button:insensitive,
1443 .titlebar .linked > .button .label.text-button:insensitive,
1444 .titlebar .button.suggested-action:insensitive,
1445 .titlebar .raven .raven-header > .button.text-button:insensitive,
1446 .raven .titlebar .raven-header > .button.text-button:insensitive,
1447 .titlebar .button.suggested-action .label.text-button:insensitive,
1448 .titlebar .raven .raven-header > .button.text-button .label.text-button:insensitive,
1449 .raven .titlebar .raven-header > .button.text-button .label.text-button:insensitive,
1450 .titlebar .button.destructive-action:insensitive,
1451 .titlebar .button.destructive-action .label.text-button:insensitive,
1452 .header-bar .button:insensitive,
1453 .header-bar .button .label.text-button:insensitive,
1454 .header-bar .linked > .button:insensitive,
1455 .header-bar .linked > .button .label.text-button:insensitive,
1456 .header-bar .button.suggested-action:insensitive,
1457 .header-bar .raven .raven-header > .button.text-button:insensitive,
1458 .raven .header-bar .raven-header > .button.text-button:insensitive,
1459 .header-bar .button.suggested-action .label.text-button:insensitive,
1460 .header-bar .raven .raven-header > .button.text-button .label.text-button:insensitive,
1461 .raven .header-bar .raven-header > .button.text-button .label.text-button:insensitive,
1462 .header-bar .button.destructive-action:insensitive,
1463 .header-bar .button.destructive-action .label.text-button:insensitive {
1464 color: rgba(236, 239, 241, 0.225); }
1465 .titlebar .button .label.text-button,
1466 .titlebar .linked > .button .label.text-button,
1467 .titlebar .button.suggested-action .label.text-button,
1468 .titlebar .raven .raven-header > .button.text-button .label.text-button,
1469 .raven .titlebar .raven-header > .button.text-button .label.text-button,
1470 .titlebar .button.destructive-action .label.text-button,
1471 .header-bar .button .label.text-button,
1472 .header-bar .linked > .button .label.text-button,
1473 .header-bar .button.suggested-action .label.text-button,
1474 .header-bar .raven .raven-header > .button.text-button .label.text-button,
1475 .raven .header-bar .raven-header > .button.text-button .label.text-button,
1476 .header-bar .button.destructive-action .label.text-button {
1477 border-image: none;
1478 box-shadow: none; }
1479 .titlebar .button:not(.suggested-action):not(.destructive-action),
1480 .header-bar .button:not(.suggested-action):not(.destructive-action) {
1481 border-radius: 100px;
1482 outline-radius: 100px; }
1483 .titlebar .button:not(.suggested-action):not(.destructive-action).text-button,
1484 .header-bar .button:not(.suggested-action):not(.destructive-action).text-button {
1485 border-radius: 2px;
1486 outline-radius: 2px; }
1487 .titlebar .button:not(.suggested-action):not(.destructive-action).text-button.image-button,
1488 .header-bar .button:not(.suggested-action):not(.destructive-action).text-button.image-button {
1489 border-radius: 2px;
1490 outline-radius: 2px; }
1491 .titlebar .entry,
1492 .titlebar .linked > .entry,
1493 .header-bar .entry,
1494 .header-bar .linked > .entry {
1495 color: #BBBBBB; }
1496 .titlebar .entry:focus,
1497 .titlebar .linked > .entry:focus,
1498 .header-bar .entry:focus,
1499 .header-bar .linked > .entry:focus {
1500 color: #ECEFF1; }
1501 .titlebar .entry:insensitive,
1502 .titlebar .linked > .entry:insensitive,
1503 .header-bar .entry:insensitive,
1504 .header-bar .linked > .entry:insensitive {
1505 color: rgba(236, 239, 241, 0.225); }
1506 .titlebar GtkComboBox.combobox-entry .entry,
1507 .titlebar .linked > GtkComboBox.combobox-entry .entry,
1508 .header-bar GtkComboBox.combobox-entry .entry,
1509 .header-bar .linked > GtkComboBox.combobox-entry .entry {
1510 color: #BBBBBB; }
1511 .titlebar GtkComboBox.combobox-entry .entry:focus,
1512 .titlebar .linked > GtkComboBox.combobox-entry .entry:focus,
1513 .header-bar GtkComboBox.combobox-entry .entry:focus,
1514 .header-bar .linked > GtkComboBox.combobox-entry .entry:focus {
1515 color: #ECEFF1; }
1516 .titlebar GtkComboBox.combobox-entry .entry:insensitive,
1517 .titlebar .linked > GtkComboBox.combobox-entry .entry:insensitive,
1518 .header-bar GtkComboBox.combobox-entry .entry:insensitive,
1519 .header-bar .linked > GtkComboBox.combobox-entry .entry:insensitive {
1520 color: rgba(236, 239, 241, 0.225); }
1521 .titlebar GtkComboBox.combobox-entry .button,
1522 .titlebar .linked > GtkComboBox.combobox-entry .button,
1523 .header-bar GtkComboBox.combobox-entry .button,
1524 .header-bar .linked > GtkComboBox.combobox-entry .button {
1525 color: #BBBBBB; }
1526 .titlebar GtkComboBox.combobox-entry .button:hover,
1527 .titlebar .linked > GtkComboBox.combobox-entry .button:hover,
1528 .header-bar GtkComboBox.combobox-entry .button:hover,
1529 .header-bar .linked > GtkComboBox.combobox-entry .button:hover {
1530 color: #ECEFF1; }
1531 .titlebar GtkComboBox.combobox-entry .button:checked,
1532 .titlebar .linked > GtkComboBox.combobox-entry .button:checked,
1533 .header-bar GtkComboBox.combobox-entry .button:checked,
1534 .header-bar .linked > GtkComboBox.combobox-entry .button:checked {
1535 color: #ECEFF1; }
1536 .titlebar GtkComboBox.combobox-entry .button:checked:insensitive,
1537 .titlebar .linked > GtkComboBox.combobox-entry .button:checked:insensitive,
1538 .header-bar GtkComboBox.combobox-entry .button:checked:insensitive,
1539 .header-bar .linked > GtkComboBox.combobox-entry .button:checked:insensitive {
1540 color: rgba(236, 239, 241, 0.3); }
1541 .titlebar GtkComboBox.combobox-entry .button:insensitive,
1542 .titlebar .linked > GtkComboBox.combobox-entry .button:insensitive,
1543 .header-bar GtkComboBox.combobox-entry .button:insensitive,
1544 .header-bar .linked > GtkComboBox.combobox-entry .button:insensitive {
1545 color: rgba(236, 239, 241, 0.225); }
1546 .titlebar .menu .menuitem,
1547 .header-bar .menu .menuitem {
1548 color: rgba(38, 50, 56, 0.75); }
1549 .titlebar .menu .menuitem:hover,
1550 .header-bar .menu .menuitem:hover {
1551 color: #263238; }
1552 .titlebar .menu .menuitem .label:insensitive,
1553 .header-bar .menu .menuitem .label:insensitive {
1554 color: rgba(38, 50, 56, 0.3); }
1555 .titlebar .menu .menuitem .accelerator,
1556 .header-bar .menu .menuitem .accelerator {
1557 color: alpha(currentColor, 0.6); }
1558 .titlebar .menu .menuitem .separator,
1559 .header-bar .menu .menuitem .separator {
1560 color: rgba(0, 0, 0, 0.09); }
1561 .titlebar .popover .button.flat, .titlebar .popover .button.osd.image-button, .titlebar .popover .inline-toolbar .button, .inline-toolbar .titlebar .popover .button, .titlebar .popover .action-bar .button, .action-bar .titlebar .popover .button, .titlebar .popover .inline-toolbar .linked > .button.image-button:not(.text-button), .inline-toolbar .titlebar .popover .linked > .button.image-button:not(.text-button), .titlebar .popover .inline-toolbar .stack-switcher > .button.image-button:not(.text-button), .inline-toolbar .titlebar .popover .stack-switcher > .button.image-button:not(.text-button), .titlebar .popover .action-bar .stack-switcher > .button.image-button:not(.text-button), .action-bar .titlebar .popover .stack-switcher > .button.image-button:not(.text-button), .titlebar .popover .app-notification .button, .app-notification .titlebar .popover .button, .titlebar .popover GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .titlebar .popover .button, .titlebar .popover .toolbar .button, .toolbar .titlebar .popover .button, .titlebar .popover .button:not(.suggested-action):not(.destructive-action), .titlebar .popover .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .titlebar .popover .button, .titlebar .popover .sidebar-button.button, .titlebar .popover .info .button, .info .titlebar .popover .button,
1562 .titlebar .popover .question .button,
1563 .question .titlebar .popover .button,
1564 .titlebar .popover .warning .button,
1565 .warning .titlebar .popover .button,
1566 .titlebar .popover .error .button,
1567 .error .titlebar .popover .button, .titlebar .popover GtkScaleButton.button,
1568 .titlebar .popover GtkVolumeButton.button, .titlebar .popover GfCandidatePopup .button, GfCandidatePopup .titlebar .popover .button, .titlebar .popover GfCandidatePopup .button:first-child, GfCandidatePopup .titlebar .popover .button:first-child, .titlebar .popover GfCandidatePopup .button:last-child, GfCandidatePopup .titlebar .popover .button:last-child,
1569 .titlebar .popover GfCandidatePopup .linked > .button,
1570 GfCandidatePopup .titlebar .popover .linked > .button, .titlebar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .titlebar .popover .button:not(.flat):not(.titlebutton), .titlebar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .titlebar .popover .button:not(.flat):not(.titlebutton),
1571 .header-bar .popover .button.flat,
1572 .header-bar .popover .button.osd.image-button,
1573 .header-bar .popover .inline-toolbar .button,
1574 .inline-toolbar .header-bar .popover .button,
1575 .header-bar .popover .action-bar .button,
1576 .action-bar .header-bar .popover .button,
1577 .header-bar .popover .inline-toolbar .linked > .button.image-button:not(.text-button),
1578 .inline-toolbar .header-bar .popover .linked > .button.image-button:not(.text-button),
1579 .header-bar .popover .inline-toolbar .stack-switcher > .button.image-button:not(.text-button),
1580 .inline-toolbar .header-bar .popover .stack-switcher > .button.image-button:not(.text-button),
1581 .header-bar .popover .action-bar .stack-switcher > .button.image-button:not(.text-button),
1582 .action-bar .header-bar .popover .stack-switcher > .button.image-button:not(.text-button),
1583 .header-bar .popover .app-notification .button,
1584 .app-notification .header-bar .popover .button,
1585 .header-bar .popover GeditViewFrame .gedit-search-slider .button,
1586 GeditViewFrame .gedit-search-slider .header-bar .popover .button,
1587 .header-bar .popover .toolbar .button,
1588 .toolbar .header-bar .popover .button,
1589 .header-bar .popover .button:not(.suggested-action):not(.destructive-action),
1590 .header-bar .popover .message-dialog.csd .dialog-action-area .button,
1591 .message-dialog.csd .dialog-action-area .header-bar .popover .button,
1592 .header-bar .popover .sidebar-button.button,
1593 .header-bar .popover .info .button,
1594 .info .header-bar .popover .button,
1595 .header-bar .popover .question .button,
1596 .question .header-bar .popover .button,
1597 .header-bar .popover .warning .button,
1598 .warning .header-bar .popover .button,
1599 .header-bar .popover .error .button,
1600 .error .header-bar .popover .button,
1601 .header-bar .popover GtkScaleButton.button,
1602 .header-bar .popover GtkVolumeButton.button,
1603 .header-bar .popover GfCandidatePopup .button,
1604 GfCandidatePopup .header-bar .popover .button,
1605 .header-bar .popover GfCandidatePopup .button:first-child,
1606 GfCandidatePopup .header-bar .popover .button:first-child,
1607 .header-bar .popover GfCandidatePopup .button:last-child,
1608 GfCandidatePopup .header-bar .popover .button:last-child,
1609 .header-bar .popover GfCandidatePopup .linked > .button,
1610 GfCandidatePopup .header-bar .popover .linked > .button,
1611 .header-bar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton),
1612 MathWindow :not(.titlebar) .header-bar .popover .button:not(.flat):not(.titlebutton),
1613 .header-bar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
1614 MathWindow :not(.header-bar) .header-bar .popover .button:not(.flat):not(.titlebutton) {
1615 color: rgba(38, 50, 56, 0.75); }
1616 .titlebar .popover .button.flat:hover, .titlebar .popover .button.osd.image-button:hover, .titlebar .popover .inline-toolbar .button:hover, .inline-toolbar .titlebar .popover .button:hover, .titlebar .popover .action-bar .button:hover, .action-bar .titlebar .popover .button:hover, .titlebar .popover .app-notification .button:hover, .app-notification .titlebar .popover .button:hover, .titlebar .popover GeditViewFrame .gedit-search-slider .button:hover, GeditViewFrame .gedit-search-slider .titlebar .popover .button:hover, .titlebar .popover .toolbar .button:hover, .toolbar .titlebar .popover .button:hover, .titlebar .popover .button:hover:not(.suggested-action):not(.destructive-action), .titlebar .popover .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .titlebar .popover .button:hover, .titlebar .popover .sidebar-button.button:hover, .titlebar .popover .info .button:hover, .info .titlebar .popover .button:hover,
1617 .titlebar .popover .question .button:hover,
1618 .question .titlebar .popover .button:hover,
1619 .titlebar .popover .warning .button:hover,
1620 .warning .titlebar .popover .button:hover,
1621 .titlebar .popover .error .button:hover,
1622 .error .titlebar .popover .button:hover, .titlebar .popover GtkScaleButton.button:hover,
1623 .titlebar .popover GtkVolumeButton.button:hover, .titlebar .popover GfCandidatePopup .button:hover, GfCandidatePopup .titlebar .popover .button:hover, .titlebar .popover GfCandidatePopup .button:hover:first-child, GfCandidatePopup .titlebar .popover .button:hover:first-child, .titlebar .popover GfCandidatePopup .button:hover:last-child, GfCandidatePopup .titlebar .popover .button:hover:last-child,
1624 .titlebar .popover GfCandidatePopup .linked > .button:hover,
1625 GfCandidatePopup .titlebar .popover .linked > .button:hover, .titlebar .popover MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .titlebar .popover .button:hover:not(.flat):not(.titlebutton), .titlebar .popover MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .titlebar .popover .button:hover:not(.flat):not(.titlebutton),
1626 .header-bar .popover .button.flat:hover,
1627 .header-bar .popover .button.osd.image-button:hover,
1628 .header-bar .popover .inline-toolbar .button:hover,
1629 .inline-toolbar .header-bar .popover .button:hover,
1630 .header-bar .popover .action-bar .button:hover,
1631 .action-bar .header-bar .popover .button:hover,
1632 .header-bar .popover .app-notification .button:hover,
1633 .app-notification .header-bar .popover .button:hover,
1634 .header-bar .popover GeditViewFrame .gedit-search-slider .button:hover,
1635 GeditViewFrame .gedit-search-slider .header-bar .popover .button:hover,
1636 .header-bar .popover .toolbar .button:hover,
1637 .toolbar .header-bar .popover .button:hover,
1638 .header-bar .popover .button:hover:not(.suggested-action):not(.destructive-action),
1639 .header-bar .popover .message-dialog.csd .dialog-action-area .button:hover,
1640 .message-dialog.csd .dialog-action-area .header-bar .popover .button:hover,
1641 .header-bar .popover .sidebar-button.button:hover,
1642 .header-bar .popover .info .button:hover,
1643 .info .header-bar .popover .button:hover,
1644 .header-bar .popover .question .button:hover,
1645 .question .header-bar .popover .button:hover,
1646 .header-bar .popover .warning .button:hover,
1647 .warning .header-bar .popover .button:hover,
1648 .header-bar .popover .error .button:hover,
1649 .error .header-bar .popover .button:hover,
1650 .header-bar .popover GtkScaleButton.button:hover,
1651 .header-bar .popover GtkVolumeButton.button:hover,
1652 .header-bar .popover GfCandidatePopup .button:hover,
1653 GfCandidatePopup .header-bar .popover .button:hover,
1654 .header-bar .popover GfCandidatePopup .button:hover:first-child,
1655 GfCandidatePopup .header-bar .popover .button:hover:first-child,
1656 .header-bar .popover GfCandidatePopup .button:hover:last-child,
1657 GfCandidatePopup .header-bar .popover .button:hover:last-child,
1658 .header-bar .popover GfCandidatePopup .linked > .button:hover,
1659 GfCandidatePopup .header-bar .popover .linked > .button:hover,
1660 .header-bar .popover MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton),
1661 MathWindow :not(.titlebar) .header-bar .popover .button:hover:not(.flat):not(.titlebutton),
1662 .header-bar .popover MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
1663 MathWindow :not(.header-bar) .header-bar .popover .button:hover:not(.flat):not(.titlebutton) {
1664 color: #263238; }
1665 .titlebar .popover .button.flat .label:hover, .titlebar .popover .button.osd.image-button .label:hover, .titlebar .popover .inline-toolbar .button .label:hover, .inline-toolbar .titlebar .popover .button .label:hover, .titlebar .popover .action-bar .button .label:hover, .action-bar .titlebar .popover .button .label:hover, .titlebar .popover .app-notification .button .label:hover, .app-notification .titlebar .popover .button .label:hover, .titlebar .popover GeditViewFrame .gedit-search-slider .button .label:hover, GeditViewFrame .gedit-search-slider .titlebar .popover .button .label:hover, .titlebar .popover .toolbar .button .label:hover, .toolbar .titlebar .popover .button .label:hover, .titlebar .popover .button:not(.suggested-action):not(.destructive-action) .label:hover, .titlebar .popover .message-dialog.csd .dialog-action-area .button .label:hover, .message-dialog.csd .dialog-action-area .titlebar .popover .button .label:hover, .titlebar .popover .sidebar-button.button .label:hover, .titlebar .popover .info .button .label:hover, .info .titlebar .popover .button .label:hover,
1666 .titlebar .popover .question .button .label:hover,
1667 .question .titlebar .popover .button .label:hover,
1668 .titlebar .popover .warning .button .label:hover,
1669 .warning .titlebar .popover .button .label:hover,
1670 .titlebar .popover .error .button .label:hover,
1671 .error .titlebar .popover .button .label:hover, .titlebar .popover GtkScaleButton.button .label:hover,
1672 .titlebar .popover GtkVolumeButton.button .label:hover, .titlebar .popover GfCandidatePopup .button .label:hover, GfCandidatePopup .titlebar .popover .button .label:hover, .titlebar .popover GfCandidatePopup .button:first-child .label:hover, GfCandidatePopup .titlebar .popover .button:first-child .label:hover, .titlebar .popover GfCandidatePopup .button:last-child .label:hover, GfCandidatePopup .titlebar .popover .button:last-child .label:hover,
1673 .titlebar .popover GfCandidatePopup .linked > .button .label:hover,
1674 GfCandidatePopup .titlebar .popover .linked > .button .label:hover, .titlebar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton) .label:hover, MathWindow :not(.titlebar) .titlebar .popover .button:not(.flat):not(.titlebutton) .label:hover, .titlebar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) .label:hover, MathWindow :not(.header-bar) .titlebar .popover .button:not(.flat):not(.titlebutton) .label:hover,
1675 .header-bar .popover .button.flat .label:hover,
1676 .header-bar .popover .button.osd.image-button .label:hover,
1677 .header-bar .popover .inline-toolbar .button .label:hover,
1678 .inline-toolbar .header-bar .popover .button .label:hover,
1679 .header-bar .popover .action-bar .button .label:hover,
1680 .action-bar .header-bar .popover .button .label:hover,
1681 .header-bar .popover .app-notification .button .label:hover,
1682 .app-notification .header-bar .popover .button .label:hover,
1683 .header-bar .popover GeditViewFrame .gedit-search-slider .button .label:hover,
1684 GeditViewFrame .gedit-search-slider .header-bar .popover .button .label:hover,
1685 .header-bar .popover .toolbar .button .label:hover,
1686 .toolbar .header-bar .popover .button .label:hover,
1687 .header-bar .popover .button:not(.suggested-action):not(.destructive-action) .label:hover,
1688 .header-bar .popover .message-dialog.csd .dialog-action-area .button .label:hover,
1689 .message-dialog.csd .dialog-action-area .header-bar .popover .button .label:hover,
1690 .header-bar .popover .sidebar-button.button .label:hover,
1691 .header-bar .popover .info .button .label:hover,
1692 .info .header-bar .popover .button .label:hover,
1693 .header-bar .popover .question .button .label:hover,
1694 .question .header-bar .popover .button .label:hover,
1695 .header-bar .popover .warning .button .label:hover,
1696 .warning .header-bar .popover .button .label:hover,
1697 .header-bar .popover .error .button .label:hover,
1698 .error .header-bar .popover .button .label:hover,
1699 .header-bar .popover GtkScaleButton.button .label:hover,
1700 .header-bar .popover GtkVolumeButton.button .label:hover,
1701 .header-bar .popover GfCandidatePopup .button .label:hover,
1702 GfCandidatePopup .header-bar .popover .button .label:hover,
1703 .header-bar .popover GfCandidatePopup .button:first-child .label:hover,
1704 GfCandidatePopup .header-bar .popover .button:first-child .label:hover,
1705 .header-bar .popover GfCandidatePopup .button:last-child .label:hover,
1706 GfCandidatePopup .header-bar .popover .button:last-child .label:hover,
1707 .header-bar .popover GfCandidatePopup .linked > .button .label:hover,
1708 GfCandidatePopup .header-bar .popover .linked > .button .label:hover,
1709 .header-bar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton) .label:hover,
1710 MathWindow :not(.titlebar) .header-bar .popover .button:not(.flat):not(.titlebutton) .label:hover,
1711 .header-bar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) .label:hover,
1712 MathWindow :not(.header-bar) .header-bar .popover .button:not(.flat):not(.titlebutton) .label:hover {
1713 color: #263238; }
1714 .titlebar .popover .button.flat .label:insensitive, .titlebar .popover .button.osd.image-button .label:insensitive, .titlebar .popover .inline-toolbar .button .label:insensitive, .inline-toolbar .titlebar .popover .button .label:insensitive, .titlebar .popover .action-bar .button .label:insensitive, .action-bar .titlebar .popover .button .label:insensitive, .titlebar .popover .app-notification .button .label:insensitive, .app-notification .titlebar .popover .button .label:insensitive, .titlebar .popover GeditViewFrame .gedit-search-slider .button .label:insensitive, GeditViewFrame .gedit-search-slider .titlebar .popover .button .label:insensitive, .titlebar .popover .toolbar .button .label:insensitive, .toolbar .titlebar .popover .button .label:insensitive, .titlebar .popover .button:not(.suggested-action):not(.destructive-action) .label:insensitive, .titlebar .popover .message-dialog.csd .dialog-action-area .button .label:insensitive, .message-dialog.csd .dialog-action-area .titlebar .popover .button .label:insensitive, .titlebar .popover .sidebar-button.button .label:insensitive, .titlebar .popover .info .button .label:insensitive, .info .titlebar .popover .button .label:insensitive,
1715 .titlebar .popover .question .button .label:insensitive,
1716 .question .titlebar .popover .button .label:insensitive,
1717 .titlebar .popover .warning .button .label:insensitive,
1718 .warning .titlebar .popover .button .label:insensitive,
1719 .titlebar .popover .error .button .label:insensitive,
1720 .error .titlebar .popover .button .label:insensitive, .titlebar .popover GtkScaleButton.button .label:insensitive,
1721 .titlebar .popover GtkVolumeButton.button .label:insensitive, .titlebar .popover GfCandidatePopup .button .label:insensitive, GfCandidatePopup .titlebar .popover .button .label:insensitive, .titlebar .popover GfCandidatePopup .button:first-child .label:insensitive, GfCandidatePopup .titlebar .popover .button:first-child .label:insensitive, .titlebar .popover GfCandidatePopup .button:last-child .label:insensitive, GfCandidatePopup .titlebar .popover .button:last-child .label:insensitive,
1722 .titlebar .popover GfCandidatePopup .linked > .button .label:insensitive,
1723 GfCandidatePopup .titlebar .popover .linked > .button .label:insensitive, .titlebar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton) .label:insensitive, MathWindow :not(.titlebar) .titlebar .popover .button:not(.flat):not(.titlebutton) .label:insensitive, .titlebar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) .label:insensitive, MathWindow :not(.header-bar) .titlebar .popover .button:not(.flat):not(.titlebutton) .label:insensitive,
1724 .header-bar .popover .button.flat .label:insensitive,
1725 .header-bar .popover .button.osd.image-button .label:insensitive,
1726 .header-bar .popover .inline-toolbar .button .label:insensitive,
1727 .inline-toolbar .header-bar .popover .button .label:insensitive,
1728 .header-bar .popover .action-bar .button .label:insensitive,
1729 .action-bar .header-bar .popover .button .label:insensitive,
1730 .header-bar .popover .app-notification .button .label:insensitive,
1731 .app-notification .header-bar .popover .button .label:insensitive,
1732 .header-bar .popover GeditViewFrame .gedit-search-slider .button .label:insensitive,
1733 GeditViewFrame .gedit-search-slider .header-bar .popover .button .label:insensitive,
1734 .header-bar .popover .toolbar .button .label:insensitive,
1735 .toolbar .header-bar .popover .button .label:insensitive,
1736 .header-bar .popover .button:not(.suggested-action):not(.destructive-action) .label:insensitive,
1737 .header-bar .popover .message-dialog.csd .dialog-action-area .button .label:insensitive,
1738 .message-dialog.csd .dialog-action-area .header-bar .popover .button .label:insensitive,
1739 .header-bar .popover .sidebar-button.button .label:insensitive,
1740 .header-bar .popover .info .button .label:insensitive,
1741 .info .header-bar .popover .button .label:insensitive,
1742 .header-bar .popover .question .button .label:insensitive,
1743 .question .header-bar .popover .button .label:insensitive,
1744 .header-bar .popover .warning .button .label:insensitive,
1745 .warning .header-bar .popover .button .label:insensitive,
1746 .header-bar .popover .error .button .label:insensitive,
1747 .error .header-bar .popover .button .label:insensitive,
1748 .header-bar .popover GtkScaleButton.button .label:insensitive,
1749 .header-bar .popover GtkVolumeButton.button .label:insensitive,
1750 .header-bar .popover GfCandidatePopup .button .label:insensitive,
1751 GfCandidatePopup .header-bar .popover .button .label:insensitive,
1752 .header-bar .popover GfCandidatePopup .button:first-child .label:insensitive,
1753 GfCandidatePopup .header-bar .popover .button:first-child .label:insensitive,
1754 .header-bar .popover GfCandidatePopup .button:last-child .label:insensitive,
1755 GfCandidatePopup .header-bar .popover .button:last-child .label:insensitive,
1756 .header-bar .popover GfCandidatePopup .linked > .button .label:insensitive,
1757 GfCandidatePopup .header-bar .popover .linked > .button .label:insensitive,
1758 .header-bar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton) .label:insensitive,
1759 MathWindow :not(.titlebar) .header-bar .popover .button:not(.flat):not(.titlebutton) .label:insensitive,
1760 .header-bar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) .label:insensitive,
1761 MathWindow :not(.header-bar) .header-bar .popover .button:not(.flat):not(.titlebutton) .label:insensitive {
1762 color: rgba(38, 50, 56, 0.3); }
1763 .titlebar GtkSwitch.trough,
1764 .header-bar GtkSwitch.trough {
1765 background-color: rgba(236, 239, 241, 0.075); }
1766 .titlebar GtkSwitch.trough:active,
1767 .header-bar GtkSwitch.trough:active {
1768 background-color: rgba(0, 188, 212, 0.2); }
1769 .titlebar GtkSwitch.trough:active:insensitive,
1770 .header-bar GtkSwitch.trough:active:insensitive {
1771 background-color: rgba(0, 188, 212, 0.2); }
1772 .titlebar GtkSwitch.trough:insensitive,
1773 .header-bar GtkSwitch.trough:insensitive {
1774 color: rgba(236, 239, 241, 0.3);
1775 background-color: alpha(currentColor, 0.2); }
1776 .titlebar GtkSwitch.slider,
1777 .header-bar GtkSwitch.slider {
1778 background-color: #3e515a; }
1779 .titlebar GtkSwitch.slider:hover,
1780 .header-bar GtkSwitch.slider:hover {
1781 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
1782 .titlebar GtkSwitch.slider:active,
1783 .header-bar GtkSwitch.slider:active {
1784 background-color: #E8E8E8; }
1785 .titlebar GtkSwitch.slider:active:insensitive,
1786 .header-bar GtkSwitch.slider:active:insensitive {
1787 background-color: #3F4E56; }
1788 .titlebar GtkSwitch.slider:insensitive,
1789 .header-bar GtkSwitch.slider:insensitive {
1790 background-color: #3F4E56; }
1791 .titlebar.selection-mode,
1792 .header-bar.selection-mode {
1793 border-width: 1px 0 1px 0;
1794 border-top-color: rgba(255, 255, 255, 0.07);
1795 border-bottom-color: transparent;
1796 background-color: #E8E8E8;
1797 color: #FFFFFF; }
1798 .titlebar.selection-mode .button,
1799 .titlebar.selection-mode .button.text-button,
1800 .titlebar.selection-mode .flat.selection-menu,
1801 .titlebar.selection-mode .text-button.selection-menu,
1802 .titlebar.selection-mode .button.image-button,
1803 .header-bar.selection-mode .button,
1804 .header-bar.selection-mode .button.text-button,
1805 .header-bar.selection-mode .flat.selection-menu,
1806 .header-bar.selection-mode .text-button.selection-menu,
1807 .header-bar.selection-mode .button.image-button {
1808 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#FFFFFF), to(transparent)) 0 0 0/0 0 0px;
1809 color: rgba(255, 255, 255, 0.85);
1810 background-color: transparent; }
1811 .titlebar.selection-mode .button:hover, .titlebar.selection-mode .button:active, .titlebar.selection-mode .button:checked,
1812 .titlebar.selection-mode .button.text-button:hover,
1813 .titlebar.selection-mode .button.text-button:active,
1814 .titlebar.selection-mode .button.text-button:checked,
1815 .titlebar.selection-mode .flat.selection-menu:hover,
1816 .titlebar.selection-mode .flat.selection-menu:active,
1817 .titlebar.selection-mode .flat.selection-menu:checked,
1818 .titlebar.selection-mode .text-button.selection-menu:hover,
1819 .titlebar.selection-mode .text-button.selection-menu:active,
1820 .titlebar.selection-mode .text-button.selection-menu:checked,
1821 .titlebar.selection-mode .button.image-button:hover,
1822 .titlebar.selection-mode .button.image-button:active,
1823 .titlebar.selection-mode .button.image-button:checked,
1824 .header-bar.selection-mode .button:hover,
1825 .header-bar.selection-mode .button:active,
1826 .header-bar.selection-mode .button:checked,
1827 .header-bar.selection-mode .button.text-button:hover,
1828 .header-bar.selection-mode .button.text-button:active,
1829 .header-bar.selection-mode .button.text-button:checked,
1830 .header-bar.selection-mode .flat.selection-menu:hover,
1831 .header-bar.selection-mode .flat.selection-menu:active,
1832 .header-bar.selection-mode .flat.selection-menu:checked,
1833 .header-bar.selection-mode .text-button.selection-menu:hover,
1834 .header-bar.selection-mode .text-button.selection-menu:active,
1835 .header-bar.selection-mode .text-button.selection-menu:checked,
1836 .header-bar.selection-mode .button.image-button:hover,
1837 .header-bar.selection-mode .button.image-button:active,
1838 .header-bar.selection-mode .button.image-button:checked {
1839 color: #FFFFFF; }
1840 .titlebar.selection-mode .button:insensitive,
1841 .titlebar.selection-mode .button.text-button:insensitive,
1842 .titlebar.selection-mode .flat.selection-menu:insensitive,
1843 .titlebar.selection-mode .text-button.selection-menu:insensitive,
1844 .titlebar.selection-mode .button.image-button:insensitive,
1845 .header-bar.selection-mode .button:insensitive,
1846 .header-bar.selection-mode .button.text-button:insensitive,
1847 .header-bar.selection-mode .flat.selection-menu:insensitive,
1848 .header-bar.selection-mode .text-button.selection-menu:insensitive,
1849 .header-bar.selection-mode .button.image-button:insensitive {
1850 color: rgba(236, 239, 241, 0.225); }
1851 .titlebar.selection-mode .button:checked,
1852 .titlebar.selection-mode .button.text-button:checked,
1853 .titlebar.selection-mode .flat.selection-menu:checked,
1854 .titlebar.selection-mode .text-button.selection-menu:checked,
1855 .titlebar.selection-mode .button.image-button:checked,
1856 .header-bar.selection-mode .button:checked,
1857 .header-bar.selection-mode .button.text-button:checked,
1858 .header-bar.selection-mode .flat.selection-menu:checked,
1859 .header-bar.selection-mode .text-button.selection-menu:checked,
1860 .header-bar.selection-mode .button.image-button:checked {
1861 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px;
1862 color: #FFFFFF;
1863 background-color: transparent; }
1864 .titlebar.selection-mode .button:checked:insensitive,
1865 .titlebar.selection-mode .button.text-button:checked:insensitive,
1866 .titlebar.selection-mode .flat.selection-menu:checked:insensitive,
1867 .titlebar.selection-mode .text-button.selection-menu:checked:insensitive,
1868 .titlebar.selection-mode .button.image-button:checked:insensitive,
1869 .header-bar.selection-mode .button:checked:insensitive,
1870 .header-bar.selection-mode .button.text-button:checked:insensitive,
1871 .header-bar.selection-mode .flat.selection-menu:checked:insensitive,
1872 .header-bar.selection-mode .text-button.selection-menu:checked:insensitive,
1873 .header-bar.selection-mode .button.image-button:checked:insensitive {
1874 color: rgba(255, 255, 255, 0.4); }
1875 .titlebar.selection-mode .button:checked:insensitive > .label,
1876 .titlebar.selection-mode .button.text-button:checked:insensitive > .label,
1877 .titlebar.selection-mode .flat.selection-menu:checked:insensitive > .label,
1878 .titlebar.selection-mode .text-button.selection-menu:checked:insensitive > .label,
1879 .titlebar.selection-mode .button.image-button:checked:insensitive > .label,
1880 .header-bar.selection-mode .button:checked:insensitive > .label,
1881 .header-bar.selection-mode .button.text-button:checked:insensitive > .label,
1882 .header-bar.selection-mode .flat.selection-menu:checked:insensitive > .label,
1883 .header-bar.selection-mode .text-button.selection-menu:checked:insensitive > .label,
1884 .header-bar.selection-mode .button.image-button:checked:insensitive > .label {
1885 color: inherit; }
1886 .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .raven .raven-header > .button.text-button, .raven .titlebar.selection-mode .raven-header > .button.text-button,
1887 .titlebar.selection-mode .button.text-button.suggested-action,
1888 .titlebar.selection-mode .raven .raven-header > .text-button.button,
1889 .raven .titlebar.selection-mode .raven-header > .text-button.button,
1890 .titlebar.selection-mode .flat.selection-menu.suggested-action,
1891 .titlebar.selection-mode .text-button.selection-menu.suggested-action,
1892 .titlebar.selection-mode .button.image-button.suggested-action,
1893 .titlebar.selection-mode .raven .raven-header > .image-button.button.text-button,
1894 .raven .titlebar.selection-mode .raven-header > .image-button.button.text-button,
1895 .header-bar.selection-mode .button.suggested-action,
1896 .header-bar.selection-mode .raven .raven-header > .button.text-button,
1897 .raven .header-bar.selection-mode .raven-header > .button.text-button,
1898 .header-bar.selection-mode .button.text-button.suggested-action,
1899 .header-bar.selection-mode .raven .raven-header > .text-button.button,
1900 .raven .header-bar.selection-mode .raven-header > .text-button.button,
1901 .header-bar.selection-mode .flat.selection-menu.suggested-action,
1902 .header-bar.selection-mode .text-button.selection-menu.suggested-action,
1903 .header-bar.selection-mode .button.image-button.suggested-action,
1904 .header-bar.selection-mode .raven .raven-header > .image-button.button.text-button,
1905 .raven .header-bar.selection-mode .raven-header > .image-button.button.text-button {
1906 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
1907 background-color: #FFFFFF;
1908 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
1909 color: rgba(38, 50, 56, 0.75); }
1910 .titlebar.selection-mode .button.suggested-action:hover, .titlebar.selection-mode .raven .raven-header > .button.text-button:hover, .raven .titlebar.selection-mode .raven-header > .button.text-button:hover,
1911 .titlebar.selection-mode .button.text-button.suggested-action:hover,
1912 .titlebar.selection-mode .raven .raven-header > .text-button.button:hover,
1913 .raven .titlebar.selection-mode .raven-header > .text-button.button:hover,
1914 .titlebar.selection-mode .flat.selection-menu.suggested-action:hover,
1915 .titlebar.selection-mode .text-button.selection-menu.suggested-action:hover,
1916 .titlebar.selection-mode .button.image-button.suggested-action:hover,
1917 .titlebar.selection-mode .raven .raven-header > .image-button.button.text-button:hover,
1918 .raven .titlebar.selection-mode .raven-header > .image-button.button.text-button:hover,
1919 .header-bar.selection-mode .button.suggested-action:hover,
1920 .header-bar.selection-mode .raven .raven-header > .button.text-button:hover,
1921 .raven .header-bar.selection-mode .raven-header > .button.text-button:hover,
1922 .header-bar.selection-mode .button.text-button.suggested-action:hover,
1923 .header-bar.selection-mode .raven .raven-header > .text-button.button:hover,
1924 .raven .header-bar.selection-mode .raven-header > .text-button.button:hover,
1925 .header-bar.selection-mode .flat.selection-menu.suggested-action:hover,
1926 .header-bar.selection-mode .text-button.selection-menu.suggested-action:hover,
1927 .header-bar.selection-mode .button.image-button.suggested-action:hover,
1928 .header-bar.selection-mode .raven .raven-header > .image-button.button.text-button:hover,
1929 .raven .header-bar.selection-mode .raven-header > .image-button.button.text-button:hover {
1930 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
1931 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
1932 color: #263238; }
1933 .titlebar.selection-mode .button.suggested-action:active, .titlebar.selection-mode .raven .raven-header > .button.text-button:active, .raven .titlebar.selection-mode .raven-header > .button.text-button:active,
1934 .titlebar.selection-mode .button.text-button.suggested-action:active,
1935 .titlebar.selection-mode .raven .raven-header > .text-button.button:active,
1936 .raven .titlebar.selection-mode .raven-header > .text-button.button:active,
1937 .titlebar.selection-mode .flat.selection-menu.suggested-action:active,
1938 .titlebar.selection-mode .text-button.selection-menu.suggested-action:active,
1939 .titlebar.selection-mode .button.image-button.suggested-action:active,
1940 .titlebar.selection-mode .raven .raven-header > .image-button.button.text-button:active,
1941 .raven .titlebar.selection-mode .raven-header > .image-button.button.text-button:active,
1942 .header-bar.selection-mode .button.suggested-action:active,
1943 .header-bar.selection-mode .raven .raven-header > .button.text-button:active,
1944 .raven .header-bar.selection-mode .raven-header > .button.text-button:active,
1945 .header-bar.selection-mode .button.text-button.suggested-action:active,
1946 .header-bar.selection-mode .raven .raven-header > .text-button.button:active,
1947 .raven .header-bar.selection-mode .raven-header > .text-button.button:active,
1948 .header-bar.selection-mode .flat.selection-menu.suggested-action:active,
1949 .header-bar.selection-mode .text-button.selection-menu.suggested-action:active,
1950 .header-bar.selection-mode .button.image-button.suggested-action:active,
1951 .header-bar.selection-mode .raven .raven-header > .image-button.button.text-button:active,
1952 .raven .header-bar.selection-mode .raven-header > .image-button.button.text-button:active {
1953 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
1954 color: #263238;
1955 transition-duration: 0;
1956 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1957 .titlebar.selection-mode .button.suggested-action:insensitive, .titlebar.selection-mode .raven .raven-header > .button.text-button:insensitive, .raven .titlebar.selection-mode .raven-header > .button.text-button:insensitive,
1958 .titlebar.selection-mode .button.text-button.suggested-action:insensitive,
1959 .titlebar.selection-mode .raven .raven-header > .text-button.button:insensitive,
1960 .raven .titlebar.selection-mode .raven-header > .text-button.button:insensitive,
1961 .titlebar.selection-mode .flat.selection-menu.suggested-action:insensitive,
1962 .titlebar.selection-mode .text-button.selection-menu.suggested-action:insensitive,
1963 .titlebar.selection-mode .button.image-button.suggested-action:insensitive,
1964 .titlebar.selection-mode .raven .raven-header > .image-button.button.text-button:insensitive,
1965 .raven .titlebar.selection-mode .raven-header > .image-button.button.text-button:insensitive,
1966 .header-bar.selection-mode .button.suggested-action:insensitive,
1967 .header-bar.selection-mode .raven .raven-header > .button.text-button:insensitive,
1968 .raven .header-bar.selection-mode .raven-header > .button.text-button:insensitive,
1969 .header-bar.selection-mode .button.text-button.suggested-action:insensitive,
1970 .header-bar.selection-mode .raven .raven-header > .text-button.button:insensitive,
1971 .raven .header-bar.selection-mode .raven-header > .text-button.button:insensitive,
1972 .header-bar.selection-mode .flat.selection-menu.suggested-action:insensitive,
1973 .header-bar.selection-mode .text-button.selection-menu.suggested-action:insensitive,
1974 .header-bar.selection-mode .button.image-button.suggested-action:insensitive,
1975 .header-bar.selection-mode .raven .raven-header > .image-button.button.text-button:insensitive,
1976 .raven .header-bar.selection-mode .raven-header > .image-button.button.text-button:insensitive {
1977 box-shadow: none;
1978 background-color: alpha(currentColor, 0.2);
1979 color: rgba(38, 50, 56, 0.225); }
1980 .titlebar.selection-mode .button.suggested-action:insensitive > .label, .titlebar.selection-mode .raven .raven-header > .button.text-button:insensitive > .label, .raven .titlebar.selection-mode .raven-header > .button.text-button:insensitive > .label,
1981 .titlebar.selection-mode .button.text-button.suggested-action:insensitive > .label,
1982 .titlebar.selection-mode .raven .raven-header > .text-button.button:insensitive > .label,
1983 .raven .titlebar.selection-mode .raven-header > .text-button.button:insensitive > .label,
1984 .titlebar.selection-mode .flat.selection-menu.suggested-action:insensitive > .label,
1985 .titlebar.selection-mode .text-button.selection-menu.suggested-action:insensitive > .label,
1986 .titlebar.selection-mode .button.image-button.suggested-action:insensitive > .label,
1987 .titlebar.selection-mode .raven .raven-header > .image-button.button.text-button:insensitive > .label,
1988 .raven .titlebar.selection-mode .raven-header > .image-button.button.text-button:insensitive > .label,
1989 .header-bar.selection-mode .button.suggested-action:insensitive > .label,
1990 .header-bar.selection-mode .raven .raven-header > .button.text-button:insensitive > .label,
1991 .raven .header-bar.selection-mode .raven-header > .button.text-button:insensitive > .label,
1992 .header-bar.selection-mode .button.text-button.suggested-action:insensitive > .label,
1993 .header-bar.selection-mode .raven .raven-header > .text-button.button:insensitive > .label,
1994 .raven .header-bar.selection-mode .raven-header > .text-button.button:insensitive > .label,
1995 .header-bar.selection-mode .flat.selection-menu.suggested-action:insensitive > .label,
1996 .header-bar.selection-mode .text-button.selection-menu.suggested-action:insensitive > .label,
1997 .header-bar.selection-mode .button.image-button.suggested-action:insensitive > .label,
1998 .header-bar.selection-mode .raven .raven-header > .image-button.button.text-button:insensitive > .label,
1999 .raven .header-bar.selection-mode .raven-header > .image-button.button.text-button:insensitive > .label {
2000 color: inherit; }
2001 .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action),
2002 .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action) {
2003 border-radius: 100px;
2004 outline-radius: 100px; }
2005 .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).text-button, .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).flat.selection-menu, .titlebar.selection-mode .button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .inline-toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu, .inline-toolbar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .action-bar .button:not(.suggested-action):not(.destructive-action).selection-menu, .action-bar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .app-notification .button:not(.suggested-action):not(.destructive-action).selection-menu, .app-notification .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode GeditViewFrame .gedit-search-slider .button:not(.suggested-action):not(.destructive-action).selection-menu, GeditViewFrame .gedit-search-slider .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu, .toolbar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2006 .titlebar.selection-mode .header-bar .button:not(.suggested-action):not(.destructive-action).selection-menu,
2007 .header-bar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .button:not(.suggested-action):not(.destructive-action).selection-menu, .message-dialog.csd .dialog-action-area .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .sidebar-button.button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .info .button:not(.suggested-action):not(.destructive-action).selection-menu, .info .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2008 .titlebar.selection-mode .question .button:not(.suggested-action):not(.destructive-action).selection-menu,
2009 .question .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2010 .titlebar.selection-mode .warning .button:not(.suggested-action):not(.destructive-action).selection-menu,
2011 .warning .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2012 .titlebar.selection-mode .error .button:not(.suggested-action):not(.destructive-action).selection-menu,
2013 .error .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode GtkScaleButton.button:not(.suggested-action):not(.destructive-action).selection-menu,
2014 .titlebar.selection-mode GtkVolumeButton.button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu:first-child, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:first-child, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu:last-child, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:last-child,
2015 .titlebar.selection-mode GfCandidatePopup .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu,
2016 GfCandidatePopup .titlebar.selection-mode .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode MathWindow :not(.titlebar) .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton), .titlebar.selection-mode MathWindow :not(.header-bar) .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton),
2017 .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).text-button,
2018 .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).flat.selection-menu,
2019 .header-bar.selection-mode .button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
2020 .header-bar.selection-mode .inline-toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu,
2021 .inline-toolbar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2022 .header-bar.selection-mode .action-bar .button:not(.suggested-action):not(.destructive-action).selection-menu,
2023 .action-bar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2024 .header-bar.selection-mode .app-notification .button:not(.suggested-action):not(.destructive-action).selection-menu,
2025 .app-notification .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2026 .header-bar.selection-mode GeditViewFrame .gedit-search-slider .button:not(.suggested-action):not(.destructive-action).selection-menu,
2027 GeditViewFrame .gedit-search-slider .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2028 .header-bar.selection-mode .toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu,
2029 .toolbar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2030 .header-bar.selection-mode .titlebar .button:not(.suggested-action):not(.destructive-action).selection-menu,
2031 .titlebar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2032 .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2033 .header-bar.selection-mode .message-dialog.csd .dialog-action-area .button:not(.suggested-action):not(.destructive-action).selection-menu,
2034 .message-dialog.csd .dialog-action-area .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2035 .header-bar.selection-mode .sidebar-button.button:not(.suggested-action):not(.destructive-action).selection-menu,
2036 .header-bar.selection-mode .info .button:not(.suggested-action):not(.destructive-action).selection-menu,
2037 .info .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2038 .header-bar.selection-mode .question .button:not(.suggested-action):not(.destructive-action).selection-menu,
2039 .question .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2040 .header-bar.selection-mode .warning .button:not(.suggested-action):not(.destructive-action).selection-menu,
2041 .warning .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2042 .header-bar.selection-mode .error .button:not(.suggested-action):not(.destructive-action).selection-menu,
2043 .error .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2044 .header-bar.selection-mode GtkScaleButton.button:not(.suggested-action):not(.destructive-action).selection-menu,
2045 .header-bar.selection-mode GtkVolumeButton.button:not(.suggested-action):not(.destructive-action).selection-menu,
2046 .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu,
2047 GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2048 .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu:first-child,
2049 GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:first-child,
2050 .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu:last-child,
2051 GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:last-child,
2052 .header-bar.selection-mode GfCandidatePopup .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu,
2053 GfCandidatePopup .header-bar.selection-mode .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu,
2054 .header-bar.selection-mode MathWindow :not(.titlebar) .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton),
2055 MathWindow :not(.titlebar) .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton),
2056 .header-bar.selection-mode MathWindow :not(.header-bar) .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton),
2057 MathWindow :not(.header-bar) .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton) {
2058 border-radius: 2px;
2059 outline-radius: 2px; }
2060 .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).text-button.image-button, .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button, .titlebar.selection-mode .button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .inline-toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .inline-toolbar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .action-bar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .action-bar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .app-notification .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .app-notification .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode GeditViewFrame .gedit-search-slider .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, GeditViewFrame .gedit-search-slider .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .toolbar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2061 .titlebar.selection-mode .header-bar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2062 .header-bar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .message-dialog.csd .dialog-action-area .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .sidebar-button.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .info .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .info .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2063 .titlebar.selection-mode .question .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2064 .question .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2065 .titlebar.selection-mode .warning .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2066 .warning .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2067 .titlebar.selection-mode .error .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2068 .error .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode GtkScaleButton.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2069 .titlebar.selection-mode GtkVolumeButton.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:first-child, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:first-child, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:last-child, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:last-child,
2070 .titlebar.selection-mode GfCandidatePopup .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2071 GfCandidatePopup .titlebar.selection-mode .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode MathWindow :not(.titlebar) .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton), .titlebar.selection-mode MathWindow :not(.header-bar) .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton),
2072 .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).text-button.image-button,
2073 .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button,
2074 .header-bar.selection-mode .button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2075 .header-bar.selection-mode .inline-toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2076 .inline-toolbar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2077 .header-bar.selection-mode .action-bar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2078 .action-bar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2079 .header-bar.selection-mode .app-notification .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2080 .app-notification .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2081 .header-bar.selection-mode GeditViewFrame .gedit-search-slider .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2082 GeditViewFrame .gedit-search-slider .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2083 .header-bar.selection-mode .toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2084 .toolbar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2085 .header-bar.selection-mode .titlebar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2086 .titlebar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2087 .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2088 .header-bar.selection-mode .message-dialog.csd .dialog-action-area .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2089 .message-dialog.csd .dialog-action-area .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2090 .header-bar.selection-mode .sidebar-button.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2091 .header-bar.selection-mode .info .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2092 .info .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2093 .header-bar.selection-mode .question .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2094 .question .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2095 .header-bar.selection-mode .warning .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2096 .warning .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2097 .header-bar.selection-mode .error .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2098 .error .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2099 .header-bar.selection-mode GtkScaleButton.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2100 .header-bar.selection-mode GtkVolumeButton.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2101 .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2102 GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2103 .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:first-child,
2104 GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:first-child,
2105 .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:last-child,
2106 GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:last-child,
2107 .header-bar.selection-mode GfCandidatePopup .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2108 GfCandidatePopup .header-bar.selection-mode .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2109 .header-bar.selection-mode MathWindow :not(.titlebar) .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton),
2110 MathWindow :not(.titlebar) .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton),
2111 .header-bar.selection-mode MathWindow :not(.header-bar) .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton),
2112 MathWindow :not(.header-bar) .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton) {
2113 border-radius: 100px;
2114 outline-radius: 100px; }
2115 .titlebar.selection-mode .entry,
2116 .header-bar.selection-mode .entry {
2117 color: #BBBBBB; }
2118 .titlebar.selection-mode .entry:focus,
2119 .header-bar.selection-mode .entry:focus {
2120 color: #ECEFF1; }
2121 .titlebar.selection-mode .entry:insensitive,
2122 .header-bar.selection-mode .entry:insensitive {
2123 color: rgba(236, 239, 241, 0.225); }
2124 .titlebar.selection-mode .selection-menu,
2125 .header-bar.selection-mode .selection-menu {
2126 padding-left: 1.2em;
2127 padding-right: 1.2em; }
2128 .titlebar.selection-mode .selection-menu GtkArrow,
2129 .header-bar.selection-mode .selection-menu GtkArrow {
2130 -GtkArrow-arrow-scaling: 1; }
2131 .titlebar.selection-mode .selection-menu .arrow,
2132 .header-bar.selection-mode .selection-menu .arrow {
2133 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
2134 .tiled .titlebar, .tiled
2135 .header-bar {
2136 transition: none; }
2137 .maximized .titlebar, .maximized
2138 .header-bar {
2139 transition: none; }
2140 .titlebar.default-decoration,
2141 .header-bar.default-decoration {
2142 padding: 5.3px;
2143 border-width: 0; }
2144 .titlebar.default-decoration .title,
2145 .header-bar.default-decoration .title {
2146 color: #ECEFF1; }
2147 .titlebar.default-decoration .title:backdrop,
2148 .header-bar.default-decoration .title:backdrop {
2149 color: rgba(236, 239, 241, 0.4); }
2150 .titlebar.default-decoration .button.titlebutton,
2151 .header-bar.default-decoration .button.titlebutton {
2152 padding: 4px;
2153 color: #BBBBBB; }
2154 .titlebar.default-decoration .button.titlebutton:hover, .titlebar.default-decoration .button.titlebutton:active,
2155 .header-bar.default-decoration .button.titlebutton:hover,
2156 .header-bar.default-decoration .button.titlebutton:active {
2157 color: #ECEFF1; }
2158 .titlebar.default-decoration .button.titlebutton:backdrop,
2159 .header-bar.default-decoration .button.titlebutton:backdrop {
2160 color: rgba(236, 239, 241, 0.4); }
2161
2162.csd .header-bar, GtkBox .header-bar:only-child {
2163 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32); }
2164GtkBox .header-bar:not(:only-child):first-child, GtkBox .header-bar:not(:only-child):last-child {
2165 border-left-color: #FFFFFF;
2166 border-right-color: #FFFFFF; }
2167 .tiled GtkBox .header-bar:not(:only-child):first-child, .maximized GtkBox .header-bar:not(:only-child):first-child, .tiled GtkBox .header-bar:not(:only-child):last-child, .maximized GtkBox .header-bar:not(:only-child):last-child {
2168 border-left-color: #FFFFFF;
2169 border-right-color: #FFFFFF; }
2170GtkBox .header-bar:not(:only-child):last-child:dir(ltr) {
2171 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), -5px 0 0 -1px #FFFFFF, -2px 0 0 -1px rgba(0, 0, 0, 0.09); }
2172GtkBox .header-bar:not(:only-child):last-child:dir(rtl) {
2173 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), 5px 0 0 -1px #FFFFFF, 2px 0 0 -1px rgba(0, 0, 0, 0.09); }
2174GtkPaned .header-bar:not(:only-child):last-child:dir(ltr) {
2175 border-left: 1px solid #242F35; }
2176GtkPaned .header-bar:not(:only-child):last-child:dir(rtl) {
2177 border-right: 1px solid #242F35; }
2178
2179GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(ltr) {
2180 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), -5px 0 0 -1px #E8E8E8, -2px 0 0 -1px #242F35; }
2181GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(rtl) {
2182 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), 5px 0 0 -1px #E8E8E8, 2px 0 0 -1px #242F35; }
2183
2184.header-bar,
2185.titlebar {
2186 border-top-left-radius: 2px;
2187 border-top-right-radius: 2px; }
2188 GtkBox .header-bar:not(:last-child):not(.titlebar):dir(ltr), GtkBox
2189 .titlebar:not(:last-child):not(.titlebar):dir(ltr) {
2190 border-top-left-radius: 2px;
2191 border-top-right-radius: 0; }
2192 GtkBox .header-bar:not(:last-child):not(.titlebar):dir(rtl), GtkBox
2193 .titlebar:not(:last-child):not(.titlebar):dir(rtl) {
2194 border-top-left-radius: 0;
2195 border-top-right-radius: 2px; }
2196 GtkBox .header-bar:last-child:not(.titlebar):dir(ltr), GtkBox
2197 .titlebar:last-child:not(.titlebar):dir(ltr) {
2198 border-top-left-radius: 0; }
2199 GtkBox .header-bar:last-child:not(.titlebar):dir(rtl), GtkBox
2200 .titlebar:last-child:not(.titlebar):dir(rtl) {
2201 border-top-right-radius: 0; }
2202
2203.tiled .titlebar, .tiled
2204.header-bar, .tiled .csd .header-bar, .tiled GtkBox .header-bar:only-child, .tiled GtkBox .header-bar:not(:only-child):last-child:dir(ltr), .tiled GtkBox .header-bar:not(:only-child):last-child:dir(rtl), .tiled GtkPaned .header-bar:not(:only-child):last-child:dir(ltr), .tiled GtkPaned .header-bar:not(:only-child):last-child:dir(rtl), .tiled GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(ltr), .tiled GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(rtl), .window-frame.ssd .tiled .titlebar {
2205 border-radius: 0;
2206 border-color: #FFFFFF;
2207 border-width: 2px 0 0 0;
2208 border-top-color: #FFFFFF;
2209 background-color: #FFFFFF;
2210 box-shadow: none; }
2211 .tiled .titlebar:backdrop, .tiled
2212 .header-bar:backdrop, .tiled GtkBox .header-bar:backdrop:only-child, .tiled GtkBox .header-bar:backdrop:not(:only-child):last-child:dir(ltr), .tiled GtkBox .header-bar:backdrop:not(:only-child):last-child:dir(rtl), .tiled GtkPaned .header-bar:backdrop:not(:only-child):last-child:dir(ltr), .tiled GtkPaned .header-bar:backdrop:not(:only-child):last-child:dir(rtl), .window-frame.ssd .tiled .titlebar:backdrop {
2213 border-top-color: alpha(currentColor, 0.2); }
2214
2215.maximized .titlebar, .maximized
2216.header-bar, .maximized .csd .header-bar, .maximized GtkBox .header-bar:only-child, .maximized GtkBox .header-bar:not(:only-child):last-child:dir(ltr), .maximized GtkBox .header-bar:not(:only-child):last-child:dir(rtl), .maximized GtkPaned .header-bar:not(:only-child):last-child:dir(ltr), .maximized GtkPaned .header-bar:not(:only-child):last-child:dir(rtl), .maximized GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(ltr), .maximized GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(rtl), .window-frame.ssd .maximized .titlebar {
2217 border-radius: 0;
2218 border-color: #FFFFFF;
2219 border-width: 1px 0 0 0;
2220 background-color: #FFFFFF;
2221 box-shadow: none; }
2222
2223/************
2224 * Pathbars *
2225 ************/
2226.path-bar .button {
2227 padding: 0.3em 0.7em 0.4em; }
2228 .path-bar .button.image-button {
2229 padding: 0.7em; }
2230 .path-bar .button:only-child {
2231 padding: 0.3em 0.7em 0.4em; }
2232 .path-bar .button .label:last-child {
2233 padding-left: 2px; }
2234 .path-bar .button .label:first-child {
2235 padding-right: 2px; }
2236 .path-bar .button .label:only-child {
2237 padding-right: 0;
2238 padding-left: 0; }
2239 .path-bar .button GtkImage {
2240 padding-top: 1px; }
2241
2242/**************
2243 * Tree Views *
2244 **************/
2245GtkTreeView.view {
2246 border-left-color: alpha(currentColor, 0.2);
2247 border-top-color: rgba(0, 0, 0, 0.09);
2248 border-radius: 0;
2249 background-color: transparent;
2250 background-image: none;
2251 box-shadow: none; }
2252 * {
2253 -GtkTreeView-horizontal-separator: 4;
2254 -GtkTreeView-grid-line-width: 1;
2255 -GtkTreeView-grid-line-pattern: '';
2256 -GtkTreeView-tree-line-width: 1;
2257 -GtkTreeView-tree-line-pattern: '';
2258 -GtkTreeView-expander-size: 16; }
2259 GtkTreeView.view:hover, GtkTreeView.view:selected {
2260 border-radius: 0; }
2261 GtkTreeView.view, GtkTreeView.view .entry, GtkTreeView.view .entry > .label {
2262 color: rgba(38, 50, 56, 0.75); }
2263 GtkTreeView.view:hover, GtkTreeView.view:active, GtkTreeView.view:focus, GtkTreeView.view .entry:hover, GtkTreeView.view .entry:active, GtkTreeView.view .entry:focus, GtkTreeView.view .entry > .label:hover, GtkTreeView.view .entry > .label:active, GtkTreeView.view .entry > .label:focus {
2264 color: #263238; }
2265 GtkTreeView.view:selected, GtkTreeView.view .entry:selected, GtkTreeView.view .entry > .label:selected {
2266 color: #FFFFFF; }
2267 GtkTreeView.view:insensitive, GtkTreeView.view .entry:insensitive, GtkTreeView.view .entry > .label:insensitive {
2268 color: rgba(38, 50, 56, 0.3); }
2269 GtkTreeView.view:insensitive:selected, GtkTreeView.view .entry:insensitive:selected, GtkTreeView.view .entry > .label:insensitive:selected {
2270 color: rgba(255, 255, 255, 0.4); }
2271 GtkTreeView.view .separator, GtkTreeView.view .separator:hover {
2272 color: rgba(0, 0, 0, 0.09); }
2273 GtkTreeView.view.dnd {
2274 border-style: solid none;
2275 border-width: 1px;
2276 border-color: #137786; }
2277 GtkTreeView.view.expander {
2278 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
2279 GtkTreeView.view.expander:dir(rtl) {
2280 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
2281 GtkTreeView.view.expander:checked {
2282 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
2283 GtkTreeView.view.expander:selected {
2284 color: rgba(255, 255, 255, 0.75); }
2285 GtkTreeView.view.expander:selected:hover, GtkTreeView.view.expander:selected:active {
2286 color: #FFFFFF; }
2287 GtkTreeView.view.progressbar {
2288 border-color: #E8E8E8; }
2289 GtkTreeView.view.progressbar:selected {
2290 border-color: currentColor; }
2291 GtkTreeView.view.trough {
2292 border-color: rgba(77, 182, 172, 0.2); }
2293 GtkTreeView.view.trough:selected {
2294 border-color: alpha(currentColor, 0.2); }
2295 GtkTreeView.view, GtkPaned GtkTreeView.view {
2296 background-color: #FFFFFF; }
2297 GtkTreeView.view:hover,
2298 GtkTreeView.view .list-row:hover,
2299 GtkTreeView.view .tweak-category:hover, GtkPaned GtkTreeView.view:hover,
2300 GtkPaned GtkTreeView.view .list-row:hover,
2301 GtkPaned GtkTreeView.view .tweak-category:hover {
2302 color: #263238; }
2303
2304column-header .button {
2305 padding: 0.3em 0.4em 0.35em;
2306 border-style: none solid solid none;
2307 border-width: 1px;
2308 border-color: rgba(0, 0, 0, 0.09);
2309 border-radius: 0;
2310 background-color: #FFFFFF;
2311 color: rgba(38, 50, 56, 0.5);
2312 box-shadow: none; }
2313 column-header .button:hover, column-header .button:active {
2314 color: #263238;
2315 box-shadow: none; }
2316 column-header .button:insensitive {
2317 background-color: #FFFFFF; }
2318column-header:last-child .button, column-header:last-child.button {
2319 border-right-style: none; }
2320GtkPaned column-header .button {
2321 background-color: #FFFFFF; }
2322 GtkPaned column-header .button:insensitive {
2323 background-color: #FFFFFF; }
2324GtkPaned column-header:not(:first-child):not(:last-child).button, GtkPaned column-header:not(:first-child):not(:last-child) .button {
2325 border-style: none solid solid none; }
2326GtkPaned column-header.button, GtkPaned column-header .button, GtkPaned column-header:only-child.button, GtkPaned column-header:only-child .button, GtkPaned column-header:first-child.button, GtkPaned column-header:first-child .button, GtkPaned column-header:last-child.button, GtkPaned column-header:last-child .button {
2327 border-style: none none solid none; }
2328
2329column-header.button.dnd, column-header .button.dnd {
2330 border-left-style: solid;
2331 color: #E8E8E8; }
2332
2333/*********
2334 * Menus *
2335 *********/
2336.menubar {
2337 -GtkWidget-window-dragging: true;
2338 padding: 0;
2339 background-color: #FFFFFF;
2340 color: #BBBBBB; }
2341 .menubar > .menuitem {
2342 padding: 0.4em 0.6em;
2343 color: #BBBBBB; }
2344 .menubar > .menuitem:hover {
2345 color: #ECEFF1;
2346 box-shadow: inset 0 -2px #E8E8E8; }
2347 .menubar > .menuitem:insensitive {
2348 color: rgba(236, 239, 241, 0.3);
2349 box-shadow: none; }
2350 .tiled .menubar, .maximized .menubar {
2351 background-color: #FFFFFF;
2352 box-shadow: none; }
2353
2354.menu {
2355 margin: 4px 0;
2356 padding: 4px 0;
2357 border-width: 1px;
2358 border-style: solid;
2359 border-color: #FFFFFF transparent transparent;
2360 background-color: #fdfdfe; }
2361 .csd .menu {
2362 border-width: 1px;
2363 border-radius: 2px;
2364 border-color: #FFFFFF transparent transparent; }
2365 .menu .menuitem {
2366 transition: none;
2367 padding: 0.4em 0.4em 0.5em;
2368 color: rgba(38, 50, 56, 0.75);
2369 font: initial;
2370 text-shadow: none; }
2371 .menu .menuitem:hover {
2372 transition: none;
2373 color: #263238;
2374 background-color: alpha(currentColor, 0.1); }
2375 .menu .menuitem:insensitive {
2376 color: rgba(38, 50, 56, 0.3); }
2377 .menu .menuitem.arrow {
2378 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
2379 .menu .menuitem.arrow:insensitive {
2380 color: rgba(38, 50, 56, 0.3); }
2381 .menu .menuitem.arrow:dir(rtl) {
2382 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
2383 .menu.button {
2384 border-style: none;
2385 border-radius: 0;
2386 background-color: #fdfdfe; }
2387 .menu.button:hover {
2388 background-color: #FFFFFF; }
2389 .menu.button:insensitive {
2390 color: transparent;
2391 background-color: transparent;
2392 border-color: transparent; }
2393 .menu.button.top {
2394 border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
2395 .menu.button.bottom {
2396 border-top: 1px solid rgba(0, 0, 0, 0.09); }
2397 .menu GtkSeparatorMenuItem:dir(ltr) {
2398 padding-left: 2.4em;
2399 padding-right: 0; }
2400 .menu GtkSeparatorMenuItem:dir(rtl) {
2401 padding-left: 0;
2402 padding-right: 2.4em; }
2403
2404.menuitem .accelerator {
2405 color: alpha(currentColor, 0.55); }
2406.menuitem .separator {
2407 color: rgba(0, 0, 0, 0.09); }
2408
2409.csd.popup {
2410 border-radius: 2px; }
2411
2412/***************
2413 * Popovers *
2414 ***************/
2415.popover {
2416 padding: 2px;
2417 border: 1px solid;
2418 border-color: #FFFFFF #fdfdfe #fdfdfe;
2419 border-radius: 2px;
2420 background-color: #fdfdfe;
2421 box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
2422 .popover:backdrop {
2423 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
2424 .popover > .list,
2425 .popover > .view,
2426 .popover > .toolbar, .popover.osd > .toolbar {
2427 border-style: none;
2428 border-image: none;
2429 background-color: transparent;
2430 transition: none; }
2431 .popover .button.menuitem.flat, .popover .menuitem.button.osd.image-button, .popover .inline-toolbar .menuitem.button, .inline-toolbar .popover .menuitem.button, .popover .action-bar .menuitem.button, .action-bar .popover .menuitem.button, .popover .inline-toolbar .linked > .menuitem.button.image-button:not(.text-button), .inline-toolbar .popover .linked > .menuitem.button.image-button:not(.text-button), .popover .inline-toolbar .stack-switcher > .menuitem.button.image-button:not(.text-button), .inline-toolbar .popover .stack-switcher > .menuitem.button.image-button:not(.text-button), .popover .action-bar .stack-switcher > .menuitem.button.image-button:not(.text-button), .action-bar .popover .stack-switcher > .menuitem.button.image-button:not(.text-button), .popover .app-notification .menuitem.button, .app-notification .popover .menuitem.button, .popover GeditViewFrame .gedit-search-slider .menuitem.button, GeditViewFrame .gedit-search-slider .popover .menuitem.button, .popover .toolbar .menuitem.button, .toolbar .popover .menuitem.button, .popover .titlebar .menuitem.button:not(.suggested-action):not(.destructive-action), .titlebar .popover .menuitem.button:not(.suggested-action):not(.destructive-action),
2432 .popover .header-bar .menuitem.button:not(.suggested-action):not(.destructive-action),
2433 .header-bar .popover .menuitem.button:not(.suggested-action):not(.destructive-action), .popover .message-dialog.csd .dialog-action-area .menuitem.button, .message-dialog.csd .dialog-action-area .popover .menuitem.button, .popover .menuitem.sidebar-button.button, .popover .info .menuitem.button, .info .popover .menuitem.button,
2434 .popover .question .menuitem.button,
2435 .question .popover .menuitem.button,
2436 .popover .warning .menuitem.button,
2437 .warning .popover .menuitem.button,
2438 .popover .error .menuitem.button,
2439 .error .popover .menuitem.button, .popover GtkScaleButton.menuitem.button,
2440 .popover GtkVolumeButton.menuitem.button, .popover GfCandidatePopup .menuitem.button, GfCandidatePopup .popover .menuitem.button, .popover GfCandidatePopup .menuitem.button:first-child, GfCandidatePopup .popover .menuitem.button:first-child, .popover GfCandidatePopup .menuitem.button:last-child, GfCandidatePopup .popover .menuitem.button:last-child,
2441 .popover GfCandidatePopup .linked > .menuitem.button,
2442 GfCandidatePopup .popover .linked > .menuitem.button, .popover MathWindow :not(.titlebar) .menuitem.button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .popover .menuitem.button:not(.flat):not(.titlebutton), .popover MathWindow :not(.header-bar) .menuitem.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .popover .menuitem.button:not(.flat):not(.titlebutton),
2443 .popover .button.flat,
2444 .popover .button.osd.image-button,
2445 .popover .inline-toolbar .button,
2446 .inline-toolbar .popover .button,
2447 .popover .inline-toolbar .button.image-button:not(.text-button),
2448 .inline-toolbar .popover .button.image-button:not(.text-button),
2449 .popover .action-bar .button,
2450 .action-bar .popover .button,
2451 .popover .action-bar .button.image-button:not(.text-button),
2452 .action-bar .popover .button.image-button:not(.text-button),
2453 .popover .app-notification .button,
2454 .app-notification .popover .button,
2455 .popover GeditViewFrame .gedit-search-slider .button,
2456 GeditViewFrame .gedit-search-slider .popover .button,
2457 .popover .toolbar .button,
2458 .toolbar .popover .button,
2459 .popover .titlebar .button:not(.suggested-action):not(.destructive-action),
2460 .titlebar .popover .button:not(.suggested-action):not(.destructive-action),
2461 .popover .header-bar .button:not(.suggested-action):not(.destructive-action),
2462 .header-bar .popover .button:not(.suggested-action):not(.destructive-action),
2463 .popover .message-dialog.csd .dialog-action-area .button,
2464 .message-dialog.csd .dialog-action-area .popover .button,
2465 .popover .sidebar-button.button,
2466 .popover .info .button,
2467 .info .popover .button,
2468 .popover .question .button,
2469 .question .popover .button,
2470 .popover .warning .button,
2471 .warning .popover .button,
2472 .popover .error .button,
2473 .error .popover .button,
2474 .popover GtkScaleButton.button,
2475 .popover GtkVolumeButton.button,
2476 .popover GfCandidatePopup .button,
2477 GfCandidatePopup .popover .button,
2478 .popover GfCandidatePopup .button:first-child,
2479 GfCandidatePopup .popover .button:first-child,
2480 .popover GfCandidatePopup .button:last-child,
2481 GfCandidatePopup .popover .button:last-child,
2482 .popover GfCandidatePopup .linked > .button,
2483 GfCandidatePopup .popover .linked > .button,
2484 .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton),
2485 MathWindow :not(.titlebar) .popover .button:not(.flat):not(.titlebutton),
2486 .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
2487 MathWindow :not(.header-bar) .popover .button:not(.flat):not(.titlebutton),
2488 .popover .action-bar .linked > .button.image-button,
2489 .action-bar .popover .linked > .button.image-button,
2490 .popover NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button,
2491 NemoWindow GtkGrid > GtkEventBox > .toolbar .popover .button.image-button {
2492 transition: none;
2493 background-color: transparent;
2494 background-size: 10em 10em, auto;
2495 color: rgba(38, 50, 56, 0.75);
2496 font: initial; }
2497 .popover .button.menuitem.flat:hover, .popover .menuitem.button.osd.image-button:hover, .popover .inline-toolbar .menuitem.button:hover, .inline-toolbar .popover .menuitem.button:hover, .popover .action-bar .menuitem.button:hover, .action-bar .popover .menuitem.button:hover, .popover .app-notification .menuitem.button:hover, .app-notification .popover .menuitem.button:hover, .popover GeditViewFrame .gedit-search-slider .menuitem.button:hover, GeditViewFrame .gedit-search-slider .popover .menuitem.button:hover, .popover .toolbar .menuitem.button:hover, .toolbar .popover .menuitem.button:hover, .popover .titlebar .menuitem.button:hover:not(.suggested-action):not(.destructive-action), .titlebar .popover .menuitem.button:hover:not(.suggested-action):not(.destructive-action),
2498 .popover .header-bar .menuitem.button:hover:not(.suggested-action):not(.destructive-action),
2499 .header-bar .popover .menuitem.button:hover:not(.suggested-action):not(.destructive-action), .popover .message-dialog.csd .dialog-action-area .menuitem.button:hover, .message-dialog.csd .dialog-action-area .popover .menuitem.button:hover, .popover .menuitem.sidebar-button.button:hover, .popover .info .menuitem.button:hover, .info .popover .menuitem.button:hover,
2500 .popover .question .menuitem.button:hover,
2501 .question .popover .menuitem.button:hover,
2502 .popover .warning .menuitem.button:hover,
2503 .warning .popover .menuitem.button:hover,
2504 .popover .error .menuitem.button:hover,
2505 .error .popover .menuitem.button:hover, .popover GtkScaleButton.menuitem.button:hover,
2506 .popover GtkVolumeButton.menuitem.button:hover, .popover GfCandidatePopup .menuitem.button:hover, GfCandidatePopup .popover .menuitem.button:hover, .popover GfCandidatePopup .menuitem.button:hover:first-child, GfCandidatePopup .popover .menuitem.button:hover:first-child, .popover GfCandidatePopup .menuitem.button:hover:last-child, GfCandidatePopup .popover .menuitem.button:hover:last-child,
2507 .popover GfCandidatePopup .linked > .menuitem.button:hover,
2508 GfCandidatePopup .popover .linked > .menuitem.button:hover, .popover MathWindow :not(.titlebar) .menuitem.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .popover .menuitem.button:hover:not(.flat):not(.titlebutton), .popover MathWindow :not(.header-bar) .menuitem.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .popover .menuitem.button:hover:not(.flat):not(.titlebutton),
2509 .popover .button.flat:hover,
2510 .popover .button.osd.image-button:hover,
2511 .popover .inline-toolbar .button:hover,
2512 .inline-toolbar .popover .button:hover,
2513 .popover .action-bar .button:hover,
2514 .action-bar .popover .button:hover,
2515 .popover .inline-toolbar .linked > .button.image-button:hover:not(.text-button),
2516 .inline-toolbar .popover .linked > .button.image-button:hover:not(.text-button),
2517 .popover .inline-toolbar .stack-switcher > .button.image-button:hover:not(.text-button),
2518 .inline-toolbar .popover .stack-switcher > .button.image-button:hover:not(.text-button),
2519 .popover .action-bar .stack-switcher > .button.image-button:hover:not(.text-button),
2520 .action-bar .popover .stack-switcher > .button.image-button:hover:not(.text-button),
2521 .popover .app-notification .button:hover,
2522 .app-notification .popover .button:hover,
2523 .popover GeditViewFrame .gedit-search-slider .button:hover,
2524 GeditViewFrame .gedit-search-slider .popover .button:hover,
2525 .popover .toolbar .button:hover,
2526 .toolbar .popover .button:hover,
2527 .popover .titlebar .button:hover:not(.suggested-action):not(.destructive-action),
2528 .titlebar .popover .button:hover:not(.suggested-action):not(.destructive-action),
2529 .popover .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
2530 .header-bar .popover .button:hover:not(.suggested-action):not(.destructive-action),
2531 .popover .message-dialog.csd .dialog-action-area .button:hover,
2532 .message-dialog.csd .dialog-action-area .popover .button:hover,
2533 .popover .sidebar-button.button:hover,
2534 .popover .info .button:hover,
2535 .info .popover .button:hover,
2536 .popover .question .button:hover,
2537 .question .popover .button:hover,
2538 .popover .warning .button:hover,
2539 .warning .popover .button:hover,
2540 .popover .error .button:hover,
2541 .error .popover .button:hover,
2542 .popover GtkScaleButton.button:hover,
2543 .popover GtkVolumeButton.button:hover,
2544 .popover GfCandidatePopup .button:hover,
2545 GfCandidatePopup .popover .button:hover,
2546 .popover GfCandidatePopup .button:hover:first-child,
2547 GfCandidatePopup .popover .button:hover:first-child,
2548 .popover GfCandidatePopup .button:hover:last-child,
2549 GfCandidatePopup .popover .button:hover:last-child,
2550 .popover GfCandidatePopup .linked > .button:hover,
2551 GfCandidatePopup .popover .linked > .button:hover,
2552 .popover MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton),
2553 MathWindow :not(.titlebar) .popover .button:hover:not(.flat):not(.titlebutton),
2554 .popover MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
2555 MathWindow :not(.header-bar) .popover .button:hover:not(.flat):not(.titlebutton) {
2556 background-color: transparent;
2557 color: #263238; }
2558 .popover .button.menuitem.flat .label, .popover .menuitem.button.osd.image-button .label, .popover .inline-toolbar .menuitem.button .label, .inline-toolbar .popover .menuitem.button .label, .popover .action-bar .menuitem.button .label, .action-bar .popover .menuitem.button .label, .popover .app-notification .menuitem.button .label, .app-notification .popover .menuitem.button .label, .popover GeditViewFrame .gedit-search-slider .menuitem.button .label, GeditViewFrame .gedit-search-slider .popover .menuitem.button .label, .popover .toolbar .menuitem.button .label, .toolbar .popover .menuitem.button .label, .popover .titlebar .menuitem.button:not(.suggested-action):not(.destructive-action) .label, .titlebar .popover .menuitem.button:not(.suggested-action):not(.destructive-action) .label,
2559 .popover .header-bar .menuitem.button:not(.suggested-action):not(.destructive-action) .label,
2560 .header-bar .popover .menuitem.button:not(.suggested-action):not(.destructive-action) .label, .popover .message-dialog.csd .dialog-action-area .menuitem.button .label, .message-dialog.csd .dialog-action-area .popover .menuitem.button .label, .popover .menuitem.sidebar-button.button .label, .popover .info .menuitem.button .label, .info .popover .menuitem.button .label,
2561 .popover .question .menuitem.button .label,
2562 .question .popover .menuitem.button .label,
2563 .popover .warning .menuitem.button .label,
2564 .warning .popover .menuitem.button .label,
2565 .popover .error .menuitem.button .label,
2566 .error .popover .menuitem.button .label, .popover GtkScaleButton.menuitem.button .label,
2567 .popover GtkVolumeButton.menuitem.button .label, .popover GfCandidatePopup .menuitem.button .label, GfCandidatePopup .popover .menuitem.button .label, .popover GfCandidatePopup .menuitem.button:first-child .label, GfCandidatePopup .popover .menuitem.button:first-child .label, .popover GfCandidatePopup .menuitem.button:last-child .label, GfCandidatePopup .popover .menuitem.button:last-child .label,
2568 .popover GfCandidatePopup .linked > .menuitem.button .label,
2569 GfCandidatePopup .popover .linked > .menuitem.button .label, .popover MathWindow :not(.titlebar) .menuitem.button:not(.flat):not(.titlebutton) .label, MathWindow :not(.titlebar) .popover .menuitem.button:not(.flat):not(.titlebutton) .label, .popover MathWindow :not(.header-bar) .menuitem.button:not(.flat):not(.titlebutton) .label, MathWindow :not(.header-bar) .popover .menuitem.button:not(.flat):not(.titlebutton) .label,
2570 .popover .button.flat .label,
2571 .popover .button.osd.image-button .label,
2572 .popover .inline-toolbar .button .label,
2573 .inline-toolbar .popover .button .label,
2574 .popover .action-bar .button .label,
2575 .action-bar .popover .button .label,
2576 .popover .inline-toolbar .linked > .button.image-button:not(.text-button) .label,
2577 .inline-toolbar .popover .linked > .button.image-button:not(.text-button) .label,
2578 .popover .inline-toolbar .stack-switcher > .button.image-button:not(.text-button) .label,
2579 .inline-toolbar .popover .stack-switcher > .button.image-button:not(.text-button) .label,
2580 .popover .action-bar .stack-switcher > .button.image-button:not(.text-button) .label,
2581 .action-bar .popover .stack-switcher > .button.image-button:not(.text-button) .label,
2582 .popover .app-notification .button .label,
2583 .app-notification .popover .button .label,
2584 .popover GeditViewFrame .gedit-search-slider .button .label,
2585 GeditViewFrame .gedit-search-slider .popover .button .label,
2586 .popover .toolbar .button .label,
2587 .toolbar .popover .button .label,
2588 .popover .titlebar .button:not(.suggested-action):not(.destructive-action) .label,
2589 .titlebar .popover .button:not(.suggested-action):not(.destructive-action) .label,
2590 .popover .header-bar .button:not(.suggested-action):not(.destructive-action) .label,
2591 .header-bar .popover .button:not(.suggested-action):not(.destructive-action) .label,
2592 .popover .message-dialog.csd .dialog-action-area .button .label,
2593 .message-dialog.csd .dialog-action-area .popover .button .label,
2594 .popover .sidebar-button.button .label,
2595 .popover .info .button .label,
2596 .info .popover .button .label,
2597 .popover .question .button .label,
2598 .question .popover .button .label,
2599 .popover .warning .button .label,
2600 .warning .popover .button .label,
2601 .popover .error .button .label,
2602 .error .popover .button .label,
2603 .popover GtkScaleButton.button .label,
2604 .popover GtkVolumeButton.button .label,
2605 .popover GfCandidatePopup .button .label,
2606 GfCandidatePopup .popover .button .label,
2607 .popover GfCandidatePopup .button:first-child .label,
2608 GfCandidatePopup .popover .button:first-child .label,
2609 .popover GfCandidatePopup .button:last-child .label,
2610 GfCandidatePopup .popover .button:last-child .label,
2611 .popover GfCandidatePopup .linked > .button .label,
2612 GfCandidatePopup .popover .linked > .button .label,
2613 .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton) .label,
2614 MathWindow :not(.titlebar) .popover .button:not(.flat):not(.titlebutton) .label,
2615 .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) .label,
2616 MathWindow :not(.header-bar) .popover .button:not(.flat):not(.titlebutton) .label {
2617 padding: 0.2em 0 0.25em; }
2618 .popover .linked > .button {
2619 box-shadow: none;
2620 background-color: transparent;
2621 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
2622 color: rgba(38, 50, 56, 0.75); }
2623 .popover .linked > .button:hover {
2624 box-shadow: none;
2625 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); }
2626 .popover .linked > .button:active {
2627 box-shadow: none;
2628 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
2629 .popover .linked > .button:checked {
2630 background-color: alpha(currentColor, 0.2);
2631 color: #263238;
2632 color: #263238;
2633 background-color: transparent; }
2634 .popover .linked > .button:checked:insensitive > .label {
2635 color: inherit; }
2636 .popover .scrollbar.trough {
2637 background-color: transparent;
2638 border: 1px none transparent; }
2639
2640/*****************
2641 * Notebooks and *
2642 * Tabs *
2643 *****************/
2644.notebook {
2645 padding: 0;
2646 background-color: #FFFFFF;
2647 -GtkNotebook-initial-gap: 6;
2648 -GtkNotebook-arrow-spacing: 5;
2649 -GtkNotebook-tab-curvature: 0;
2650 -GtkNotebook-tab-overlap: 1;
2651 -GtkNotebook-has-tab-gap: false;
2652 -GtkWidget-focus-padding: 0;
2653 -GtkWidget-focus-line-width: 0; }
2654 .notebook.frame {
2655 border: 1px solid rgba(0, 0, 0, 0.09); }
2656 .notebook.frame.top {
2657 border-top-color: #FFFFFF; }
2658 .notebook.frame.bottom {
2659 border-bottom-color: #FFFFFF; }
2660 .notebook.frame.left {
2661 border-left-color: #FFFFFF; }
2662 .notebook.frame.right {
2663 border-right-color: #FFFFFF; }
2664 .notebook.header {
2665 background-color: #FFFFFF; }
2666 .notebook.header.frame {
2667 border: none; }
2668 .notebook.header.top {
2669 box-shadow: inset 0 -1px rgba(0, 0, 0, 0.09); }
2670 .notebook.header.bottom {
2671 box-shadow: inset 0 1px rgba(0, 0, 0, 0.09); }
2672 .notebook.header.left {
2673 box-shadow: inset -1px 0 rgba(0, 0, 0, 0.09); }
2674 .notebook.header.right {
2675 box-shadow: inset 1px 0 rgba(0, 0, 0, 0.09); }
2676 .notebook tab {
2677 outline-offset: 0;
2678 border-width: 0;
2679 border-style: solid;
2680 border-color: transparent;
2681 background-color: transparent; }
2682 .notebook tab.top, .notebook tab.bottom {
2683 padding: 0.5em 1.2em; }
2684 .notebook tab.left, .notebook tab.right {
2685 padding: 0.5em 1.2em; }
2686 .notebook tab.reorderable-page {
2687 -GtkNotebook-tab-overlap: 1; }
2688 .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom {
2689 padding-left: 1.2em;
2690 padding-right: 1.2em;
2691 border-left-width: 1px;
2692 border-right-width: 1px; }
2693 .notebook tab.reorderable-page.left, .notebook tab.reorderable-page.right {
2694 border-bottom-width: 1px;
2695 border-top-width: 1px; }
2696 .notebook tab.top {
2697 border-bottom-width: 2px; }
2698 .notebook tab.bottom {
2699 border-top-width: 2px; }
2700 .notebook tab.left {
2701 border-right-width: 2px; }
2702 .notebook tab.right {
2703 border-left-width: 2px; }
2704 .notebook tab:hover, .notebook tab.prelight-page {
2705 border-color: alpha(currentColor, 0.2); }
2706 .notebook tab:active, .notebook tab.active-page {
2707 border-color: #E8E8E8; }
2708 .notebook tab.reorderable-page.top {
2709 border-color: transparent; }
2710 .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page {
2711 border-color: rgba(0, 0, 0, 0.09);
2712 border-bottom-width: 1px;
2713 border-bottom-color: rgba(0, 0, 0, 0.09);
2714 background-color: #FFFFFF;
2715 box-shadow: none; }
2716 .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page {
2717 border-color: rgba(0, 0, 0, 0.09);
2718 border-bottom-width: 2px;
2719 border-bottom-color: #E8E8E8;
2720 background-color: #FFFFFF;
2721 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
2722 .notebook tab.reorderable-page.bottom {
2723 border-color: transparent; }
2724 .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page {
2725 border-color: rgba(0, 0, 0, 0.09);
2726 border-top-width: 1px;
2727 border-top-color: rgba(0, 0, 0, 0.09);
2728 background-color: #FFFFFF;
2729 box-shadow: none; }
2730 .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page {
2731 border-color: rgba(0, 0, 0, 0.09);
2732 border-top-width: 2px;
2733 border-top-color: #E8E8E8;
2734 background-color: #FFFFFF;
2735 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
2736 .notebook tab.reorderable-page.left {
2737 border-color: transparent; }
2738 .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page {
2739 border-color: rgba(0, 0, 0, 0.09);
2740 border-right-width: 1px;
2741 border-right-color: rgba(0, 0, 0, 0.09);
2742 background-color: #FFFFFF;
2743 box-shadow: none; }
2744 .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page {
2745 border-color: rgba(0, 0, 0, 0.09);
2746 border-right-width: 2px;
2747 border-right-color: #E8E8E8;
2748 background-color: #FFFFFF;
2749 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
2750 .notebook tab.reorderable-page.right {
2751 border-color: transparent; }
2752 .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page {
2753 border-color: rgba(0, 0, 0, 0.09);
2754 border-left-width: 1px;
2755 border-left-color: rgba(0, 0, 0, 0.09);
2756 background-color: #FFFFFF;
2757 box-shadow: none; }
2758 .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page {
2759 border-color: rgba(0, 0, 0, 0.09);
2760 border-left-width: 2px;
2761 border-left-color: #E8E8E8;
2762 background-color: #FFFFFF;
2763 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
2764 .notebook tab .label {
2765 padding: 0.5em;
2766 font-weight: 700;
2767 color: rgba(38, 50, 56, 0.5); }
2768 .notebook tab .prelight-page .label,
2769 .notebook tab .label.prelight-page {
2770 color: #263238; }
2771 .notebook tab .active-page .label,
2772 .notebook tab .label.active-page {
2773 color: #263238; }
2774 .notebook tab .button {
2775 padding: 0;
2776 background-size: 3.75em 3.75em, auto;
2777 box-shadow: none;
2778 background-color: transparent;
2779 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
2780 color: rgba(38, 50, 56, 0.5); }
2781 .notebook tab .button:hover {
2782 box-shadow: none;
2783 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); }
2784 .notebook tab .button:active {
2785 box-shadow: none;
2786 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
2787 .notebook tab .button:insensitive {
2788 box-shadow: none;
2789 background-color: transparent; }
2790 .notebook tab .button > GtkImage {
2791 padding: 0.6em; }
2792 .notebook tab .prelight-page .button, .notebook tab:hover .button {
2793 color: #263238; }
2794 .notebook tab .active-page .button, .notebook tab:hover .button {
2795 color: #263238; }
2796 .notebook.arrow {
2797 color: rgba(38, 50, 56, 0.5); }
2798 .notebook.arrow:hover, .notebook.arrow:active {
2799 color: #263238; }
2800 .notebook.arrow:insensitive {
2801 color: rgba(38, 50, 56, 0.225); }
2802
2803/**************
2804 * Scrollbars *
2805 **************/
2806@keyframes slow_down_ltr {
2807 to {
2808 margin-right: 0; } }
2809@keyframes slow_down_rtl {
2810 to {
2811 margin-left: 0; } }
2812@keyframes slow_down_horz {
2813 to {
2814 margin-top: 0; } }
2815.scrollbar {
2816 -GtkRange-slider-width: 12;
2817 -GtkRange-trough-border: 0;
2818 -GtkScrollbar-has-backward-stepper: false;
2819 -GtkScrollbar-has-forward-stepper: false;
2820 -GtkScrollbar-min-slider-length: 32;
2821 -GtkRange-stepper-spacing: 0;
2822 -GtkRange-trough-under-steppers: 1; }
2823 .scrollbar .button {
2824 border: none; }
2825 .scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
2826 -GtkRange-slider-width: 10px; }
2827 .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
2828 margin: 0;
2829 border: none; }
2830 .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough {
2831 border-style: none;
2832 background-color: transparent; }
2833 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider {
2834 margin-top: 0;
2835 margin-bottom: 0; }
2836 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider:dir(ltr) {
2837 margin-left: 0;
2838 margin-right: 6px; }
2839 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider:dir(ltr) {
2840 margin-left: 6px;
2841 margin-right: 0; }
2842 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider {
2843 margin-top: 6px;
2844 margin-bottom: 0;
2845 margin-left: 0;
2846 margin-right: 0; }
2847 .scrollbar.overlay-indicator.dragging .trough, .scrollbar.overlay-indicator.hovering .trough {
2848 background-color: rgba(255, 255, 255, 0.55); }
2849 .scrollbar.overlay-indicator.hovering.vertical .slider:dir(ltr) {
2850 animation: slow_down_ltr 0.2s linear forwards; }
2851 .scrollbar.overlay-indicator.hovering.vertical .slider:dir(rtl) {
2852 animation: slow_down_rtl 0.2s linear forwards; }
2853 .scrollbar.overlay-indicator.hovering.horizontal .slider {
2854 animation: slow_down_horz 0.2s linear forwards; }
2855 .scrollbar .trough {
2856 border: none;
2857 background-color: #FFFFFF; }
2858 .scrollbar .slider {
2859 background-color: rgba(38, 50, 56, 0.275); }
2860 .scrollbar .slider:hover {
2861 background-color: rgba(38, 50, 56, 0.4125); }
2862 .scrollbar .slider:active {
2863 background-color: #263238; }
2864 .scrollbar .slider:insensitive {
2865 opacity: 0.4; }
2866 .scrollbar .slider {
2867 border-radius: 0;
2868 margin: 0; }
2869 .scrollbar.fine-tune .slider {
2870 margin: 0; }
2871 .scrollbar.vertical .slider {
2872 margin: 0; }
2873 .scrollbar.vertical.fine-tune .slider {
2874 margin: 0; }
2875 .scrollbar.horizontal .slider {
2876 margin: 0; }
2877 .scrollbar.horizontal.fine-tune .slider {
2878 margin: 0; }
2879
2880.scrollbars-junction,
2881.scrollbars-junction.frame {
2882 border: none;
2883 background-color: #FFFFFF; }
2884
2885/**********
2886 * Switch *
2887 **********/
2888GtkSwitch {
2889 -GtkSwitch-slider-width: 20px;
2890 -GtkSwitch-slider-height: 20px;
2891 outline-offset: -4px;
2892 outline-radius: 100px;
2893 font-size: 0; }
2894 GtkSwitch.trough {
2895 border: 8px solid transparent;
2896 border-radius: 100px;
2897 background-color: alpha(currentColor, 0.2); }
2898 GtkSwitch.trough:active {
2899 background-color: rgba(0, 188, 212, 0.2); }
2900 GtkSwitch.trough:active:insensitive {
2901 background-color: rgba(0, 188, 212, 0.2); }
2902 GtkSwitch.trough:insensitive {
2903 color: rgba(38, 50, 56, 0.3);
2904 background-color: alpha(currentColor, 0.2); }
2905 GtkSwitch.slider {
2906 padding: 4px;
2907 border-radius: 100px;
2908 outline-radius: 100px;
2909 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
2910 background-color: #FFFFFF;
2911 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
2912 color: rgba(38, 50, 56, 0.75); }
2913 GtkSwitch.slider:hover {
2914 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
2915 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
2916 color: #263238;
2917 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
2918 GtkSwitch.slider:active {
2919 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
2920 background-color: #E8E8E8;
2921 color: #FFFFFF; }
2922 GtkSwitch.slider:active:hover {
2923 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
2924 GtkSwitch.slider:active:insensitive {
2925 box-shadow: none;
2926 background-color: alpha(currentColor, 0.2);
2927 color: rgba(0, 188, 212, 0.4);
2928 background-color: #F0F2F3;
2929 background-image: none;
2930 box-shadow: none; }
2931 GtkSwitch.slider:active:insensitive > .label {
2932 color: inherit; }
2933 GtkSwitch.slider:insensitive {
2934 background-color: #F0F2F3;
2935 background-image: none;
2936 box-shadow: none; }
2937 .list-row:selected GtkSwitch.trough, .tweak-category:selected GtkSwitch.trough {
2938 background-color: #FFFFFF; }
2939 .list-row:selected GtkSwitch.trough:active, .tweak-category:selected GtkSwitch.trough:active {
2940 background-color: #FFFFFF; }
2941 .list-row:selected GtkSwitch.trough:active:insensitive, .tweak-category:selected GtkSwitch.trough:active:insensitive {
2942 background-color: #FFFFFF; }
2943 .list-row:selected GtkSwitch.slider, .tweak-category:selected GtkSwitch.slider {
2944 background-color: #FFFFFF; }
2945 .list-row:selected GtkSwitch.slider:hover, .tweak-category:selected GtkSwitch.slider:hover {
2946 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
2947 .list-row:selected GtkSwitch.slider:active, .tweak-category:selected GtkSwitch.slider:active {
2948 background-color: #FFFFFF; }
2949 .list-row:selected GtkSwitch.slider:active:hover, .tweak-category:selected GtkSwitch.slider:active:hover {
2950 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
2951 GtkGrid GtkSwitch {
2952 -GtkSwitch-slider-width: 40;
2953 -GtkSwitch-slider-height: 20;
2954 font-size: 0;
2955 outline-color: transparent; }
2956 GtkGrid GtkSwitch.trough, GtkGrid GtkSwitch.trough:hover, GtkGrid GtkSwitch.trough:active, GtkGrid GtkSwitch.trough:active:hover, GtkGrid GtkSwitch.trough:active:insensitive, GtkGrid GtkSwitch.trough:insensitive, GtkGrid GtkSwitch.slider, GtkGrid GtkSwitch.slider:hover, GtkGrid GtkSwitch.slider:active, GtkGrid GtkSwitch.slider:active:hover, GtkGrid GtkSwitch.slider:active:insensitive, GtkGrid GtkSwitch.slider:insensitive {
2957 padding: 0;
2958 border: 4px solid transparent;
2959 color: transparent;
2960 background: none;
2961 background-image: none;
2962 background-size: 40px 20px;
2963 background-repeat: no-repeat;
2964 background-position: right center;
2965 box-shadow: none; }
2966 GtkGrid GtkSwitch.trough:dir(rtl), GtkGrid GtkSwitch.trough:hover:dir(rtl), GtkGrid GtkSwitch.trough:active:dir(rtl), GtkGrid GtkSwitch.trough:active:hover:dir(rtl), GtkGrid GtkSwitch.trough:active:insensitive:dir(rtl), GtkGrid GtkSwitch.trough:insensitive:dir(rtl), GtkGrid GtkSwitch.slider:dir(rtl), GtkGrid GtkSwitch.slider:hover:dir(rtl), GtkGrid GtkSwitch.slider:active:dir(rtl), GtkGrid GtkSwitch.slider:active:hover:dir(rtl), GtkGrid GtkSwitch.slider:active:insensitive:dir(rtl), GtkGrid GtkSwitch.slider:insensitive:dir(rtl) {
2967 background-position: left center; }
2968 GtkGrid GtkSwitch.trough {
2969 background-image: -gtk-scaled(url("assets/toggle-off.png"), url("assets/toggle-off@2.png")); }
2970 GtkGrid GtkSwitch.trough:hover {
2971 background-image: -gtk-scaled(url("assets/toggle-off-hover.png"), url("assets/toggle-off-hover@2.png")); }
2972 GtkGrid GtkSwitch.trough:active {
2973 background-image: -gtk-scaled(url("assets/toggle-on.png"), url("assets/toggle-on@2.png")); }
2974 GtkGrid GtkSwitch.trough:active:hover {
2975 background-image: -gtk-scaled(url("assets/toggle-on-hover.png"), url("assets/toggle-on-hover@2.png")); }
2976 GtkGrid GtkSwitch.trough:active:insensitive {
2977 background-image: -gtk-scaled(url("assets/toggle-on-insensitive.png"), url("assets/toggle-on-insensitive@2.png")); }
2978 GtkGrid GtkSwitch.trough:insensitive {
2979 background-image: -gtk-scaled(url("assets/toggle-off-insensitive.png"), url("assets/toggle-off-insensitive@2.png")); }
2980
2981/*************************
2982 * Check and Radio items *
2983 *************************/
2984.check {
2985 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png"));
2986 icon-shadow: none; }
2987
2988.check:hover {
2989 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), url("assets/checkbox-unchecked-active@2.png"));
2990 icon-shadow: none; }
2991
2992.check:active {
2993 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), url("assets/checkbox-unchecked-active@2.png"));
2994 icon-shadow: none; }
2995
2996.check:insensitive {
2997 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png"));
2998 icon-shadow: none; }
2999
3000.check:inconsistent {
3001 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png"));
3002 icon-shadow: none; }
3003
3004.check:inconsistent:hover {
3005 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png"));
3006 icon-shadow: none; }
3007
3008.check:inconsistent:active {
3009 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png"));
3010 icon-shadow: none; }
3011
3012.check:inconsistent:insensitive {
3013 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png"));
3014 icon-shadow: none; }
3015
3016.check:checked {
3017 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png"));
3018 icon-shadow: none; }
3019
3020.check:checked:hover {
3021 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active.png"), url("assets/checkbox-checked-active@2.png"));
3022 icon-shadow: none; }
3023
3024.check:checked:active {
3025 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active.png"), url("assets/checkbox-checked-active@2.png"));
3026 icon-shadow: none; }
3027
3028.check:checked:insensitive {
3029 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png"));
3030 icon-shadow: none; }
3031
3032.menu .menuitem.check {
3033 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic.png"), url("assets/checkbox-symbolic@2.png"));
3034 icon-shadow: none; }
3035 .menu .menuitem.check:hover {
3036 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic.png"), url("assets/checkbox-symbolic@2.png")); }
3037
3038.menu .menuitem.check:insensitive {
3039 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic.png"), url("assets/checkbox-insensitive-symbolic@2.png"));
3040 icon-shadow: none; }
3041 .menu .menuitem.check:insensitive:hover {
3042 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic.png"), url("assets/checkbox-insensitive-symbolic@2.png")); }
3043
3044.menu .menuitem.check:inconsistent {
3045 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic.png"), url("assets/checkbox-mixed-symbolic@2.png"));
3046 icon-shadow: none; }
3047 .menu .menuitem.check:inconsistent:hover {
3048 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic.png"), url("assets/checkbox-mixed-symbolic@2.png")); }
3049
3050.menu .menuitem.check:inconsistent:insensitive {
3051 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic.png"), url("assets/checkbox-mixed-insensitive-symbolic@2.png"));
3052 icon-shadow: none; }
3053 .menu .menuitem.check:inconsistent:insensitive:hover {
3054 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic.png"), url("assets/checkbox-mixed-insensitive-symbolic@2.png")); }
3055
3056.menu .menuitem.check:checked {
3057 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic.png"), url("assets/checkbox-checked-symbolic@2.png"));
3058 icon-shadow: none; }
3059 .menu .menuitem.check:checked:hover {
3060 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic.png"), url("assets/checkbox-checked-symbolic@2.png")); }
3061
3062.menu .menuitem.check:checked:insensitive {
3063 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic.png"), url("assets/checkbox-checked-insensitive-symbolic@2.png"));
3064 icon-shadow: none; }
3065 .menu .menuitem.check:checked:insensitive:hover {
3066 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic.png"), url("assets/checkbox-checked-insensitive-symbolic@2.png")); }
3067
3068.radio {
3069 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png"));
3070 icon-shadow: none; }
3071
3072.radio:hover {
3073 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active@2.png"));
3074 icon-shadow: none; }
3075
3076.radio:active {
3077 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active@2.png"));
3078 icon-shadow: none; }
3079
3080.radio:insensitive {
3081 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png"));
3082 icon-shadow: none; }
3083
3084.radio:inconsistent {
3085 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png"));
3086 icon-shadow: none; }
3087
3088.radio:inconsistent:hover {
3089 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png"));
3090 icon-shadow: none; }
3091
3092.radio:inconsistent:active {
3093 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png"));
3094 icon-shadow: none; }
3095
3096.radio:inconsistent:insensitive {
3097 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png"));
3098 icon-shadow: none; }
3099
3100.radio:checked {
3101 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png"));
3102 icon-shadow: none; }
3103
3104.radio:checked:hover {
3105 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active@2.png"));
3106 icon-shadow: none; }
3107
3108.radio:checked:active {
3109 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active@2.png"));
3110 icon-shadow: none; }
3111
3112.radio:checked:insensitive {
3113 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png"));
3114 icon-shadow: none; }
3115
3116.menu .menuitem.radio {
3117 -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic.png"), url("assets/radio-symbolic@2.png"));
3118 icon-shadow: none; }
3119 .menu .menuitem.radio:hover {
3120 -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic.png"), url("assets/radio-symbolic@2.png")); }
3121
3122.menu .menuitem.radio:insensitive {
3123 -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic.png"), url("assets/radio-insensitive-symbolic@2.png"));
3124 icon-shadow: none; }
3125 .menu .menuitem.radio:insensitive:hover {
3126 -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic.png"), url("assets/radio-insensitive-symbolic@2.png")); }
3127
3128.menu .menuitem.radio:inconsistent {
3129 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic.png"), url("assets/radio-mixed-symbolic@2.png"));
3130 icon-shadow: none; }
3131 .menu .menuitem.radio:inconsistent:hover {
3132 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic.png"), url("assets/radio-mixed-symbolic@2.png")); }
3133
3134.menu .menuitem.radio:inconsistent:insensitive {
3135 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic.png"), url("assets/radio-mixed-insensitive-symbolic@2.png"));
3136 icon-shadow: none; }
3137 .menu .menuitem.radio:inconsistent:insensitive:hover {
3138 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic.png"), url("assets/radio-mixed-insensitive-symbolic@2.png")); }
3139
3140.menu .menuitem.radio:checked {
3141 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic.png"), url("assets/radio-checked-symbolic@2.png"));
3142 icon-shadow: none; }
3143 .menu .menuitem.radio:checked:hover {
3144 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic.png"), url("assets/radio-checked-symbolic@2.png")); }
3145
3146.menu .menuitem.radio:checked:insensitive {
3147 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic.png"), url("assets/radio-checked-insensitive-symbolic@2.png"));
3148 icon-shadow: none; }
3149 .menu .menuitem.radio:checked:insensitive:hover {
3150 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic.png"), url("assets/radio-checked-insensitive-symbolic@2.png")); }
3151
3152.view .check:selected,
3153.view .check:selected:focus,
3154.list-row .check:selected,
3155.tweak-category .check:selected,
3156.list-row .check:selected:focus,
3157.tweak-category .check:selected:focus,
3158.list-row.activatable .check:selected,
3159.view .check:selected,
3160column-header .button .check:selected,
3161.activatable.tweak-category .check:selected,
3162.list-row.activatable .check:selected:focus,
3163.view .check:selected:focus,
3164column-header .button .check:selected:focus,
3165.activatable.tweak-category .check:selected:focus {
3166 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
3167 icon-shadow: none; }
3168.view check:selected:insensitive,
3169.view check:selected:focus:insensitive,
3170.list-row check:selected:insensitive,
3171.tweak-category check:selected:insensitive,
3172.list-row check:selected:focus:insensitive,
3173.tweak-category check:selected:focus:insensitive,
3174.list-row.activatable check:selected:insensitive,
3175.view check:selected:insensitive,
3176column-header .button check:selected:insensitive,
3177.activatable.tweak-category check:selected:insensitive,
3178.list-row.activatable check:selected:focus:insensitive,
3179.view check:selected:focus:insensitive,
3180column-header .button check:selected:focus:insensitive,
3181.activatable.tweak-category check:selected:focus:insensitive {
3182 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3183.view check:selected:inconsistent:insensitive,
3184.view check:selected:focus:inconsistent:insensitive,
3185.list-row check:selected:inconsistent:insensitive,
3186.tweak-category check:selected:inconsistent:insensitive,
3187.list-row check:selected:focus:inconsistent:insensitive,
3188.tweak-category check:selected:focus:inconsistent:insensitive,
3189.list-row.activatable check:selected:inconsistent:insensitive,
3190.view check:selected:inconsistent:insensitive,
3191column-header .button check:selected:inconsistent:insensitive,
3192.activatable.tweak-category check:selected:inconsistent:insensitive,
3193.list-row.activatable check:selected:focus:inconsistent:insensitive,
3194.view check:selected:focus:inconsistent:insensitive,
3195column-header .button check:selected:focus:inconsistent:insensitive,
3196.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3197 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3198.view check:selected:checked:insensitive,
3199.view check:selected:focus:checked:insensitive,
3200.list-row check:selected:checked:insensitive,
3201.tweak-category check:selected:checked:insensitive,
3202.list-row check:selected:focus:checked:insensitive,
3203.tweak-category check:selected:focus:checked:insensitive,
3204.list-row.activatable check:selected:checked:insensitive,
3205.view check:selected:checked:insensitive,
3206column-header .button check:selected:checked:insensitive,
3207.activatable.tweak-category check:selected:checked:insensitive,
3208.list-row.activatable check:selected:focus:checked:insensitive,
3209.view check:selected:focus:checked:insensitive,
3210column-header .button check:selected:focus:checked:insensitive,
3211.activatable.tweak-category check:selected:focus:checked:insensitive {
3212 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3213
3214.view .check:selected:active,
3215.view .check:selected:focus:active,
3216.list-row .check:selected:active,
3217.tweak-category .check:selected:active,
3218.list-row .check:selected:focus:active,
3219.tweak-category .check:selected:focus:active,
3220.list-row.activatable .check:selected:active,
3221.view .check:selected:active,
3222column-header .button .check:selected:active,
3223.activatable.tweak-category .check:selected:active,
3224.list-row.activatable .check:selected:focus:active,
3225.view .check:selected:focus:active,
3226column-header .button .check:selected:focus:active,
3227.activatable.tweak-category .check:selected:focus:active {
3228 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
3229 icon-shadow: none; }
3230.view check:selected:insensitive,
3231.view check:selected:focus:insensitive,
3232.list-row check:selected:insensitive,
3233.tweak-category check:selected:insensitive,
3234.list-row check:selected:focus:insensitive,
3235.tweak-category check:selected:focus:insensitive,
3236.list-row.activatable check:selected:insensitive,
3237.view check:selected:insensitive,
3238column-header .button check:selected:insensitive,
3239.activatable.tweak-category check:selected:insensitive,
3240.list-row.activatable check:selected:focus:insensitive,
3241.view check:selected:focus:insensitive,
3242column-header .button check:selected:focus:insensitive,
3243.activatable.tweak-category check:selected:focus:insensitive {
3244 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3245.view check:selected:inconsistent:insensitive,
3246.view check:selected:focus:inconsistent:insensitive,
3247.list-row check:selected:inconsistent:insensitive,
3248.tweak-category check:selected:inconsistent:insensitive,
3249.list-row check:selected:focus:inconsistent:insensitive,
3250.tweak-category check:selected:focus:inconsistent:insensitive,
3251.list-row.activatable check:selected:inconsistent:insensitive,
3252.view check:selected:inconsistent:insensitive,
3253column-header .button check:selected:inconsistent:insensitive,
3254.activatable.tweak-category check:selected:inconsistent:insensitive,
3255.list-row.activatable check:selected:focus:inconsistent:insensitive,
3256.view check:selected:focus:inconsistent:insensitive,
3257column-header .button check:selected:focus:inconsistent:insensitive,
3258.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3259 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3260.view check:selected:checked:insensitive,
3261.view check:selected:focus:checked:insensitive,
3262.list-row check:selected:checked:insensitive,
3263.tweak-category check:selected:checked:insensitive,
3264.list-row check:selected:focus:checked:insensitive,
3265.tweak-category check:selected:focus:checked:insensitive,
3266.list-row.activatable check:selected:checked:insensitive,
3267.view check:selected:checked:insensitive,
3268column-header .button check:selected:checked:insensitive,
3269.activatable.tweak-category check:selected:checked:insensitive,
3270.list-row.activatable check:selected:focus:checked:insensitive,
3271.view check:selected:focus:checked:insensitive,
3272column-header .button check:selected:focus:checked:insensitive,
3273.activatable.tweak-category check:selected:focus:checked:insensitive {
3274 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3275
3276.view .check:selected:inconsistent,
3277.view .check:selected:focus:inconsistent,
3278.list-row .check:selected:inconsistent,
3279.tweak-category .check:selected:inconsistent,
3280.list-row .check:selected:focus:inconsistent,
3281.tweak-category .check:selected:focus:inconsistent,
3282.list-row.activatable .check:selected:inconsistent,
3283.view .check:selected:inconsistent,
3284column-header .button .check:selected:inconsistent,
3285.activatable.tweak-category .check:selected:inconsistent,
3286.list-row.activatable .check:selected:focus:inconsistent,
3287.view .check:selected:focus:inconsistent,
3288column-header .button .check:selected:focus:inconsistent,
3289.activatable.tweak-category .check:selected:focus:inconsistent {
3290 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
3291 icon-shadow: none; }
3292.view check:selected:insensitive,
3293.view check:selected:focus:insensitive,
3294.list-row check:selected:insensitive,
3295.tweak-category check:selected:insensitive,
3296.list-row check:selected:focus:insensitive,
3297.tweak-category check:selected:focus:insensitive,
3298.list-row.activatable check:selected:insensitive,
3299.view check:selected:insensitive,
3300column-header .button check:selected:insensitive,
3301.activatable.tweak-category check:selected:insensitive,
3302.list-row.activatable check:selected:focus:insensitive,
3303.view check:selected:focus:insensitive,
3304column-header .button check:selected:focus:insensitive,
3305.activatable.tweak-category check:selected:focus:insensitive {
3306 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3307.view check:selected:inconsistent:insensitive,
3308.view check:selected:focus:inconsistent:insensitive,
3309.list-row check:selected:inconsistent:insensitive,
3310.tweak-category check:selected:inconsistent:insensitive,
3311.list-row check:selected:focus:inconsistent:insensitive,
3312.tweak-category check:selected:focus:inconsistent:insensitive,
3313.list-row.activatable check:selected:inconsistent:insensitive,
3314.view check:selected:inconsistent:insensitive,
3315column-header .button check:selected:inconsistent:insensitive,
3316.activatable.tweak-category check:selected:inconsistent:insensitive,
3317.list-row.activatable check:selected:focus:inconsistent:insensitive,
3318.view check:selected:focus:inconsistent:insensitive,
3319column-header .button check:selected:focus:inconsistent:insensitive,
3320.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3321 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3322.view check:selected:checked:insensitive,
3323.view check:selected:focus:checked:insensitive,
3324.list-row check:selected:checked:insensitive,
3325.tweak-category check:selected:checked:insensitive,
3326.list-row check:selected:focus:checked:insensitive,
3327.tweak-category check:selected:focus:checked:insensitive,
3328.list-row.activatable check:selected:checked:insensitive,
3329.view check:selected:checked:insensitive,
3330column-header .button check:selected:checked:insensitive,
3331.activatable.tweak-category check:selected:checked:insensitive,
3332.list-row.activatable check:selected:focus:checked:insensitive,
3333.view check:selected:focus:checked:insensitive,
3334column-header .button check:selected:focus:checked:insensitive,
3335.activatable.tweak-category check:selected:focus:checked:insensitive {
3336 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3337
3338.view .check:selected:inconsistent:active,
3339.view .check:selected:focus:inconsistent:active,
3340.list-row .check:selected:inconsistent:active,
3341.tweak-category .check:selected:inconsistent:active,
3342.list-row .check:selected:focus:inconsistent:active,
3343.tweak-category .check:selected:focus:inconsistent:active,
3344.list-row.activatable .check:selected:inconsistent:active,
3345.view .check:selected:inconsistent:active,
3346column-header .button .check:selected:inconsistent:active,
3347.activatable.tweak-category .check:selected:inconsistent:active,
3348.list-row.activatable .check:selected:focus:inconsistent:active,
3349.view .check:selected:focus:inconsistent:active,
3350column-header .button .check:selected:focus:inconsistent:active,
3351.activatable.tweak-category .check:selected:focus:inconsistent:active {
3352 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
3353 icon-shadow: none; }
3354.view check:selected:insensitive,
3355.view check:selected:focus:insensitive,
3356.list-row check:selected:insensitive,
3357.tweak-category check:selected:insensitive,
3358.list-row check:selected:focus:insensitive,
3359.tweak-category check:selected:focus:insensitive,
3360.list-row.activatable check:selected:insensitive,
3361.view check:selected:insensitive,
3362column-header .button check:selected:insensitive,
3363.activatable.tweak-category check:selected:insensitive,
3364.list-row.activatable check:selected:focus:insensitive,
3365.view check:selected:focus:insensitive,
3366column-header .button check:selected:focus:insensitive,
3367.activatable.tweak-category check:selected:focus:insensitive {
3368 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3369.view check:selected:inconsistent:insensitive,
3370.view check:selected:focus:inconsistent:insensitive,
3371.list-row check:selected:inconsistent:insensitive,
3372.tweak-category check:selected:inconsistent:insensitive,
3373.list-row check:selected:focus:inconsistent:insensitive,
3374.tweak-category check:selected:focus:inconsistent:insensitive,
3375.list-row.activatable check:selected:inconsistent:insensitive,
3376.view check:selected:inconsistent:insensitive,
3377column-header .button check:selected:inconsistent:insensitive,
3378.activatable.tweak-category check:selected:inconsistent:insensitive,
3379.list-row.activatable check:selected:focus:inconsistent:insensitive,
3380.view check:selected:focus:inconsistent:insensitive,
3381column-header .button check:selected:focus:inconsistent:insensitive,
3382.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3383 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3384.view check:selected:checked:insensitive,
3385.view check:selected:focus:checked:insensitive,
3386.list-row check:selected:checked:insensitive,
3387.tweak-category check:selected:checked:insensitive,
3388.list-row check:selected:focus:checked:insensitive,
3389.tweak-category check:selected:focus:checked:insensitive,
3390.list-row.activatable check:selected:checked:insensitive,
3391.view check:selected:checked:insensitive,
3392column-header .button check:selected:checked:insensitive,
3393.activatable.tweak-category check:selected:checked:insensitive,
3394.list-row.activatable check:selected:focus:checked:insensitive,
3395.view check:selected:focus:checked:insensitive,
3396column-header .button check:selected:focus:checked:insensitive,
3397.activatable.tweak-category check:selected:focus:checked:insensitive {
3398 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3399
3400.view .check:selected:checked,
3401.view .check:selected:focus:checked,
3402.list-row .check:selected:checked,
3403.tweak-category .check:selected:checked,
3404.list-row .check:selected:focus:checked,
3405.tweak-category .check:selected:focus:checked,
3406.list-row.activatable .check:selected:checked,
3407.view .check:selected:checked,
3408column-header .button .check:selected:checked,
3409.activatable.tweak-category .check:selected:checked,
3410.list-row.activatable .check:selected:focus:checked,
3411.view .check:selected:focus:checked,
3412column-header .button .check:selected:focus:checked,
3413.activatable.tweak-category .check:selected:focus:checked {
3414 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
3415 icon-shadow: none; }
3416.view check:selected:insensitive,
3417.view check:selected:focus:insensitive,
3418.list-row check:selected:insensitive,
3419.tweak-category check:selected:insensitive,
3420.list-row check:selected:focus:insensitive,
3421.tweak-category check:selected:focus:insensitive,
3422.list-row.activatable check:selected:insensitive,
3423.view check:selected:insensitive,
3424column-header .button check:selected:insensitive,
3425.activatable.tweak-category check:selected:insensitive,
3426.list-row.activatable check:selected:focus:insensitive,
3427.view check:selected:focus:insensitive,
3428column-header .button check:selected:focus:insensitive,
3429.activatable.tweak-category check:selected:focus:insensitive {
3430 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3431.view check:selected:inconsistent:insensitive,
3432.view check:selected:focus:inconsistent:insensitive,
3433.list-row check:selected:inconsistent:insensitive,
3434.tweak-category check:selected:inconsistent:insensitive,
3435.list-row check:selected:focus:inconsistent:insensitive,
3436.tweak-category check:selected:focus:inconsistent:insensitive,
3437.list-row.activatable check:selected:inconsistent:insensitive,
3438.view check:selected:inconsistent:insensitive,
3439column-header .button check:selected:inconsistent:insensitive,
3440.activatable.tweak-category check:selected:inconsistent:insensitive,
3441.list-row.activatable check:selected:focus:inconsistent:insensitive,
3442.view check:selected:focus:inconsistent:insensitive,
3443column-header .button check:selected:focus:inconsistent:insensitive,
3444.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3445 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3446.view check:selected:checked:insensitive,
3447.view check:selected:focus:checked:insensitive,
3448.list-row check:selected:checked:insensitive,
3449.tweak-category check:selected:checked:insensitive,
3450.list-row check:selected:focus:checked:insensitive,
3451.tweak-category check:selected:focus:checked:insensitive,
3452.list-row.activatable check:selected:checked:insensitive,
3453.view check:selected:checked:insensitive,
3454column-header .button check:selected:checked:insensitive,
3455.activatable.tweak-category check:selected:checked:insensitive,
3456.list-row.activatable check:selected:focus:checked:insensitive,
3457.view check:selected:focus:checked:insensitive,
3458column-header .button check:selected:focus:checked:insensitive,
3459.activatable.tweak-category check:selected:focus:checked:insensitive {
3460 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3461
3462.view .check:selected:checked:active,
3463.view .check:selected:focus:checked:active,
3464.list-row .check:selected:checked:active,
3465.tweak-category .check:selected:checked:active,
3466.list-row .check:selected:focus:checked:active,
3467.tweak-category .check:selected:focus:checked:active,
3468.list-row.activatable .check:selected:checked:active,
3469.view .check:selected:checked:active,
3470column-header .button .check:selected:checked:active,
3471.activatable.tweak-category .check:selected:checked:active,
3472.list-row.activatable .check:selected:focus:checked:active,
3473.view .check:selected:focus:checked:active,
3474column-header .button .check:selected:focus:checked:active,
3475.activatable.tweak-category .check:selected:focus:checked:active {
3476 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
3477 icon-shadow: none; }
3478.view check:selected:insensitive,
3479.view check:selected:focus:insensitive,
3480.list-row check:selected:insensitive,
3481.tweak-category check:selected:insensitive,
3482.list-row check:selected:focus:insensitive,
3483.tweak-category check:selected:focus:insensitive,
3484.list-row.activatable check:selected:insensitive,
3485.view check:selected:insensitive,
3486column-header .button check:selected:insensitive,
3487.activatable.tweak-category check:selected:insensitive,
3488.list-row.activatable check:selected:focus:insensitive,
3489.view check:selected:focus:insensitive,
3490column-header .button check:selected:focus:insensitive,
3491.activatable.tweak-category check:selected:focus:insensitive {
3492 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3493.view check:selected:inconsistent:insensitive,
3494.view check:selected:focus:inconsistent:insensitive,
3495.list-row check:selected:inconsistent:insensitive,
3496.tweak-category check:selected:inconsistent:insensitive,
3497.list-row check:selected:focus:inconsistent:insensitive,
3498.tweak-category check:selected:focus:inconsistent:insensitive,
3499.list-row.activatable check:selected:inconsistent:insensitive,
3500.view check:selected:inconsistent:insensitive,
3501column-header .button check:selected:inconsistent:insensitive,
3502.activatable.tweak-category check:selected:inconsistent:insensitive,
3503.list-row.activatable check:selected:focus:inconsistent:insensitive,
3504.view check:selected:focus:inconsistent:insensitive,
3505column-header .button check:selected:focus:inconsistent:insensitive,
3506.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3507 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3508.view check:selected:checked:insensitive,
3509.view check:selected:focus:checked:insensitive,
3510.list-row check:selected:checked:insensitive,
3511.tweak-category check:selected:checked:insensitive,
3512.list-row check:selected:focus:checked:insensitive,
3513.tweak-category check:selected:focus:checked:insensitive,
3514.list-row.activatable check:selected:checked:insensitive,
3515.view check:selected:checked:insensitive,
3516column-header .button check:selected:checked:insensitive,
3517.activatable.tweak-category check:selected:checked:insensitive,
3518.list-row.activatable check:selected:focus:checked:insensitive,
3519.view check:selected:focus:checked:insensitive,
3520column-header .button check:selected:focus:checked:insensitive,
3521.activatable.tweak-category check:selected:focus:checked:insensitive {
3522 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3523
3524.view .radio:selected,
3525.view .radio:selected:focus,
3526.list-row .radio:selected,
3527.tweak-category .radio:selected,
3528.list-row .radio:selected:focus,
3529.tweak-category .radio:selected:focus,
3530.list-row.activatable .radio:selected,
3531.view .radio:selected,
3532column-header .button .radio:selected,
3533.activatable.tweak-category .radio:selected,
3534.list-row.activatable .radio:selected:focus,
3535.view .radio:selected:focus,
3536column-header .button .radio:selected:focus,
3537.activatable.tweak-category .radio:selected:focus {
3538 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
3539 icon-shadow: none; }
3540.view radio:selected:insensitive,
3541.view radio:selected:focus:insensitive,
3542.list-row radio:selected:insensitive,
3543.tweak-category radio:selected:insensitive,
3544.list-row radio:selected:focus:insensitive,
3545.tweak-category radio:selected:focus:insensitive,
3546.list-row.activatable radio:selected:insensitive,
3547.view radio:selected:insensitive,
3548column-header .button radio:selected:insensitive,
3549.activatable.tweak-category radio:selected:insensitive,
3550.list-row.activatable radio:selected:focus:insensitive,
3551.view radio:selected:focus:insensitive,
3552column-header .button radio:selected:focus:insensitive,
3553.activatable.tweak-category radio:selected:focus:insensitive {
3554 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3555.view radio:selected:inconsistent:insensitive,
3556.view radio:selected:focus:inconsistent:insensitive,
3557.list-row radio:selected:inconsistent:insensitive,
3558.tweak-category radio:selected:inconsistent:insensitive,
3559.list-row radio:selected:focus:inconsistent:insensitive,
3560.tweak-category radio:selected:focus:inconsistent:insensitive,
3561.list-row.activatable radio:selected:inconsistent:insensitive,
3562.view radio:selected:inconsistent:insensitive,
3563column-header .button radio:selected:inconsistent:insensitive,
3564.activatable.tweak-category radio:selected:inconsistent:insensitive,
3565.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3566.view radio:selected:focus:inconsistent:insensitive,
3567column-header .button radio:selected:focus:inconsistent:insensitive,
3568.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3569 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3570.view radio:selected:checked:insensitive,
3571.view radio:selected:focus:checked:insensitive,
3572.list-row radio:selected:checked:insensitive,
3573.tweak-category radio:selected:checked:insensitive,
3574.list-row radio:selected:focus:checked:insensitive,
3575.tweak-category radio:selected:focus:checked:insensitive,
3576.list-row.activatable radio:selected:checked:insensitive,
3577.view radio:selected:checked:insensitive,
3578column-header .button radio:selected:checked:insensitive,
3579.activatable.tweak-category radio:selected:checked:insensitive,
3580.list-row.activatable radio:selected:focus:checked:insensitive,
3581.view radio:selected:focus:checked:insensitive,
3582column-header .button radio:selected:focus:checked:insensitive,
3583.activatable.tweak-category radio:selected:focus:checked:insensitive {
3584 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3585
3586.view .radio:selected:active,
3587.view .radio:selected:focus:active,
3588.list-row .radio:selected:active,
3589.tweak-category .radio:selected:active,
3590.list-row .radio:selected:focus:active,
3591.tweak-category .radio:selected:focus:active,
3592.list-row.activatable .radio:selected:active,
3593.view .radio:selected:active,
3594column-header .button .radio:selected:active,
3595.activatable.tweak-category .radio:selected:active,
3596.list-row.activatable .radio:selected:focus:active,
3597.view .radio:selected:focus:active,
3598column-header .button .radio:selected:focus:active,
3599.activatable.tweak-category .radio:selected:focus:active {
3600 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
3601 icon-shadow: none; }
3602.view radio:selected:insensitive,
3603.view radio:selected:focus:insensitive,
3604.list-row radio:selected:insensitive,
3605.tweak-category radio:selected:insensitive,
3606.list-row radio:selected:focus:insensitive,
3607.tweak-category radio:selected:focus:insensitive,
3608.list-row.activatable radio:selected:insensitive,
3609.view radio:selected:insensitive,
3610column-header .button radio:selected:insensitive,
3611.activatable.tweak-category radio:selected:insensitive,
3612.list-row.activatable radio:selected:focus:insensitive,
3613.view radio:selected:focus:insensitive,
3614column-header .button radio:selected:focus:insensitive,
3615.activatable.tweak-category radio:selected:focus:insensitive {
3616 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3617.view radio:selected:inconsistent:insensitive,
3618.view radio:selected:focus:inconsistent:insensitive,
3619.list-row radio:selected:inconsistent:insensitive,
3620.tweak-category radio:selected:inconsistent:insensitive,
3621.list-row radio:selected:focus:inconsistent:insensitive,
3622.tweak-category radio:selected:focus:inconsistent:insensitive,
3623.list-row.activatable radio:selected:inconsistent:insensitive,
3624.view radio:selected:inconsistent:insensitive,
3625column-header .button radio:selected:inconsistent:insensitive,
3626.activatable.tweak-category radio:selected:inconsistent:insensitive,
3627.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3628.view radio:selected:focus:inconsistent:insensitive,
3629column-header .button radio:selected:focus:inconsistent:insensitive,
3630.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3631 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3632.view radio:selected:checked:insensitive,
3633.view radio:selected:focus:checked:insensitive,
3634.list-row radio:selected:checked:insensitive,
3635.tweak-category radio:selected:checked:insensitive,
3636.list-row radio:selected:focus:checked:insensitive,
3637.tweak-category radio:selected:focus:checked:insensitive,
3638.list-row.activatable radio:selected:checked:insensitive,
3639.view radio:selected:checked:insensitive,
3640column-header .button radio:selected:checked:insensitive,
3641.activatable.tweak-category radio:selected:checked:insensitive,
3642.list-row.activatable radio:selected:focus:checked:insensitive,
3643.view radio:selected:focus:checked:insensitive,
3644column-header .button radio:selected:focus:checked:insensitive,
3645.activatable.tweak-category radio:selected:focus:checked:insensitive {
3646 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3647
3648.view .radio:selected:inconsistent,
3649.view .radio:selected:focus:inconsistent,
3650.list-row .radio:selected:inconsistent,
3651.tweak-category .radio:selected:inconsistent,
3652.list-row .radio:selected:focus:inconsistent,
3653.tweak-category .radio:selected:focus:inconsistent,
3654.list-row.activatable .radio:selected:inconsistent,
3655.view .radio:selected:inconsistent,
3656column-header .button .radio:selected:inconsistent,
3657.activatable.tweak-category .radio:selected:inconsistent,
3658.list-row.activatable .radio:selected:focus:inconsistent,
3659.view .radio:selected:focus:inconsistent,
3660column-header .button .radio:selected:focus:inconsistent,
3661.activatable.tweak-category .radio:selected:focus:inconsistent {
3662 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
3663 icon-shadow: none; }
3664.view radio:selected:insensitive,
3665.view radio:selected:focus:insensitive,
3666.list-row radio:selected:insensitive,
3667.tweak-category radio:selected:insensitive,
3668.list-row radio:selected:focus:insensitive,
3669.tweak-category radio:selected:focus:insensitive,
3670.list-row.activatable radio:selected:insensitive,
3671.view radio:selected:insensitive,
3672column-header .button radio:selected:insensitive,
3673.activatable.tweak-category radio:selected:insensitive,
3674.list-row.activatable radio:selected:focus:insensitive,
3675.view radio:selected:focus:insensitive,
3676column-header .button radio:selected:focus:insensitive,
3677.activatable.tweak-category radio:selected:focus:insensitive {
3678 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3679.view radio:selected:inconsistent:insensitive,
3680.view radio:selected:focus:inconsistent:insensitive,
3681.list-row radio:selected:inconsistent:insensitive,
3682.tweak-category radio:selected:inconsistent:insensitive,
3683.list-row radio:selected:focus:inconsistent:insensitive,
3684.tweak-category radio:selected:focus:inconsistent:insensitive,
3685.list-row.activatable radio:selected:inconsistent:insensitive,
3686.view radio:selected:inconsistent:insensitive,
3687column-header .button radio:selected:inconsistent:insensitive,
3688.activatable.tweak-category radio:selected:inconsistent:insensitive,
3689.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3690.view radio:selected:focus:inconsistent:insensitive,
3691column-header .button radio:selected:focus:inconsistent:insensitive,
3692.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3693 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3694.view radio:selected:checked:insensitive,
3695.view radio:selected:focus:checked:insensitive,
3696.list-row radio:selected:checked:insensitive,
3697.tweak-category radio:selected:checked:insensitive,
3698.list-row radio:selected:focus:checked:insensitive,
3699.tweak-category radio:selected:focus:checked:insensitive,
3700.list-row.activatable radio:selected:checked:insensitive,
3701.view radio:selected:checked:insensitive,
3702column-header .button radio:selected:checked:insensitive,
3703.activatable.tweak-category radio:selected:checked:insensitive,
3704.list-row.activatable radio:selected:focus:checked:insensitive,
3705.view radio:selected:focus:checked:insensitive,
3706column-header .button radio:selected:focus:checked:insensitive,
3707.activatable.tweak-category radio:selected:focus:checked:insensitive {
3708 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3709
3710.view .radio:selected:inconsistent:active,
3711.view .radio:selected:focus:inconsistent:active,
3712.list-row .radio:selected:inconsistent:active,
3713.tweak-category .radio:selected:inconsistent:active,
3714.list-row .radio:selected:focus:inconsistent:active,
3715.tweak-category .radio:selected:focus:inconsistent:active,
3716.list-row.activatable .radio:selected:inconsistent:active,
3717.view .radio:selected:inconsistent:active,
3718column-header .button .radio:selected:inconsistent:active,
3719.activatable.tweak-category .radio:selected:inconsistent:active,
3720.list-row.activatable .radio:selected:focus:inconsistent:active,
3721.view .radio:selected:focus:inconsistent:active,
3722column-header .button .radio:selected:focus:inconsistent:active,
3723.activatable.tweak-category .radio:selected:focus:inconsistent:active {
3724 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
3725 icon-shadow: none; }
3726.view radio:selected:insensitive,
3727.view radio:selected:focus:insensitive,
3728.list-row radio:selected:insensitive,
3729.tweak-category radio:selected:insensitive,
3730.list-row radio:selected:focus:insensitive,
3731.tweak-category radio:selected:focus:insensitive,
3732.list-row.activatable radio:selected:insensitive,
3733.view radio:selected:insensitive,
3734column-header .button radio:selected:insensitive,
3735.activatable.tweak-category radio:selected:insensitive,
3736.list-row.activatable radio:selected:focus:insensitive,
3737.view radio:selected:focus:insensitive,
3738column-header .button radio:selected:focus:insensitive,
3739.activatable.tweak-category radio:selected:focus:insensitive {
3740 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3741.view radio:selected:inconsistent:insensitive,
3742.view radio:selected:focus:inconsistent:insensitive,
3743.list-row radio:selected:inconsistent:insensitive,
3744.tweak-category radio:selected:inconsistent:insensitive,
3745.list-row radio:selected:focus:inconsistent:insensitive,
3746.tweak-category radio:selected:focus:inconsistent:insensitive,
3747.list-row.activatable radio:selected:inconsistent:insensitive,
3748.view radio:selected:inconsistent:insensitive,
3749column-header .button radio:selected:inconsistent:insensitive,
3750.activatable.tweak-category radio:selected:inconsistent:insensitive,
3751.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3752.view radio:selected:focus:inconsistent:insensitive,
3753column-header .button radio:selected:focus:inconsistent:insensitive,
3754.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3755 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3756.view radio:selected:checked:insensitive,
3757.view radio:selected:focus:checked:insensitive,
3758.list-row radio:selected:checked:insensitive,
3759.tweak-category radio:selected:checked:insensitive,
3760.list-row radio:selected:focus:checked:insensitive,
3761.tweak-category radio:selected:focus:checked:insensitive,
3762.list-row.activatable radio:selected:checked:insensitive,
3763.view radio:selected:checked:insensitive,
3764column-header .button radio:selected:checked:insensitive,
3765.activatable.tweak-category radio:selected:checked:insensitive,
3766.list-row.activatable radio:selected:focus:checked:insensitive,
3767.view radio:selected:focus:checked:insensitive,
3768column-header .button radio:selected:focus:checked:insensitive,
3769.activatable.tweak-category radio:selected:focus:checked:insensitive {
3770 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3771
3772.view .radio:selected:checked,
3773.view .radio:selected:focus:checked,
3774.list-row .radio:selected:checked,
3775.tweak-category .radio:selected:checked,
3776.list-row .radio:selected:focus:checked,
3777.tweak-category .radio:selected:focus:checked,
3778.list-row.activatable .radio:selected:checked,
3779.view .radio:selected:checked,
3780column-header .button .radio:selected:checked,
3781.activatable.tweak-category .radio:selected:checked,
3782.list-row.activatable .radio:selected:focus:checked,
3783.view .radio:selected:focus:checked,
3784column-header .button .radio:selected:focus:checked,
3785.activatable.tweak-category .radio:selected:focus:checked {
3786 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
3787 icon-shadow: none; }
3788.view radio:selected:insensitive,
3789.view radio:selected:focus:insensitive,
3790.list-row radio:selected:insensitive,
3791.tweak-category radio:selected:insensitive,
3792.list-row radio:selected:focus:insensitive,
3793.tweak-category radio:selected:focus:insensitive,
3794.list-row.activatable radio:selected:insensitive,
3795.view radio:selected:insensitive,
3796column-header .button radio:selected:insensitive,
3797.activatable.tweak-category radio:selected:insensitive,
3798.list-row.activatable radio:selected:focus:insensitive,
3799.view radio:selected:focus:insensitive,
3800column-header .button radio:selected:focus:insensitive,
3801.activatable.tweak-category radio:selected:focus:insensitive {
3802 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3803.view radio:selected:inconsistent:insensitive,
3804.view radio:selected:focus:inconsistent:insensitive,
3805.list-row radio:selected:inconsistent:insensitive,
3806.tweak-category radio:selected:inconsistent:insensitive,
3807.list-row radio:selected:focus:inconsistent:insensitive,
3808.tweak-category radio:selected:focus:inconsistent:insensitive,
3809.list-row.activatable radio:selected:inconsistent:insensitive,
3810.view radio:selected:inconsistent:insensitive,
3811column-header .button radio:selected:inconsistent:insensitive,
3812.activatable.tweak-category radio:selected:inconsistent:insensitive,
3813.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3814.view radio:selected:focus:inconsistent:insensitive,
3815column-header .button radio:selected:focus:inconsistent:insensitive,
3816.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3817 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3818.view radio:selected:checked:insensitive,
3819.view radio:selected:focus:checked:insensitive,
3820.list-row radio:selected:checked:insensitive,
3821.tweak-category radio:selected:checked:insensitive,
3822.list-row radio:selected:focus:checked:insensitive,
3823.tweak-category radio:selected:focus:checked:insensitive,
3824.list-row.activatable radio:selected:checked:insensitive,
3825.view radio:selected:checked:insensitive,
3826column-header .button radio:selected:checked:insensitive,
3827.activatable.tweak-category radio:selected:checked:insensitive,
3828.list-row.activatable radio:selected:focus:checked:insensitive,
3829.view radio:selected:focus:checked:insensitive,
3830column-header .button radio:selected:focus:checked:insensitive,
3831.activatable.tweak-category radio:selected:focus:checked:insensitive {
3832 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3833
3834.view .radio:selected:checked:active,
3835.view .radio:selected:focus:checked:active,
3836.list-row .radio:selected:checked:active,
3837.tweak-category .radio:selected:checked:active,
3838.list-row .radio:selected:focus:checked:active,
3839.tweak-category .radio:selected:focus:checked:active,
3840.list-row.activatable .radio:selected:checked:active,
3841.view .radio:selected:checked:active,
3842column-header .button .radio:selected:checked:active,
3843.activatable.tweak-category .radio:selected:checked:active,
3844.list-row.activatable .radio:selected:focus:checked:active,
3845.view .radio:selected:focus:checked:active,
3846column-header .button .radio:selected:focus:checked:active,
3847.activatable.tweak-category .radio:selected:focus:checked:active {
3848 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
3849 icon-shadow: none; }
3850.view radio:selected:insensitive,
3851.view radio:selected:focus:insensitive,
3852.list-row radio:selected:insensitive,
3853.tweak-category radio:selected:insensitive,
3854.list-row radio:selected:focus:insensitive,
3855.tweak-category radio:selected:focus:insensitive,
3856.list-row.activatable radio:selected:insensitive,
3857.view radio:selected:insensitive,
3858column-header .button radio:selected:insensitive,
3859.activatable.tweak-category radio:selected:insensitive,
3860.list-row.activatable radio:selected:focus:insensitive,
3861.view radio:selected:focus:insensitive,
3862column-header .button radio:selected:focus:insensitive,
3863.activatable.tweak-category radio:selected:focus:insensitive {
3864 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3865.view radio:selected:inconsistent:insensitive,
3866.view radio:selected:focus:inconsistent:insensitive,
3867.list-row radio:selected:inconsistent:insensitive,
3868.tweak-category radio:selected:inconsistent:insensitive,
3869.list-row radio:selected:focus:inconsistent:insensitive,
3870.tweak-category radio:selected:focus:inconsistent:insensitive,
3871.list-row.activatable radio:selected:inconsistent:insensitive,
3872.view radio:selected:inconsistent:insensitive,
3873column-header .button radio:selected:inconsistent:insensitive,
3874.activatable.tweak-category radio:selected:inconsistent:insensitive,
3875.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3876.view radio:selected:focus:inconsistent:insensitive,
3877column-header .button radio:selected:focus:inconsistent:insensitive,
3878.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3879 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3880.view radio:selected:checked:insensitive,
3881.view radio:selected:focus:checked:insensitive,
3882.list-row radio:selected:checked:insensitive,
3883.tweak-category radio:selected:checked:insensitive,
3884.list-row radio:selected:focus:checked:insensitive,
3885.tweak-category radio:selected:focus:checked:insensitive,
3886.list-row.activatable radio:selected:checked:insensitive,
3887.view radio:selected:checked:insensitive,
3888column-header .button radio:selected:checked:insensitive,
3889.activatable.tweak-category radio:selected:checked:insensitive,
3890.list-row.activatable radio:selected:focus:checked:insensitive,
3891.view radio:selected:focus:checked:insensitive,
3892column-header .button radio:selected:focus:checked:insensitive,
3893.activatable.tweak-category radio:selected:focus:checked:insensitive {
3894 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3895
3896.view.content-view.check:not(.list) {
3897 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png"));
3898 background-color: transparent; }
3899
3900.view.content-view.check:hover:not(.list) {
3901 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png"));
3902 background-color: transparent; }
3903
3904.view.content-view.check:active:not(.list) {
3905 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png"));
3906 background-color: transparent; }
3907
3908.view.content-view.check:insensitive:not(.list) {
3909 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-selectionmode.png"), url("assets/checkbox-insensitive-selectionmode@2.png"));
3910 background-color: transparent; }
3911
3912.view.content-view.check:checked:not(.list) {
3913 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png"));
3914 background-color: transparent; }
3915
3916.view.content-view.check:checked:hover:not(.list) {
3917 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png"));
3918 background-color: transparent; }
3919
3920.view.content-view.check:checked:active:not(.list) {
3921 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png"));
3922 background-color: transparent; }
3923
3924.view.content-view.check:insensitive:checked:not(.list) {
3925 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selectionmode.png"), url("assets/checkbox-checked-insensitive-selectionmode@2.png"));
3926 background-color: transparent; }
3927
3928GtkCheckButton.text-button,
3929GtkRadioButton.text-button {
3930 padding: 0.2em 0.5em;
3931 outline-offset: 0;
3932 color: rgba(38, 50, 56, 0.75); }
3933 GtkCheckButton.text-button:hover, GtkCheckButton.text-button:active, GtkCheckButton.text-button:checked,
3934 GtkRadioButton.text-button:hover,
3935 GtkRadioButton.text-button:active,
3936 GtkRadioButton.text-button:checked {
3937 color: #263238; }
3938 GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent,
3939 GtkRadioButton.text-button:insensitive,
3940 GtkRadioButton.text-button:insensitive:active,
3941 GtkRadioButton.text-button:insensitive:inconsistent {
3942 color: rgba(38, 50, 56, 0.3); }
3943
3944/************
3945 * GtkScale *
3946 ************/
3947.scale,
3948.scale.scale-has-marks-above.scale-has-marks-below,
3949.scale.vertical.scale-has-marks-above.scale-has-marks-below {
3950 -GtkScale-slider-length: 20;
3951 -GtkRange-slider-width: 20;
3952 -GtkRange-trough-border: 2;
3953 outline-offset: -8px;
3954 outline-radius: 100px; }
3955 .scale.fine-tune.slider,
3956 .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.slider,
3957 .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.slider {
3958 background-size: 80%; }
3959 .scale.slider:not(:hover):not(:active),
3960 .scale.scale-has-marks-above.scale-has-marks-below.slider:not(:hover):not(:active),
3961 .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:not(:hover):not(:active) {
3962 background-size: 80%; }
3963 .scale.slider.slider,
3964 .scale.scale-has-marks-above.scale-has-marks-below.slider.slider,
3965 .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider.slider {
3966 border-style: none;
3967 border-radius: 0;
3968 background-color: transparent;
3969 background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png"));
3970 background-repeat: no-repeat;
3971 background-position: center;
3972 box-shadow: none; }
3973 .scale.slider.slider:active,
3974 .scale.scale-has-marks-above.scale-has-marks-below.slider.slider:active,
3975 .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider.slider:active {
3976 border-style: none;
3977 border-radius: 0;
3978 background-color: transparent;
3979 background-image: -gtk-scaled(url("assets/slider-active.png"), url("assets/slider-active@2.png"));
3980 background-repeat: no-repeat;
3981 background-position: center;
3982 box-shadow: none; }
3983 .scale.slider.slider:insensitive,
3984 .scale.scale-has-marks-above.scale-has-marks-below.slider.slider:insensitive,
3985 .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider.slider:insensitive {
3986 border-style: none;
3987 border-radius: 0;
3988 background-color: transparent;
3989 background-image: -gtk-scaled(url("assets/slider-insensitive.png"), url("assets/slider-insensitive@2.png"));
3990 background-repeat: no-repeat;
3991 background-position: center;
3992 box-shadow: none; }
3993 .scale.trough,
3994 .scale.scale-has-marks-above.scale-has-marks-below.trough,
3995 .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough {
3996 margin: 11px;
3997 border-radius: 0;
3998 background-color: alpha(currentColor, 0.2); }
3999 .scale.trough.highlight,
4000 .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight,
4001 .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight {
4002 background-color: #E8E8E8; }
4003 .scale.trough.highlight:insensitive,
4004 .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive,
4005 .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive {
4006 background-color: alpha(currentColor, 0.2); }
4007 .scale.trough:insensitive,
4008 .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive,
4009 .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive {
4010 color: rgba(38, 50, 56, 0.3); }
4011 .scale.separator,
4012 .scale.scale-has-marks-above.scale-has-marks-below.separator,
4013 .scale.vertical.scale-has-marks-above.scale-has-marks-below.separator {
4014 color: alpha(currentColor, 0.2); }
4015
4016.scale.scale-has-marks-below {
4017 -GtkScale-slider-length: 20;
4018 -GtkRange-slider-width: 25;
4019 -GtkRange-trough-border: 1; }
4020 .scale.scale-has-marks-below.slider {
4021 border-style: none;
4022 border-radius: 0;
4023 background-color: transparent;
4024 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below.png"), url("assets/slider-horz-scale-has-marks-below@2.png"));
4025 background-repeat: no-repeat;
4026 background-position: center;
4027 box-shadow: none; }
4028 .scale.scale-has-marks-below.slider:active {
4029 border-style: none;
4030 border-radius: 0;
4031 background-color: transparent;
4032 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active.png"), url("assets/slider-horz-scale-has-marks-below-active@2.png"));
4033 background-repeat: no-repeat;
4034 background-position: center;
4035 box-shadow: none; }
4036 .scale.scale-has-marks-below.slider:insensitive {
4037 border-style: none;
4038 border-radius: 0;
4039 background-color: transparent;
4040 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-insensitive@2.png"));
4041 background-repeat: no-repeat;
4042 background-position: center;
4043 box-shadow: none; }
4044
4045.scale.scale-has-marks-above {
4046 -GtkScale-slider-length: 20;
4047 -GtkRange-slider-width: 25;
4048 -GtkRange-trough-border: 1; }
4049 .scale.scale-has-marks-above.slider {
4050 border-style: none;
4051 border-radius: 0;
4052 background-color: transparent;
4053 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png"));
4054 background-repeat: no-repeat;
4055 background-position: center;
4056 box-shadow: none; }
4057 .scale.scale-has-marks-above.slider:active {
4058 border-style: none;
4059 border-radius: 0;
4060 background-color: transparent;
4061 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png"));
4062 background-repeat: no-repeat;
4063 background-position: center;
4064 box-shadow: none; }
4065 .scale.scale-has-marks-above.slider:insensitive {
4066 border-style: none;
4067 border-radius: 0;
4068 background-color: transparent;
4069 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-insensitive@2.png"));
4070 background-repeat: no-repeat;
4071 background-position: center;
4072 box-shadow: none; }
4073
4074.scale.vertical.scale-has-marks-below {
4075 -GtkScale-slider-length: 20;
4076 -GtkRange-slider-width: 25;
4077 -GtkRange-trough-border: 1; }
4078 .scale.vertical.scale-has-marks-below.slider {
4079 border-style: none;
4080 border-radius: 0;
4081 background-color: transparent;
4082 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below.png"), url("assets/slider-vert-scale-has-marks-below@2.png"));
4083 background-repeat: no-repeat;
4084 background-position: center;
4085 box-shadow: none; }
4086 .scale.vertical.scale-has-marks-below.slider:active {
4087 border-style: none;
4088 border-radius: 0;
4089 background-color: transparent;
4090 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active.png"), url("assets/slider-vert-scale-has-marks-below-active@2.png"));
4091 background-repeat: no-repeat;
4092 background-position: center;
4093 box-shadow: none; }
4094 .scale.vertical.scale-has-marks-below.slider:insensitive {
4095 border-style: none;
4096 border-radius: 0;
4097 background-color: transparent;
4098 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-insensitive@2.png"));
4099 background-repeat: no-repeat;
4100 background-position: center;
4101 box-shadow: none; }
4102
4103.scale.vertical.scale-has-marks-above {
4104 -GtkScale-slider-length: 20;
4105 -GtkRange-slider-width: 25;
4106 -GtkRange-trough-border: 1; }
4107 .scale.vertical.scale-has-marks-above.slider {
4108 border-style: none;
4109 border-radius: 0;
4110 background-color: transparent;
4111 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above.png"), url("assets/slider-vert-scale-has-marks-above@2.png"));
4112 background-repeat: no-repeat;
4113 background-position: center;
4114 box-shadow: none; }
4115 .scale.vertical.scale-has-marks-above.slider:active {
4116 border-style: none;
4117 border-radius: 0;
4118 background-color: transparent;
4119 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active.png"), url("assets/slider-vert-scale-has-marks-above-active@2.png"));
4120 background-repeat: no-repeat;
4121 background-position: center;
4122 box-shadow: none; }
4123 .scale.vertical.scale-has-marks-above.slider:insensitive {
4124 border-style: none;
4125 border-radius: 0;
4126 background-color: transparent;
4127 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-insensitive@2.png"));
4128 background-repeat: no-repeat;
4129 background-position: center;
4130 box-shadow: none; }
4131
4132.scale.scale-has-marks-above .trough {
4133 margin: 15px 10px 10px; }
4134
4135.scale.scale-has-marks-below .trough {
4136 margin: 10px 10px 15px; }
4137
4138.scale.vertical.scale-has-marks-above .trough {
4139 margin: 10px 10px 10px 15px; }
4140
4141.scale.vertical.scale-has-marks-below .trough {
4142 margin: 10px 15px 10px 10px; }
4143
4144/*****************
4145 * Progress bars *
4146 *****************/
4147GtkProgressBar {
4148 -GtkProgressBar-min-horizontal-bar-height: 4;
4149 -GtkProgressBar-min-vertical-bar-width: 4;
4150 padding: 0;
4151 font-size: 90%;
4152 color: rgba(38, 50, 56, 0.5); }
4153 GtkProgressBar.osd {
4154 -GtkProgressBar-xspacing: 0;
4155 -GtkProgressBar-yspacing: 0;
4156 -GtkProgressBar-min-horizontal-bar-height: 4; }
4157 GtkProgressBar.trough {
4158 border-radius: 0;
4159 background-color: rgba(77, 182, 172, 0.2); }
4160 GtkProgressBar.trough.osd {
4161 border-style: none;
4162 box-shadow: none;
4163 background-color: rgba(77, 182, 172, 0.2); }
4164
4165.progressbar {
4166 border-radius: 0;
4167 background-color: #E8E8E8; }
4168 .progressbar.left {
4169 border-top-left-radius: 0;
4170 border-bottom-left-radius: 0; }
4171 .progressbar.right {
4172 border-top-right-radius: 0;
4173 border-bottom-right-radius: 0; }
4174 .progressbar.left.right {
4175 box-shadow: none; }
4176 .progressbar.vertical.top {
4177 border-top-left-radius: 0;
4178 border-top-right-radius: 0; }
4179 .progressbar.vertical.bottom {
4180 border-bottom-left-radius: 0;
4181 border-bottom-right-radius: 0;
4182 box-shadow: none; }
4183 .progressbar.osd {
4184 background-image: none;
4185 background-color: #E8E8E8;
4186 border-style: none;
4187 border-radius: 0; }
4188
4189.entry.progressbar {
4190 border-style: none none solid;
4191 border-width: 2px;
4192 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
4193 border-radius: 0;
4194 box-shadow: none;
4195 background-color: transparent;
4196 background-image: none; }
4197
4198GtkTreeView.view.progressbar, GtkTreeView.view.trough {
4199 border-style: none none solid;
4200 border-width: 4px;
4201 border-radius: 0;
4202 box-shadow: none;
4203 background-color: transparent;
4204 background-image: none; }
4205
4206/*************
4207 * Level Bar *
4208 *************/
4209.level-bar {
4210 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
4211 -GtkLevelBar-min-block-width: 36;
4212 -GtkLevelBar-min-block-height: 4; }
4213 .level-bar.vertical {
4214 -GtkLevelBar-min-block-width: 4;
4215 -GtkLevelBar-min-block-height: 36; }
4216 .level-bar.trough {
4217 padding: 2px;
4218 border-radius: 2px;
4219 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
4220 .level-bar.trough:insensitive {
4221 box-shadow: none; }
4222 .level-bar.trough.indicator-discrete.horizontal {
4223 padding: 2px 1px; }
4224 .level-bar.trough.indicator-discrete.vertical {
4225 padding: 1px 2px; }
4226 .level-bar.fill-block {
4227 background-color: #E8E8E8;
4228 border-radius: 0;
4229 box-shadow: none; }
4230 .level-bar.fill-block.indicator-discrete.horizontal {
4231 margin: 0 1px; }
4232 .level-bar.fill-block.indicator-discrete.vertical {
4233 margin: 1px 0; }
4234 .level-bar.fill-block.level-high {
4235 background-color: #00E676; }
4236 .level-bar.fill-block.level-low {
4237 background-color: #E8E8E8; }
4238 .level-bar.fill-block.empty-fill-block {
4239 background-color: alpha(currentColor, 0.2); }
4240
4241/**********
4242 * Frames *
4243 **********/
4244.frame {
4245 border: 1px solid rgba(0, 0, 0, 0.09);
4246 padding: 0; }
4247 .frame.flat {
4248 border-style: none; }
4249 .frame.action-bar {
4250 padding: 0.4em;
4251 border-width: 1px 0 0; }
4252
4253GtkScrolledWindow GtkViewport.frame {
4254 border-style: none; }
4255
4256.separator {
4257 color: rgba(0, 0, 0, 0.09); }
4258 GtkFileChooserButton .separator.vertical, GtkFontButton .separator.vertical {
4259 -GtkWidget-wide-separators: true; }
4260
4261/*********
4262 * Lists *
4263 *********/
4264.list {
4265 border-color: rgba(0, 0, 0, 0.09);
4266 background-color: #FFFFFF; }
4267
4268.list-row, .tweak-category,
4269.grid-child {
4270 padding: 2px; }
4271
4272.list-row.activatable, .view, column-header .button, .activatable.tweak-category {
4273 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
4274 background-repeat: no-repeat;
4275 background-position: center, center;
4276 background-size: 240px 240px, auto; }
4277 .list-row.activatable:hover, .view:hover, column-header .button:hover, .activatable.tweak-category:hover {
4278 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.05)); }
4279 .list-row.activatable:active, .view:active, column-header .button:active, GtkPlacesSidebar.sidebar .has-open-popup, .activatable.tweak-category:active {
4280 animation: list_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
4281 .list-row.activatable:insensitive, .view:insensitive, column-header .button:insensitive, .activatable.tweak-category:insensitive {
4282 color: rgba(38, 50, 56, 0.3); }
4283
4284.list-row:selected .button:insensitive, .tweak-category:selected .button:insensitive {
4285 color: rgba(255, 255, 255, 0.34); }
4286.list-row:selected .button.flat, .tweak-category:selected .button.flat, .list-row:selected .button.osd.image-button, .tweak-category:selected .button.osd.image-button, .list-row:selected .inline-toolbar .button, .inline-toolbar .list-row:selected .button, .tweak-category:selected .inline-toolbar .button, .inline-toolbar .tweak-category:selected .button, .list-row:selected .action-bar .button, .action-bar .list-row:selected .button, .tweak-category:selected .action-bar .button, .action-bar .tweak-category:selected .button, .list-row:selected .inline-toolbar .linked > .button.image-button:not(.text-button), .inline-toolbar .list-row:selected .linked > .button.image-button:not(.text-button), .tweak-category:selected .inline-toolbar .linked > .button.image-button:not(.text-button), .inline-toolbar .tweak-category:selected .linked > .button.image-button:not(.text-button), .list-row:selected .inline-toolbar .stack-switcher > .button.image-button:not(.text-button), .inline-toolbar .list-row:selected .stack-switcher > .button.image-button:not(.text-button), .tweak-category:selected .inline-toolbar .stack-switcher > .button.image-button:not(.text-button), .inline-toolbar .tweak-category:selected .stack-switcher > .button.image-button:not(.text-button), .list-row:selected .action-bar .stack-switcher > .button.image-button:not(.text-button), .action-bar .list-row:selected .stack-switcher > .button.image-button:not(.text-button), .tweak-category:selected .action-bar .stack-switcher > .button.image-button:not(.text-button), .action-bar .tweak-category:selected .stack-switcher > .button.image-button:not(.text-button), .list-row:selected .app-notification .button, .app-notification .list-row:selected .button, .tweak-category:selected .app-notification .button, .app-notification .tweak-category:selected .button, .list-row:selected GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .list-row:selected .button, .tweak-category:selected GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .tweak-category:selected .button, .list-row:selected .toolbar .button, .toolbar .list-row:selected .button, .tweak-category:selected .toolbar .button, .toolbar .tweak-category:selected .button, .list-row:selected .titlebar .button:not(.suggested-action):not(.destructive-action), .titlebar .list-row:selected .button:not(.suggested-action):not(.destructive-action), .tweak-category:selected .titlebar .button:not(.suggested-action):not(.destructive-action), .titlebar .tweak-category:selected .button:not(.suggested-action):not(.destructive-action),
4287.list-row:selected .header-bar .button:not(.suggested-action):not(.destructive-action),
4288.header-bar .list-row:selected .button:not(.suggested-action):not(.destructive-action),
4289.tweak-category:selected .header-bar .button:not(.suggested-action):not(.destructive-action),
4290.header-bar .tweak-category:selected .button:not(.suggested-action):not(.destructive-action), .list-row:selected .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .list-row:selected .button, .tweak-category:selected .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .tweak-category:selected .button, .list-row:selected .sidebar-button.button, .tweak-category:selected .sidebar-button.button, .list-row:selected .info .button, .info .list-row:selected .button, .tweak-category:selected .info .button, .info .tweak-category:selected .button,
4291.list-row:selected .question .button,
4292.question .list-row:selected .button,
4293.tweak-category:selected .question .button,
4294.question .tweak-category:selected .button,
4295.list-row:selected .warning .button,
4296.warning .list-row:selected .button,
4297.tweak-category:selected .warning .button,
4298.warning .tweak-category:selected .button,
4299.list-row:selected .error .button,
4300.error .list-row:selected .button,
4301.tweak-category:selected .error .button,
4302.error .tweak-category:selected .button, .list-row:selected GtkScaleButton.button, .tweak-category:selected GtkScaleButton.button,
4303.list-row:selected GtkVolumeButton.button,
4304.tweak-category:selected GtkVolumeButton.button, .list-row:selected GfCandidatePopup .button, GfCandidatePopup .list-row:selected .button, .tweak-category:selected GfCandidatePopup .button, GfCandidatePopup .tweak-category:selected .button, .list-row:selected GfCandidatePopup .button:first-child, GfCandidatePopup .list-row:selected .button:first-child, .list-row:selected GfCandidatePopup .button:last-child, GfCandidatePopup .list-row:selected .button:last-child,
4305.list-row:selected GfCandidatePopup .linked > .button,
4306GfCandidatePopup .list-row:selected .linked > .button, .list-row:selected MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .list-row:selected .button:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .tweak-category:selected .button:not(.flat):not(.titlebutton), .list-row:selected MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .list-row:selected .button:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .tweak-category:selected .button:not(.flat):not(.titlebutton) {
4307 color: rgba(255, 255, 255, 0.85); }
4308 .list-row:selected .button.flat:hover, .tweak-category:selected .button.flat:hover, .list-row:selected .button.osd.image-button:hover, .tweak-category:selected .button.osd.image-button:hover, .list-row:selected .inline-toolbar .button:hover, .inline-toolbar .list-row:selected .button:hover, .tweak-category:selected .inline-toolbar .button:hover, .inline-toolbar .tweak-category:selected .button:hover, .list-row:selected .action-bar .button:hover, .action-bar .list-row:selected .button:hover, .tweak-category:selected .action-bar .button:hover, .action-bar .tweak-category:selected .button:hover, .list-row:selected .app-notification .button:hover, .app-notification .list-row:selected .button:hover, .tweak-category:selected .app-notification .button:hover, .app-notification .tweak-category:selected .button:hover, .list-row:selected GeditViewFrame .gedit-search-slider .button:hover, GeditViewFrame .gedit-search-slider .list-row:selected .button:hover, .tweak-category:selected GeditViewFrame .gedit-search-slider .button:hover, GeditViewFrame .gedit-search-slider .tweak-category:selected .button:hover, .list-row:selected .toolbar .button:hover, .toolbar .list-row:selected .button:hover, .tweak-category:selected .toolbar .button:hover, .toolbar .tweak-category:selected .button:hover, .list-row:selected .titlebar .button:hover:not(.suggested-action):not(.destructive-action), .titlebar .list-row:selected .button:hover:not(.suggested-action):not(.destructive-action), .tweak-category:selected .titlebar .button:hover:not(.suggested-action):not(.destructive-action), .titlebar .tweak-category:selected .button:hover:not(.suggested-action):not(.destructive-action),
4309 .list-row:selected .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
4310 .header-bar .list-row:selected .button:hover:not(.suggested-action):not(.destructive-action),
4311 .tweak-category:selected .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
4312 .header-bar .tweak-category:selected .button:hover:not(.suggested-action):not(.destructive-action), .list-row:selected .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .list-row:selected .button:hover, .tweak-category:selected .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .tweak-category:selected .button:hover, .list-row:selected .sidebar-button.button:hover, .tweak-category:selected .sidebar-button.button:hover, .list-row:selected .info .button:hover, .info .list-row:selected .button:hover, .tweak-category:selected .info .button:hover, .info .tweak-category:selected .button:hover,
4313 .list-row:selected .question .button:hover,
4314 .question .list-row:selected .button:hover,
4315 .tweak-category:selected .question .button:hover,
4316 .question .tweak-category:selected .button:hover,
4317 .list-row:selected .warning .button:hover,
4318 .warning .list-row:selected .button:hover,
4319 .tweak-category:selected .warning .button:hover,
4320 .warning .tweak-category:selected .button:hover,
4321 .list-row:selected .error .button:hover,
4322 .error .list-row:selected .button:hover,
4323 .tweak-category:selected .error .button:hover,
4324 .error .tweak-category:selected .button:hover, .list-row:selected GtkScaleButton.button:hover, .tweak-category:selected GtkScaleButton.button:hover,
4325 .list-row:selected GtkVolumeButton.button:hover,
4326 .tweak-category:selected GtkVolumeButton.button:hover, .list-row:selected GfCandidatePopup .button:hover, GfCandidatePopup .list-row:selected .button:hover, .tweak-category:selected GfCandidatePopup .button:hover, GfCandidatePopup .tweak-category:selected .button:hover, .list-row:selected GfCandidatePopup .button:hover:first-child, GfCandidatePopup .list-row:selected .button:hover:first-child, .list-row:selected GfCandidatePopup .button:hover:last-child, GfCandidatePopup .list-row:selected .button:hover:last-child,
4327 .list-row:selected GfCandidatePopup .linked > .button:hover,
4328 GfCandidatePopup .list-row:selected .linked > .button:hover, .list-row:selected MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .list-row:selected .button:hover:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .tweak-category:selected .button:hover:not(.flat):not(.titlebutton), .list-row:selected MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .list-row:selected .button:hover:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .tweak-category:selected .button:hover:not(.flat):not(.titlebutton), .list-row:selected .button.flat:active, .tweak-category:selected .button.flat:active, .list-row:selected .button.osd.image-button:active, .tweak-category:selected .button.osd.image-button:active, .list-row:selected .inline-toolbar .button:active, .inline-toolbar .list-row:selected .button:active, .tweak-category:selected .inline-toolbar .button:active, .inline-toolbar .tweak-category:selected .button:active, .list-row:selected .action-bar .button:active, .action-bar .list-row:selected .button:active, .tweak-category:selected .action-bar .button:active, .action-bar .tweak-category:selected .button:active, .list-row:selected .app-notification .button:active, .app-notification .list-row:selected .button:active, .tweak-category:selected .app-notification .button:active, .app-notification .tweak-category:selected .button:active, .list-row:selected GeditViewFrame .gedit-search-slider .button:active, GeditViewFrame .gedit-search-slider .list-row:selected .button:active, .tweak-category:selected GeditViewFrame .gedit-search-slider .button:active, GeditViewFrame .gedit-search-slider .tweak-category:selected .button:active, .list-row:selected .toolbar .button:active, .toolbar .list-row:selected .button:active, .tweak-category:selected .toolbar .button:active, .toolbar .tweak-category:selected .button:active, .list-row:selected .titlebar .button:active:not(.suggested-action):not(.destructive-action), .titlebar .list-row:selected .button:active:not(.suggested-action):not(.destructive-action), .tweak-category:selected .titlebar .button:active:not(.suggested-action):not(.destructive-action), .titlebar .tweak-category:selected .button:active:not(.suggested-action):not(.destructive-action),
4329 .list-row:selected .header-bar .button:active:not(.suggested-action):not(.destructive-action),
4330 .header-bar .list-row:selected .button:active:not(.suggested-action):not(.destructive-action),
4331 .tweak-category:selected .header-bar .button:active:not(.suggested-action):not(.destructive-action),
4332 .header-bar .tweak-category:selected .button:active:not(.suggested-action):not(.destructive-action), .list-row:selected .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .list-row:selected .button:active, .tweak-category:selected .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .tweak-category:selected .button:active, .list-row:selected .sidebar-button.button:active, .tweak-category:selected .sidebar-button.button:active, .list-row:selected .info .button:active, .info .list-row:selected .button:active, .tweak-category:selected .info .button:active, .info .tweak-category:selected .button:active,
4333 .list-row:selected .question .button:active,
4334 .question .list-row:selected .button:active,
4335 .tweak-category:selected .question .button:active,
4336 .question .tweak-category:selected .button:active,
4337 .list-row:selected .warning .button:active,
4338 .warning .list-row:selected .button:active,
4339 .tweak-category:selected .warning .button:active,
4340 .warning .tweak-category:selected .button:active,
4341 .list-row:selected .error .button:active,
4342 .error .list-row:selected .button:active,
4343 .tweak-category:selected .error .button:active,
4344 .error .tweak-category:selected .button:active, .list-row:selected GtkScaleButton.button:active, .tweak-category:selected GtkScaleButton.button:active,
4345 .list-row:selected GtkVolumeButton.button:active,
4346 .tweak-category:selected GtkVolumeButton.button:active, .list-row:selected GfCandidatePopup .button:active, GfCandidatePopup .list-row:selected .button:active, .tweak-category:selected GfCandidatePopup .button:active, GfCandidatePopup .tweak-category:selected .button:active, .list-row:selected GfCandidatePopup .button:active:first-child, GfCandidatePopup .list-row:selected .button:active:first-child, .list-row:selected GfCandidatePopup .button:active:last-child, GfCandidatePopup .list-row:selected .button:active:last-child,
4347 .list-row:selected GfCandidatePopup .linked > .button:active,
4348 GfCandidatePopup .list-row:selected .linked > .button:active, .list-row:selected MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .list-row:selected .button:active:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .tweak-category:selected .button:active:not(.flat):not(.titlebutton), .list-row:selected MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .list-row:selected .button:active:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .tweak-category:selected .button:active:not(.flat):not(.titlebutton) {
4349 color: #FFFFFF; }
4350 .list-row:selected .button.flat:insensitive, .tweak-category:selected .button.flat:insensitive, .list-row:selected .button.osd.image-button:insensitive, .tweak-category:selected .button.osd.image-button:insensitive, .list-row:selected .inline-toolbar .button:insensitive, .inline-toolbar .list-row:selected .button:insensitive, .tweak-category:selected .inline-toolbar .button:insensitive, .inline-toolbar .tweak-category:selected .button:insensitive, .list-row:selected .action-bar .button:insensitive, .action-bar .list-row:selected .button:insensitive, .tweak-category:selected .action-bar .button:insensitive, .action-bar .tweak-category:selected .button:insensitive, .list-row:selected .app-notification .button:insensitive, .app-notification .list-row:selected .button:insensitive, .tweak-category:selected .app-notification .button:insensitive, .app-notification .tweak-category:selected .button:insensitive, .list-row:selected GeditViewFrame .gedit-search-slider .button:insensitive, GeditViewFrame .gedit-search-slider .list-row:selected .button:insensitive, .tweak-category:selected GeditViewFrame .gedit-search-slider .button:insensitive, GeditViewFrame .gedit-search-slider .tweak-category:selected .button:insensitive, .list-row:selected .toolbar .button:insensitive, .toolbar .list-row:selected .button:insensitive, .tweak-category:selected .toolbar .button:insensitive, .toolbar .tweak-category:selected .button:insensitive, .list-row:selected .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action), .titlebar .list-row:selected .button:insensitive:not(.suggested-action):not(.destructive-action), .tweak-category:selected .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action), .titlebar .tweak-category:selected .button:insensitive:not(.suggested-action):not(.destructive-action),
4351 .list-row:selected .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
4352 .header-bar .list-row:selected .button:insensitive:not(.suggested-action):not(.destructive-action),
4353 .tweak-category:selected .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
4354 .header-bar .tweak-category:selected .button:insensitive:not(.suggested-action):not(.destructive-action), .list-row:selected .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .list-row:selected .button:insensitive, .tweak-category:selected .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .tweak-category:selected .button:insensitive, .list-row:selected .sidebar-button.button:insensitive, .tweak-category:selected .sidebar-button.button:insensitive, .list-row:selected .info .button:insensitive, .info .list-row:selected .button:insensitive, .tweak-category:selected .info .button:insensitive, .info .tweak-category:selected .button:insensitive,
4355 .list-row:selected .question .button:insensitive,
4356 .question .list-row:selected .button:insensitive,
4357 .tweak-category:selected .question .button:insensitive,
4358 .question .tweak-category:selected .button:insensitive,
4359 .list-row:selected .warning .button:insensitive,
4360 .warning .list-row:selected .button:insensitive,
4361 .tweak-category:selected .warning .button:insensitive,
4362 .warning .tweak-category:selected .button:insensitive,
4363 .list-row:selected .error .button:insensitive,
4364 .error .list-row:selected .button:insensitive,
4365 .tweak-category:selected .error .button:insensitive,
4366 .error .tweak-category:selected .button:insensitive, .list-row:selected GtkScaleButton.button:insensitive, .tweak-category:selected GtkScaleButton.button:insensitive,
4367 .list-row:selected GtkVolumeButton.button:insensitive,
4368 .tweak-category:selected GtkVolumeButton.button:insensitive, .list-row:selected GfCandidatePopup .button:insensitive, GfCandidatePopup .list-row:selected .button:insensitive, .tweak-category:selected GfCandidatePopup .button:insensitive, GfCandidatePopup .tweak-category:selected .button:insensitive, .list-row:selected GfCandidatePopup .button:insensitive:first-child, GfCandidatePopup .list-row:selected .button:insensitive:first-child, .list-row:selected GfCandidatePopup .button:insensitive:last-child, GfCandidatePopup .list-row:selected .button:insensitive:last-child,
4369 .list-row:selected GfCandidatePopup .linked > .button:insensitive,
4370 GfCandidatePopup .list-row:selected .linked > .button:insensitive, .list-row:selected MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .list-row:selected .button:insensitive:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .tweak-category:selected .button:insensitive:not(.flat):not(.titlebutton), .list-row:selected MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .list-row:selected .button:insensitive:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .tweak-category:selected .button:insensitive:not(.flat):not(.titlebutton) {
4371 color: rgba(255, 255, 255, 0.34); }
4372
4373.list-row .button.image-button, .tweak-category .button.image-button {
4374 padding: 0.4em;
4375 background-size: 2.5em 2.5em, auto; }
4376
4377.list-row:hover, .tweak-category:hover {
4378 transition: none; }
4379
4380/*********************
4381 * App Notifications *
4382 *********************/
4383/*************
4384 * Expanders *
4385 *************/
4386.expander {
4387 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
4388 .expander:checked {
4389 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
4390 .expander:not(:hover):not(:active) {
4391 color: alpha(currentColor, 0.75); }
4392 .expander:selected {
4393 color: #FFFFFF; }
4394 .expander:dir(rtl) {
4395 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
4396
4397/************
4398 * Calendar *
4399 ***********/
4400GtkCalendar {
4401 margin: 0.6em 0;
4402 padding: 0.4em 0.1em 0.2em;
4403 border: 1px solid rgba(0, 0, 0, 0.09);
4404 color: #263238; }
4405 GtkCalendar:selected {
4406 border: none;
4407 border-radius: 100px;
4408 color: #FFFFFF;
4409 background-color: transparent;
4410 background-image: -gtk-scaled(url("assets/calendar-day-selected.png"), url("assets/calendar-day-selected@2.png"));
4411 background-size: 2em 2em;
4412 background-position: center top;
4413 background-repeat: no-repeat; }
4414 GtkCalendar.header {
4415 border: 1px solid transparent;
4416 border-bottom-color: rgba(0, 0, 0, 0.09);
4417 border-radius: 0; }
4418 GtkCalendar.button {
4419 box-shadow: none;
4420 background-color: transparent;
4421 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
4422 color: alpha(currentColor, 0.2); }
4423 GtkCalendar.button:hover {
4424 box-shadow: none;
4425 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); }
4426 GtkCalendar.button:active {
4427 box-shadow: none;
4428 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
4429 GtkCalendar.button:insensitive {
4430 box-shadow: none;
4431 background-color: transparent; }
4432 GtkCalendar:inconsistent {
4433 color: alpha(currentColor, 0.2); }
4434 GtkCalendar.highlight {
4435 color: alpha(currentColor, 0.55);
4436 font-size: 90%;
4437 font-weight: 500; }
4438
4439/***********
4440 * Dialogs *
4441 ***********/
4442messagedialog .titlebar {
4443 min-height: 20px;
4444 background-color: rgba(0, 0, 0);
4445 border-bottom: 1px solid rgba(212, 213, 219, 0.95); }
4446
4447messagedialog .dialog-action-area button {
4448 padding: 8px;
4449 min-height: 0; }
4450
4451messagedialog.csd.background {
4452 border-bottom-left-radius: 3px;
4453 border-bottom-right-radius: 3px;
4454 border: none; }
4455
4456messagedialog.csd .dialog-action-area button {
4457 border-bottom-style: none; }
4458
4459messagedialog.csd .dialog-action-area button {
4460 border-radius: 0;
4461 border-right-style: none; }
4462
4463messagedialog.csd .dialog-action-area button:last-child {
4464 border-radius: 0 0 3px 0;
4465 border-right-style: none; }
4466
4467messagedialog.csd .dialog-action-area button:first-child {
4468 border-radius: 0 0 0 3px;
4469 border-left-style: none; }
4470
4471messagedialog.csd .dialog-action-area button:only-child {
4472 border-radius: 0 0 3px 3px;
4473 border-left-style: none;
4474 border-right-style: none; }
4475
4476filechooser #pathbarbox {
4477 border-bottom: 1px solid rgba(220, 223, 227, 0.5); }
4478
4479filechooserbutton:drop(active) {
4480 box-shadow: none;
4481 border-color: transparent; }
4482
4483/***********
4484 * Sidebar *
4485 ***********/
4486.sidebar {
4487 border: none;
4488 color: rgba(38, 50, 56, 0.75);
4489 background-color: #FFFFFF; }
4490 .sidebar:dir(ltr), .sidebar .list:dir(ltr) {
4491 box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
4492 .sidebar:dir(rtl), .sidebar .list:dir(rtl) {
4493 box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
4494 .sidebar GtkTreeView.view,
4495 .sidebar .frame,
4496 .sidebar .list {
4497 background-color: transparent; }
4498 .sidebar GtkTreeView.view {
4499 box-shadow: none; }
4500 .sidebar .frame .list {
4501 box-shadow: none; }
4502 .sidebar .overshoot,
4503 .sidebar .undershoot {
4504 box-shadow: none; }
4505
4506GtkSidebarRow.list-row, GtkSidebarRow.tweak-category {
4507 padding: 0;
4508 color: rgba(38, 50, 56, 0.75);
4509 font-weight: 500; }
4510 GtkSidebarRow.list-row:hover, GtkSidebarRow.tweak-category:hover {
4511 color: #263238; }
4512 GtkSidebarRow.list-row:selected, GtkSidebarRow.tweak-category:selected {
4513 color: #E8E8E8;
4514 background-color: transparent; }
4515 GtkSidebarRow.list-row:backdrop, GtkSidebarRow.tweak-category:backdrop {
4516 opacity: 1.0; }
4517GtkSidebarRow .sidebar-revealer {
4518 padding: 0.2em 1.1em 0.2em 1em; }
4519GtkSidebarRow .sidebar-icon {
4520 opacity: 0.75; }
4521 GtkSidebarRow .sidebar-icon:dir(ltr) {
4522 padding-right: 0.6em; }
4523 GtkSidebarRow .sidebar-icon:dir(rtl) {
4524 padding-left: 0.6em; }
4525GtkSidebarRow .sidebar-label:dir(ltr) {
4526 padding-right: 0.1em; }
4527GtkSidebarRow .sidebar-label:dir(rtl) {
4528 padding-left: 0.1em; }
4529
4530GtkPlacesSidebar.sidebar .list-row:selected:insensitive .label, GtkPlacesSidebar.sidebar .tweak-category:selected:insensitive .label {
4531 color: rgba(255, 255, 255, 0.4); }
4532GtkPlacesSidebar.sidebar .list-row:selected .sidebar-button.button, GtkPlacesSidebar.sidebar .tweak-category:selected .sidebar-button.button {
4533 color: #4DD0E1; }
4534 GtkPlacesSidebar.sidebar .list-row:selected .sidebar-button.button:hover, GtkPlacesSidebar.sidebar .tweak-category:selected .sidebar-button.button:hover, GtkPlacesSidebar.sidebar .list-row:selected .sidebar-button.button:active, GtkPlacesSidebar.sidebar .tweak-category:selected .sidebar-button.button:active {
4535 color: #E8E8E8; }
4536GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
4537 border: solid 1px #E8E8E8; }
4538GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
4539 color: #E8E8E8; }
4540.sidebar-button.button.image-button {
4541 padding: 4px;
4542 color: rgba(38, 50, 56, 0.75); }
4543 .sidebar-button.button.image-button:hover, .sidebar-button.button.image-button:active, .sidebar-button.button.image-button:checked {
4544 color: #263238; }
4545GtkPlacesSidebar.sidebar .has-open-popup {
4546 transition: none; }
4547
4548.sidebar-item {
4549 padding: 0.8em 0.6em; }
4550 .sidebar-item > .label {
4551 padding-left: 0.4em;
4552 padding-right: 0.4em; }
4553
4554GtkStackSidebar .sidebar-item {
4555 padding: 0.8em 0.6em;
4556 color: rgba(38, 50, 56, 0.75);
4557 font-weight: 500; }
4558 GtkStackSidebar .sidebar-item > .label {
4559 padding-left: 0.4em;
4560 padding-right: 0.4em; }
4561 GtkStackSidebar .sidebar-item:hover {
4562 color: #263238; }
4563 GtkStackSidebar .sidebar-item:selected {
4564 color: #E8E8E8;
4565 background-color: transparent; }
4566 GtkStackSidebar .sidebar-item:backdrop {
4567 opacity: 1.0; }
4568GtkStackSidebar .frame .list {
4569 background-color: rgba(12, 18, 0, 0.01); }
4570 GtkStackSidebar .frame .list:dir(ltr) {
4571 box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
4572 GtkStackSidebar .frame .list:dir(rtl) {
4573 box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
4574GtkStackSidebar .separator {
4575 -GtkWidget-wide-separators: true; }
4576
4577/*********
4578 * Paned *
4579 *********/
4580GtkPaned {
4581 -GtkPaned-handle-size: 1;
4582 -gtk-icon-source: none;
4583 margin: 0 8px 8px 0; }
4584 GtkPaned:dir(rtl) {
4585 margin-right: 0;
4586 margin-left: 8px; }
4587 GtkPaned .pane-separator {
4588 background-color: rgba(0, 0, 0, 0.09); }
4589
4590GtkPaned.wide {
4591 -GtkPaned-handle-size: 6;
4592 margin: 0; }
4593 GtkPaned.wide .pane-separator {
4594 background-color: transparent;
4595 border-style: none solid;
4596 border-color: rgba(0, 0, 0, 0.09);
4597 border-width: 1px; }
4598 GtkPaned.wide.vertical .pane-separator {
4599 border-style: solid none; }
4600
4601/**************
4602 * GtkInfoBar *
4603 **************/
4604GtkInfoBar, NautilusTrashBar {
4605 padding: 0.4em;
4606 border-width: 0 0 1px;
4607 border-style: solid;
4608 border-color: #E5E9EC;
4609 background-color: #FFFFFF; }
4610
4611.info,
4612.question,
4613.warning,
4614.error {
4615 color: rgba(38, 50, 56, 0.75); }
4616 .info .button,
4617 .question .button,
4618 .warning .button,
4619 .error .button {
4620 color: rgba(38, 50, 56, 0.75); }
4621 .info .button:insensitive,
4622 .question .button:insensitive,
4623 .warning .button:insensitive,
4624 .error .button:insensitive {
4625 color: rgba(38, 50, 56, 0.3); }
4626 .info .button.flat, .info .button.osd.image-button, .info .inline-toolbar .button, .inline-toolbar .info .button, .info .inline-toolbar .button.image-button:not(.text-button), .inline-toolbar .info .button.image-button:not(.text-button), .info .action-bar .button, .action-bar .info .button, .info .action-bar .button.image-button:not(.text-button), .action-bar .info .button.image-button:not(.text-button), .info .app-notification .button, .app-notification .info .button, .info GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .info .button, .info .toolbar .button, .toolbar .info .button, .info .titlebar .button:not(.suggested-action):not(.destructive-action), .titlebar .info .button:not(.suggested-action):not(.destructive-action),
4627 .info .header-bar .button:not(.suggested-action):not(.destructive-action),
4628 .header-bar .info .button:not(.suggested-action):not(.destructive-action), .info .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .info .button, .info .sidebar-button.button, .info .button,
4629 .info .question .button,
4630 .question .info .button,
4631 .info .warning .button,
4632 .warning .info .button,
4633 .info .error .button,
4634 .error .info .button, .info GtkScaleButton.button,
4635 .info GtkVolumeButton.button, .info GfCandidatePopup .button, GfCandidatePopup .info .button, .info GfCandidatePopup .button:first-child, GfCandidatePopup .info .button:first-child, .info GfCandidatePopup .button:last-child, GfCandidatePopup .info .button:last-child,
4636 .info GfCandidatePopup .linked > .button,
4637 GfCandidatePopup .info .linked > .button, .info MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .info .button:not(.flat):not(.titlebutton), .info MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .info .button:not(.flat):not(.titlebutton),
4638 .info .action-bar .linked > .button.image-button,
4639 .action-bar .info .linked > .button.image-button, .info NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .info .button.image-button,
4640 .question .button.flat,
4641 .question .button.osd.image-button,
4642 .question .inline-toolbar .button,
4643 .inline-toolbar .question .button,
4644 .question .inline-toolbar .button.image-button:not(.text-button),
4645 .inline-toolbar .question .button.image-button:not(.text-button),
4646 .question .action-bar .button,
4647 .action-bar .question .button,
4648 .question .action-bar .button.image-button:not(.text-button),
4649 .action-bar .question .button.image-button:not(.text-button),
4650 .question .app-notification .button,
4651 .app-notification .question .button,
4652 .question GeditViewFrame .gedit-search-slider .button,
4653 GeditViewFrame .gedit-search-slider .question .button,
4654 .question .toolbar .button,
4655 .toolbar .question .button,
4656 .question .titlebar .button:not(.suggested-action):not(.destructive-action),
4657 .titlebar .question .button:not(.suggested-action):not(.destructive-action),
4658 .question .header-bar .button:not(.suggested-action):not(.destructive-action),
4659 .header-bar .question .button:not(.suggested-action):not(.destructive-action),
4660 .question .message-dialog.csd .dialog-action-area .button,
4661 .message-dialog.csd .dialog-action-area .question .button,
4662 .question .sidebar-button.button,
4663 .question .info .button,
4664 .info .question .button,
4665 .question .button,
4666 .question .warning .button,
4667 .warning .question .button,
4668 .question .error .button,
4669 .error .question .button,
4670 .question GtkScaleButton.button,
4671 .question GtkVolumeButton.button,
4672 .question GfCandidatePopup .button,
4673 GfCandidatePopup .question .button,
4674 .question GfCandidatePopup .button:first-child,
4675 GfCandidatePopup .question .button:first-child,
4676 .question GfCandidatePopup .button:last-child,
4677 GfCandidatePopup .question .button:last-child,
4678 .question GfCandidatePopup .linked > .button,
4679 GfCandidatePopup .question .linked > .button,
4680 .question MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton),
4681 MathWindow :not(.titlebar) .question .button:not(.flat):not(.titlebutton),
4682 .question MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
4683 MathWindow :not(.header-bar) .question .button:not(.flat):not(.titlebutton),
4684 .question .action-bar .linked > .button.image-button,
4685 .action-bar .question .linked > .button.image-button,
4686 .question NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button,
4687 NemoWindow GtkGrid > GtkEventBox > .toolbar .question .button.image-button,
4688 .warning .button.flat,
4689 .warning .button.osd.image-button,
4690 .warning .inline-toolbar .button,
4691 .inline-toolbar .warning .button,
4692 .warning .inline-toolbar .button.image-button:not(.text-button),
4693 .inline-toolbar .warning .button.image-button:not(.text-button),
4694 .warning .action-bar .button,
4695 .action-bar .warning .button,
4696 .warning .action-bar .button.image-button:not(.text-button),
4697 .action-bar .warning .button.image-button:not(.text-button),
4698 .warning .app-notification .button,
4699 .app-notification .warning .button,
4700 .warning GeditViewFrame .gedit-search-slider .button,
4701 GeditViewFrame .gedit-search-slider .warning .button,
4702 .warning .toolbar .button,
4703 .toolbar .warning .button,
4704 .warning .titlebar .button:not(.suggested-action):not(.destructive-action),
4705 .titlebar .warning .button:not(.suggested-action):not(.destructive-action),
4706 .warning .header-bar .button:not(.suggested-action):not(.destructive-action),
4707 .header-bar .warning .button:not(.suggested-action):not(.destructive-action),
4708 .warning .message-dialog.csd .dialog-action-area .button,
4709 .message-dialog.csd .dialog-action-area .warning .button,
4710 .warning .sidebar-button.button,
4711 .warning .info .button,
4712 .info .warning .button,
4713 .warning .question .button,
4714 .question .warning .button,
4715 .warning .button,
4716 .warning .error .button,
4717 .error .warning .button,
4718 .warning GtkScaleButton.button,
4719 .warning GtkVolumeButton.button,
4720 .warning GfCandidatePopup .button,
4721 GfCandidatePopup .warning .button,
4722 .warning GfCandidatePopup .button:first-child,
4723 GfCandidatePopup .warning .button:first-child,
4724 .warning GfCandidatePopup .button:last-child,
4725 GfCandidatePopup .warning .button:last-child,
4726 .warning GfCandidatePopup .linked > .button,
4727 GfCandidatePopup .warning .linked > .button,
4728 .warning MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton),
4729 MathWindow :not(.titlebar) .warning .button:not(.flat):not(.titlebutton),
4730 .warning MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
4731 MathWindow :not(.header-bar) .warning .button:not(.flat):not(.titlebutton),
4732 .warning .action-bar .linked > .button.image-button,
4733 .action-bar .warning .linked > .button.image-button,
4734 .warning NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button,
4735 NemoWindow GtkGrid > GtkEventBox > .toolbar .warning .button.image-button,
4736 .error .button.flat,
4737 .error .button.osd.image-button,
4738 .error .inline-toolbar .button,
4739 .inline-toolbar .error .button,
4740 .error .inline-toolbar .button.image-button:not(.text-button),
4741 .inline-toolbar .error .button.image-button:not(.text-button),
4742 .error .action-bar .button,
4743 .action-bar .error .button,
4744 .error .action-bar .button.image-button:not(.text-button),
4745 .action-bar .error .button.image-button:not(.text-button),
4746 .error .app-notification .button,
4747 .app-notification .error .button,
4748 .error GeditViewFrame .gedit-search-slider .button,
4749 GeditViewFrame .gedit-search-slider .error .button,
4750 .error .toolbar .button,
4751 .toolbar .error .button,
4752 .error .titlebar .button:not(.suggested-action):not(.destructive-action),
4753 .titlebar .error .button:not(.suggested-action):not(.destructive-action),
4754 .error .header-bar .button:not(.suggested-action):not(.destructive-action),
4755 .header-bar .error .button:not(.suggested-action):not(.destructive-action),
4756 .error .message-dialog.csd .dialog-action-area .button,
4757 .message-dialog.csd .dialog-action-area .error .button,
4758 .error .sidebar-button.button,
4759 .error .info .button,
4760 .info .error .button,
4761 .error .question .button,
4762 .question .error .button,
4763 .error .warning .button,
4764 .warning .error .button,
4765 .error .button,
4766 .error GtkScaleButton.button,
4767 .error GtkVolumeButton.button,
4768 .error GfCandidatePopup .button,
4769 GfCandidatePopup .error .button,
4770 .error GfCandidatePopup .button:first-child,
4771 GfCandidatePopup .error .button:first-child,
4772 .error GfCandidatePopup .button:last-child,
4773 GfCandidatePopup .error .button:last-child,
4774 .error GfCandidatePopup .linked > .button,
4775 GfCandidatePopup .error .linked > .button,
4776 .error MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton),
4777 MathWindow :not(.titlebar) .error .button:not(.flat):not(.titlebutton),
4778 .error MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
4779 MathWindow :not(.header-bar) .error .button:not(.flat):not(.titlebutton),
4780 .error .action-bar .linked > .button.image-button,
4781 .action-bar .error .linked > .button.image-button,
4782 .error NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button,
4783 NemoWindow GtkGrid > GtkEventBox > .toolbar .error .button.image-button {
4784 color: rgba(38, 50, 56, 0.75); }
4785 .info .button.flat:hover, .info .button.osd.image-button:hover, .info .inline-toolbar .button:hover, .inline-toolbar .info .button:hover, .info .action-bar .button:hover, .action-bar .info .button:hover, .info .inline-toolbar .linked > .button.image-button:hover:not(.text-button), .inline-toolbar .info .linked > .button.image-button:hover:not(.text-button), .info .inline-toolbar .stack-switcher > .button.image-button:hover:not(.text-button), .inline-toolbar .info .stack-switcher > .button.image-button:hover:not(.text-button), .info .action-bar .stack-switcher > .button.image-button:hover:not(.text-button), .action-bar .info .stack-switcher > .button.image-button:hover:not(.text-button), .info .app-notification .button:hover, .app-notification .info .button:hover, .info GeditViewFrame .gedit-search-slider .button:hover, GeditViewFrame .gedit-search-slider .info .button:hover, .info .toolbar .button:hover, .toolbar .info .button:hover, .info .titlebar .button:hover:not(.suggested-action):not(.destructive-action), .titlebar .info .button:hover:not(.suggested-action):not(.destructive-action),
4786 .info .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
4787 .header-bar .info .button:hover:not(.suggested-action):not(.destructive-action), .info .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .info .button:hover, .info .sidebar-button.button:hover, .info .button:hover,
4788 .info .question .button:hover,
4789 .question .info .button:hover,
4790 .info .warning .button:hover,
4791 .warning .info .button:hover,
4792 .info .error .button:hover,
4793 .error .info .button:hover, .info GtkScaleButton.button:hover,
4794 .info GtkVolumeButton.button:hover, .info GfCandidatePopup .button:hover, GfCandidatePopup .info .button:hover, .info GfCandidatePopup .button:hover:first-child, GfCandidatePopup .info .button:hover:first-child, .info GfCandidatePopup .button:hover:last-child, GfCandidatePopup .info .button:hover:last-child,
4795 .info GfCandidatePopup .linked > .button:hover,
4796 GfCandidatePopup .info .linked > .button:hover, .info MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .info .button:hover:not(.flat):not(.titlebutton), .info MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .info .button:hover:not(.flat):not(.titlebutton), .info .button.flat:active, .info .button.osd.image-button:active, .info .inline-toolbar .button:active, .inline-toolbar .info .button:active, .info .action-bar .button:active, .action-bar .info .button:active, .info .inline-toolbar .linked > .button.image-button:active:not(.text-button), .inline-toolbar .info .linked > .button.image-button:active:not(.text-button), .info .inline-toolbar .stack-switcher > .button.image-button:active:not(.text-button), .inline-toolbar .info .stack-switcher > .button.image-button:active:not(.text-button), .info .action-bar .stack-switcher > .button.image-button:active:not(.text-button), .action-bar .info .stack-switcher > .button.image-button:active:not(.text-button), .info .app-notification .button:active, .app-notification .info .button:active, .info GeditViewFrame .gedit-search-slider .button:active, GeditViewFrame .gedit-search-slider .info .button:active, .info .toolbar .button:active, .toolbar .info .button:active, .info .titlebar .button:active:not(.suggested-action):not(.destructive-action), .titlebar .info .button:active:not(.suggested-action):not(.destructive-action),
4797 .info .header-bar .button:active:not(.suggested-action):not(.destructive-action),
4798 .header-bar .info .button:active:not(.suggested-action):not(.destructive-action), .info .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .info .button:active, .info .sidebar-button.button:active, .info .button:active,
4799 .info .question .button:active,
4800 .question .info .button:active,
4801 .info .warning .button:active,
4802 .warning .info .button:active,
4803 .info .error .button:active,
4804 .error .info .button:active, .info GtkScaleButton.button:active,
4805 .info GtkVolumeButton.button:active, .info GfCandidatePopup .button:active, GfCandidatePopup .info .button:active, .info GfCandidatePopup .button:active:first-child, GfCandidatePopup .info .button:active:first-child, .info GfCandidatePopup .button:active:last-child, GfCandidatePopup .info .button:active:last-child,
4806 .info GfCandidatePopup .linked > .button:active,
4807 GfCandidatePopup .info .linked > .button:active, .info MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .info .button:active:not(.flat):not(.titlebutton), .info MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .info .button:active:not(.flat):not(.titlebutton),
4808 .question .button.flat:hover,
4809 .question .button.osd.image-button:hover,
4810 .question .inline-toolbar .button:hover,
4811 .inline-toolbar .question .button:hover,
4812 .question .action-bar .button:hover,
4813 .action-bar .question .button:hover,
4814 .question .inline-toolbar .linked > .button.image-button:hover:not(.text-button),
4815 .inline-toolbar .question .linked > .button.image-button:hover:not(.text-button),
4816 .question .inline-toolbar .stack-switcher > .button.image-button:hover:not(.text-button),
4817 .inline-toolbar .question .stack-switcher > .button.image-button:hover:not(.text-button),
4818 .question .action-bar .stack-switcher > .button.image-button:hover:not(.text-button),
4819 .action-bar .question .stack-switcher > .button.image-button:hover:not(.text-button),
4820 .question .app-notification .button:hover,
4821 .app-notification .question .button:hover,
4822 .question GeditViewFrame .gedit-search-slider .button:hover,
4823 GeditViewFrame .gedit-search-slider .question .button:hover,
4824 .question .toolbar .button:hover,
4825 .toolbar .question .button:hover,
4826 .question .titlebar .button:hover:not(.suggested-action):not(.destructive-action),
4827 .titlebar .question .button:hover:not(.suggested-action):not(.destructive-action),
4828 .question .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
4829 .header-bar .question .button:hover:not(.suggested-action):not(.destructive-action),
4830 .question .message-dialog.csd .dialog-action-area .button:hover,
4831 .message-dialog.csd .dialog-action-area .question .button:hover,
4832 .question .sidebar-button.button:hover,
4833 .question .info .button:hover,
4834 .info .question .button:hover,
4835 .question .button:hover,
4836 .question .warning .button:hover,
4837 .warning .question .button:hover,
4838 .question .error .button:hover,
4839 .error .question .button:hover,
4840 .question GtkScaleButton.button:hover,
4841 .question GtkVolumeButton.button:hover,
4842 .question GfCandidatePopup .button:hover,
4843 GfCandidatePopup .question .button:hover,
4844 .question GfCandidatePopup .button:hover:first-child,
4845 GfCandidatePopup .question .button:hover:first-child,
4846 .question GfCandidatePopup .button:hover:last-child,
4847 GfCandidatePopup .question .button:hover:last-child,
4848 .question GfCandidatePopup .linked > .button:hover,
4849 GfCandidatePopup .question .linked > .button:hover,
4850 .question MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton),
4851 MathWindow :not(.titlebar) .question .button:hover:not(.flat):not(.titlebutton),
4852 .question MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
4853 MathWindow :not(.header-bar) .question .button:hover:not(.flat):not(.titlebutton),
4854 .question .button.flat:active,
4855 .question .button.osd.image-button:active,
4856 .question .inline-toolbar .button:active,
4857 .inline-toolbar .question .button:active,
4858 .question .action-bar .button:active,
4859 .action-bar .question .button:active,
4860 .question .inline-toolbar .linked > .button.image-button:active:not(.text-button),
4861 .inline-toolbar .question .linked > .button.image-button:active:not(.text-button),
4862 .question .inline-toolbar .stack-switcher > .button.image-button:active:not(.text-button),
4863 .inline-toolbar .question .stack-switcher > .button.image-button:active:not(.text-button),
4864 .question .action-bar .stack-switcher > .button.image-button:active:not(.text-button),
4865 .action-bar .question .stack-switcher > .button.image-button:active:not(.text-button),
4866 .question .app-notification .button:active,
4867 .app-notification .question .button:active,
4868 .question GeditViewFrame .gedit-search-slider .button:active,
4869 GeditViewFrame .gedit-search-slider .question .button:active,
4870 .question .toolbar .button:active,
4871 .toolbar .question .button:active,
4872 .question .titlebar .button:active:not(.suggested-action):not(.destructive-action),
4873 .titlebar .question .button:active:not(.suggested-action):not(.destructive-action),
4874 .question .header-bar .button:active:not(.suggested-action):not(.destructive-action),
4875 .header-bar .question .button:active:not(.suggested-action):not(.destructive-action),
4876 .question .message-dialog.csd .dialog-action-area .button:active,
4877 .message-dialog.csd .dialog-action-area .question .button:active,
4878 .question .sidebar-button.button:active,
4879 .question .info .button:active,
4880 .info .question .button:active,
4881 .question .button:active,
4882 .question .warning .button:active,
4883 .warning .question .button:active,
4884 .question .error .button:active,
4885 .error .question .button:active,
4886 .question GtkScaleButton.button:active,
4887 .question GtkVolumeButton.button:active,
4888 .question GfCandidatePopup .button:active,
4889 GfCandidatePopup .question .button:active,
4890 .question GfCandidatePopup .button:active:first-child,
4891 GfCandidatePopup .question .button:active:first-child,
4892 .question GfCandidatePopup .button:active:last-child,
4893 GfCandidatePopup .question .button:active:last-child,
4894 .question GfCandidatePopup .linked > .button:active,
4895 GfCandidatePopup .question .linked > .button:active,
4896 .question MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton),
4897 MathWindow :not(.titlebar) .question .button:active:not(.flat):not(.titlebutton),
4898 .question MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton),
4899 MathWindow :not(.header-bar) .question .button:active:not(.flat):not(.titlebutton),
4900 .warning .button.flat:hover,
4901 .warning .button.osd.image-button:hover,
4902 .warning .inline-toolbar .button:hover,
4903 .inline-toolbar .warning .button:hover,
4904 .warning .action-bar .button:hover,
4905 .action-bar .warning .button:hover,
4906 .warning .inline-toolbar .linked > .button.image-button:hover:not(.text-button),
4907 .inline-toolbar .warning .linked > .button.image-button:hover:not(.text-button),
4908 .warning .inline-toolbar .stack-switcher > .button.image-button:hover:not(.text-button),
4909 .inline-toolbar .warning .stack-switcher > .button.image-button:hover:not(.text-button),
4910 .warning .action-bar .stack-switcher > .button.image-button:hover:not(.text-button),
4911 .action-bar .warning .stack-switcher > .button.image-button:hover:not(.text-button),
4912 .warning .app-notification .button:hover,
4913 .app-notification .warning .button:hover,
4914 .warning GeditViewFrame .gedit-search-slider .button:hover,
4915 GeditViewFrame .gedit-search-slider .warning .button:hover,
4916 .warning .toolbar .button:hover,
4917 .toolbar .warning .button:hover,
4918 .warning .titlebar .button:hover:not(.suggested-action):not(.destructive-action),
4919 .titlebar .warning .button:hover:not(.suggested-action):not(.destructive-action),
4920 .warning .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
4921 .header-bar .warning .button:hover:not(.suggested-action):not(.destructive-action),
4922 .warning .message-dialog.csd .dialog-action-area .button:hover,
4923 .message-dialog.csd .dialog-action-area .warning .button:hover,
4924 .warning .sidebar-button.button:hover,
4925 .warning .info .button:hover,
4926 .info .warning .button:hover,
4927 .warning .question .button:hover,
4928 .question .warning .button:hover,
4929 .warning .button:hover,
4930 .warning .error .button:hover,
4931 .error .warning .button:hover,
4932 .warning GtkScaleButton.button:hover,
4933 .warning GtkVolumeButton.button:hover,
4934 .warning GfCandidatePopup .button:hover,
4935 GfCandidatePopup .warning .button:hover,
4936 .warning GfCandidatePopup .button:hover:first-child,
4937 GfCandidatePopup .warning .button:hover:first-child,
4938 .warning GfCandidatePopup .button:hover:last-child,
4939 GfCandidatePopup .warning .button:hover:last-child,
4940 .warning GfCandidatePopup .linked > .button:hover,
4941 GfCandidatePopup .warning .linked > .button:hover,
4942 .warning MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton),
4943 MathWindow :not(.titlebar) .warning .button:hover:not(.flat):not(.titlebutton),
4944 .warning MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
4945 MathWindow :not(.header-bar) .warning .button:hover:not(.flat):not(.titlebutton),
4946 .warning .button.flat:active,
4947 .warning .button.osd.image-button:active,
4948 .warning .inline-toolbar .button:active,
4949 .inline-toolbar .warning .button:active,
4950 .warning .action-bar .button:active,
4951 .action-bar .warning .button:active,
4952 .warning .inline-toolbar .linked > .button.image-button:active:not(.text-button),
4953 .inline-toolbar .warning .linked > .button.image-button:active:not(.text-button),
4954 .warning .inline-toolbar .stack-switcher > .button.image-button:active:not(.text-button),
4955 .inline-toolbar .warning .stack-switcher > .button.image-button:active:not(.text-button),
4956 .warning .action-bar .stack-switcher > .button.image-button:active:not(.text-button),
4957 .action-bar .warning .stack-switcher > .button.image-button:active:not(.text-button),
4958 .warning .app-notification .button:active,
4959 .app-notification .warning .button:active,
4960 .warning GeditViewFrame .gedit-search-slider .button:active,
4961 GeditViewFrame .gedit-search-slider .warning .button:active,
4962 .warning .toolbar .button:active,
4963 .toolbar .warning .button:active,
4964 .warning .titlebar .button:active:not(.suggested-action):not(.destructive-action),
4965 .titlebar .warning .button:active:not(.suggested-action):not(.destructive-action),
4966 .warning .header-bar .button:active:not(.suggested-action):not(.destructive-action),
4967 .header-bar .warning .button:active:not(.suggested-action):not(.destructive-action),
4968 .warning .message-dialog.csd .dialog-action-area .button:active,
4969 .message-dialog.csd .dialog-action-area .warning .button:active,
4970 .warning .sidebar-button.button:active,
4971 .warning .info .button:active,
4972 .info .warning .button:active,
4973 .warning .question .button:active,
4974 .question .warning .button:active,
4975 .warning .button:active,
4976 .warning .error .button:active,
4977 .error .warning .button:active,
4978 .warning GtkScaleButton.button:active,
4979 .warning GtkVolumeButton.button:active,
4980 .warning GfCandidatePopup .button:active,
4981 GfCandidatePopup .warning .button:active,
4982 .warning GfCandidatePopup .button:active:first-child,
4983 GfCandidatePopup .warning .button:active:first-child,
4984 .warning GfCandidatePopup .button:active:last-child,
4985 GfCandidatePopup .warning .button:active:last-child,
4986 .warning GfCandidatePopup .linked > .button:active,
4987 GfCandidatePopup .warning .linked > .button:active,
4988 .warning MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton),
4989 MathWindow :not(.titlebar) .warning .button:active:not(.flat):not(.titlebutton),
4990 .warning MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton),
4991 MathWindow :not(.header-bar) .warning .button:active:not(.flat):not(.titlebutton),
4992 .error .button.flat:hover,
4993 .error .button.osd.image-button:hover,
4994 .error .inline-toolbar .button:hover,
4995 .inline-toolbar .error .button:hover,
4996 .error .action-bar .button:hover,
4997 .action-bar .error .button:hover,
4998 .error .inline-toolbar .linked > .button.image-button:hover:not(.text-button),
4999 .inline-toolbar .error .linked > .button.image-button:hover:not(.text-button),
5000 .error .inline-toolbar .stack-switcher > .button.image-button:hover:not(.text-button),
5001 .inline-toolbar .error .stack-switcher > .button.image-button:hover:not(.text-button),
5002 .error .action-bar .stack-switcher > .button.image-button:hover:not(.text-button),
5003 .action-bar .error .stack-switcher > .button.image-button:hover:not(.text-button),
5004 .error .app-notification .button:hover,
5005 .app-notification .error .button:hover,
5006 .error GeditViewFrame .gedit-search-slider .button:hover,
5007 GeditViewFrame .gedit-search-slider .error .button:hover,
5008 .error .toolbar .button:hover,
5009 .toolbar .error .button:hover,
5010 .error .titlebar .button:hover:not(.suggested-action):not(.destructive-action),
5011 .titlebar .error .button:hover:not(.suggested-action):not(.destructive-action),
5012 .error .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
5013 .header-bar .error .button:hover:not(.suggested-action):not(.destructive-action),
5014 .error .message-dialog.csd .dialog-action-area .button:hover,
5015 .message-dialog.csd .dialog-action-area .error .button:hover,
5016 .error .sidebar-button.button:hover,
5017 .error .info .button:hover,
5018 .info .error .button:hover,
5019 .error .question .button:hover,
5020 .question .error .button:hover,
5021 .error .warning .button:hover,
5022 .warning .error .button:hover,
5023 .error .button:hover,
5024 .error GtkScaleButton.button:hover,
5025 .error GtkVolumeButton.button:hover,
5026 .error GfCandidatePopup .button:hover,
5027 GfCandidatePopup .error .button:hover,
5028 .error GfCandidatePopup .button:hover:first-child,
5029 GfCandidatePopup .error .button:hover:first-child,
5030 .error GfCandidatePopup .button:hover:last-child,
5031 GfCandidatePopup .error .button:hover:last-child,
5032 .error GfCandidatePopup .linked > .button:hover,
5033 GfCandidatePopup .error .linked > .button:hover,
5034 .error MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton),
5035 MathWindow :not(.titlebar) .error .button:hover:not(.flat):not(.titlebutton),
5036 .error MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
5037 MathWindow :not(.header-bar) .error .button:hover:not(.flat):not(.titlebutton),
5038 .error .button.flat:active,
5039 .error .button.osd.image-button:active,
5040 .error .inline-toolbar .button:active,
5041 .inline-toolbar .error .button:active,
5042 .error .action-bar .button:active,
5043 .action-bar .error .button:active,
5044 .error .inline-toolbar .linked > .button.image-button:active:not(.text-button),
5045 .inline-toolbar .error .linked > .button.image-button:active:not(.text-button),
5046 .error .inline-toolbar .stack-switcher > .button.image-button:active:not(.text-button),
5047 .inline-toolbar .error .stack-switcher > .button.image-button:active:not(.text-button),
5048 .error .action-bar .stack-switcher > .button.image-button:active:not(.text-button),
5049 .action-bar .error .stack-switcher > .button.image-button:active:not(.text-button),
5050 .error .app-notification .button:active,
5051 .app-notification .error .button:active,
5052 .error GeditViewFrame .gedit-search-slider .button:active,
5053 GeditViewFrame .gedit-search-slider .error .button:active,
5054 .error .toolbar .button:active,
5055 .toolbar .error .button:active,
5056 .error .titlebar .button:active:not(.suggested-action):not(.destructive-action),
5057 .titlebar .error .button:active:not(.suggested-action):not(.destructive-action),
5058 .error .header-bar .button:active:not(.suggested-action):not(.destructive-action),
5059 .header-bar .error .button:active:not(.suggested-action):not(.destructive-action),
5060 .error .message-dialog.csd .dialog-action-area .button:active,
5061 .message-dialog.csd .dialog-action-area .error .button:active,
5062 .error .sidebar-button.button:active,
5063 .error .info .button:active,
5064 .info .error .button:active,
5065 .error .question .button:active,
5066 .question .error .button:active,
5067 .error .warning .button:active,
5068 .warning .error .button:active,
5069 .error .button:active,
5070 .error GtkScaleButton.button:active,
5071 .error GtkVolumeButton.button:active,
5072 .error GfCandidatePopup .button:active,
5073 GfCandidatePopup .error .button:active,
5074 .error GfCandidatePopup .button:active:first-child,
5075 GfCandidatePopup .error .button:active:first-child,
5076 .error GfCandidatePopup .button:active:last-child,
5077 GfCandidatePopup .error .button:active:last-child,
5078 .error GfCandidatePopup .linked > .button:active,
5079 GfCandidatePopup .error .linked > .button:active,
5080 .error MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton),
5081 MathWindow :not(.titlebar) .error .button:active:not(.flat):not(.titlebutton),
5082 .error MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton),
5083 MathWindow :not(.header-bar) .error .button:active:not(.flat):not(.titlebutton) {
5084 color: #263238; }
5085 .info .button.flat:insensitive, .info .button.osd.image-button:insensitive, .info .inline-toolbar .button:insensitive, .inline-toolbar .info .button:insensitive, .info .action-bar .button:insensitive, .action-bar .info .button:insensitive, .info .inline-toolbar .linked > .button.image-button:insensitive:not(.text-button), .inline-toolbar .info .linked > .button.image-button:insensitive:not(.text-button), .info .inline-toolbar .stack-switcher > .button.image-button:insensitive:not(.text-button), .inline-toolbar .info .stack-switcher > .button.image-button:insensitive:not(.text-button), .info .action-bar .stack-switcher > .button.image-button:insensitive:not(.text-button), .action-bar .info .stack-switcher > .button.image-button:insensitive:not(.text-button), .info .app-notification .button:insensitive, .app-notification .info .button:insensitive, .info GeditViewFrame .gedit-search-slider .button:insensitive, GeditViewFrame .gedit-search-slider .info .button:insensitive, .info .toolbar .button:insensitive, .toolbar .info .button:insensitive, .info .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action), .titlebar .info .button:insensitive:not(.suggested-action):not(.destructive-action),
5086 .info .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
5087 .header-bar .info .button:insensitive:not(.suggested-action):not(.destructive-action), .info .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .info .button:insensitive, .info .sidebar-button.button:insensitive, .info .button:insensitive,
5088 .info .question .button:insensitive,
5089 .question .info .button:insensitive,
5090 .info .warning .button:insensitive,
5091 .warning .info .button:insensitive,
5092 .info .error .button:insensitive,
5093 .error .info .button:insensitive, .info GtkScaleButton.button:insensitive,
5094 .info GtkVolumeButton.button:insensitive, .info GfCandidatePopup .button:insensitive, GfCandidatePopup .info .button:insensitive, .info GfCandidatePopup .button:insensitive:first-child, GfCandidatePopup .info .button:insensitive:first-child, .info GfCandidatePopup .button:insensitive:last-child, GfCandidatePopup .info .button:insensitive:last-child,
5095 .info GfCandidatePopup .linked > .button:insensitive,
5096 GfCandidatePopup .info .linked > .button:insensitive, .info MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .info .button:insensitive:not(.flat):not(.titlebutton), .info MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .info .button:insensitive:not(.flat):not(.titlebutton),
5097 .question .button.flat:insensitive,
5098 .question .button.osd.image-button:insensitive,
5099 .question .inline-toolbar .button:insensitive,
5100 .inline-toolbar .question .button:insensitive,
5101 .question .action-bar .button:insensitive,
5102 .action-bar .question .button:insensitive,
5103 .question .inline-toolbar .linked > .button.image-button:insensitive:not(.text-button),
5104 .inline-toolbar .question .linked > .button.image-button:insensitive:not(.text-button),
5105 .question .inline-toolbar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5106 .inline-toolbar .question .stack-switcher > .button.image-button:insensitive:not(.text-button),
5107 .question .action-bar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5108 .action-bar .question .stack-switcher > .button.image-button:insensitive:not(.text-button),
5109 .question .app-notification .button:insensitive,
5110 .app-notification .question .button:insensitive,
5111 .question GeditViewFrame .gedit-search-slider .button:insensitive,
5112 GeditViewFrame .gedit-search-slider .question .button:insensitive,
5113 .question .toolbar .button:insensitive,
5114 .toolbar .question .button:insensitive,
5115 .question .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action),
5116 .titlebar .question .button:insensitive:not(.suggested-action):not(.destructive-action),
5117 .question .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
5118 .header-bar .question .button:insensitive:not(.suggested-action):not(.destructive-action),
5119 .question .message-dialog.csd .dialog-action-area .button:insensitive,
5120 .message-dialog.csd .dialog-action-area .question .button:insensitive,
5121 .question .sidebar-button.button:insensitive,
5122 .question .info .button:insensitive,
5123 .info .question .button:insensitive,
5124 .question .button:insensitive,
5125 .question .warning .button:insensitive,
5126 .warning .question .button:insensitive,
5127 .question .error .button:insensitive,
5128 .error .question .button:insensitive,
5129 .question GtkScaleButton.button:insensitive,
5130 .question GtkVolumeButton.button:insensitive,
5131 .question GfCandidatePopup .button:insensitive,
5132 GfCandidatePopup .question .button:insensitive,
5133 .question GfCandidatePopup .button:insensitive:first-child,
5134 GfCandidatePopup .question .button:insensitive:first-child,
5135 .question GfCandidatePopup .button:insensitive:last-child,
5136 GfCandidatePopup .question .button:insensitive:last-child,
5137 .question GfCandidatePopup .linked > .button:insensitive,
5138 GfCandidatePopup .question .linked > .button:insensitive,
5139 .question MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton),
5140 MathWindow :not(.titlebar) .question .button:insensitive:not(.flat):not(.titlebutton),
5141 .question MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton),
5142 MathWindow :not(.header-bar) .question .button:insensitive:not(.flat):not(.titlebutton),
5143 .warning .button.flat:insensitive,
5144 .warning .button.osd.image-button:insensitive,
5145 .warning .inline-toolbar .button:insensitive,
5146 .inline-toolbar .warning .button:insensitive,
5147 .warning .action-bar .button:insensitive,
5148 .action-bar .warning .button:insensitive,
5149 .warning .inline-toolbar .linked > .button.image-button:insensitive:not(.text-button),
5150 .inline-toolbar .warning .linked > .button.image-button:insensitive:not(.text-button),
5151 .warning .inline-toolbar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5152 .inline-toolbar .warning .stack-switcher > .button.image-button:insensitive:not(.text-button),
5153 .warning .action-bar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5154 .action-bar .warning .stack-switcher > .button.image-button:insensitive:not(.text-button),
5155 .warning .app-notification .button:insensitive,
5156 .app-notification .warning .button:insensitive,
5157 .warning GeditViewFrame .gedit-search-slider .button:insensitive,
5158 GeditViewFrame .gedit-search-slider .warning .button:insensitive,
5159 .warning .toolbar .button:insensitive,
5160 .toolbar .warning .button:insensitive,
5161 .warning .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action),
5162 .titlebar .warning .button:insensitive:not(.suggested-action):not(.destructive-action),
5163 .warning .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
5164 .header-bar .warning .button:insensitive:not(.suggested-action):not(.destructive-action),
5165 .warning .message-dialog.csd .dialog-action-area .button:insensitive,
5166 .message-dialog.csd .dialog-action-area .warning .button:insensitive,
5167 .warning .sidebar-button.button:insensitive,
5168 .warning .info .button:insensitive,
5169 .info .warning .button:insensitive,
5170 .warning .question .button:insensitive,
5171 .question .warning .button:insensitive,
5172 .warning .button:insensitive,
5173 .warning .error .button:insensitive,
5174 .error .warning .button:insensitive,
5175 .warning GtkScaleButton.button:insensitive,
5176 .warning GtkVolumeButton.button:insensitive,
5177 .warning GfCandidatePopup .button:insensitive,
5178 GfCandidatePopup .warning .button:insensitive,
5179 .warning GfCandidatePopup .button:insensitive:first-child,
5180 GfCandidatePopup .warning .button:insensitive:first-child,
5181 .warning GfCandidatePopup .button:insensitive:last-child,
5182 GfCandidatePopup .warning .button:insensitive:last-child,
5183 .warning GfCandidatePopup .linked > .button:insensitive,
5184 GfCandidatePopup .warning .linked > .button:insensitive,
5185 .warning MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton),
5186 MathWindow :not(.titlebar) .warning .button:insensitive:not(.flat):not(.titlebutton),
5187 .warning MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton),
5188 MathWindow :not(.header-bar) .warning .button:insensitive:not(.flat):not(.titlebutton),
5189 .error .button.flat:insensitive,
5190 .error .button.osd.image-button:insensitive,
5191 .error .inline-toolbar .button:insensitive,
5192 .inline-toolbar .error .button:insensitive,
5193 .error .action-bar .button:insensitive,
5194 .action-bar .error .button:insensitive,
5195 .error .inline-toolbar .linked > .button.image-button:insensitive:not(.text-button),
5196 .inline-toolbar .error .linked > .button.image-button:insensitive:not(.text-button),
5197 .error .inline-toolbar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5198 .inline-toolbar .error .stack-switcher > .button.image-button:insensitive:not(.text-button),
5199 .error .action-bar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5200 .action-bar .error .stack-switcher > .button.image-button:insensitive:not(.text-button),
5201 .error .app-notification .button:insensitive,
5202 .app-notification .error .button:insensitive,
5203 .error GeditViewFrame .gedit-search-slider .button:insensitive,
5204 GeditViewFrame .gedit-search-slider .error .button:insensitive,
5205 .error .toolbar .button:insensitive,
5206 .toolbar .error .button:insensitive,
5207 .error .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action),
5208 .titlebar .error .button:insensitive:not(.suggested-action):not(.destructive-action),
5209 .error .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
5210 .header-bar .error .button:insensitive:not(.suggested-action):not(.destructive-action),
5211 .error .message-dialog.csd .dialog-action-area .button:insensitive,
5212 .message-dialog.csd .dialog-action-area .error .button:insensitive,
5213 .error .sidebar-button.button:insensitive,
5214 .error .info .button:insensitive,
5215 .info .error .button:insensitive,
5216 .error .question .button:insensitive,
5217 .question .error .button:insensitive,
5218 .error .warning .button:insensitive,
5219 .warning .error .button:insensitive,
5220 .error .button:insensitive,
5221 .error GtkScaleButton.button:insensitive,
5222 .error GtkVolumeButton.button:insensitive,
5223 .error GfCandidatePopup .button:insensitive,
5224 GfCandidatePopup .error .button:insensitive,
5225 .error GfCandidatePopup .button:insensitive:first-child,
5226 GfCandidatePopup .error .button:insensitive:first-child,
5227 .error GfCandidatePopup .button:insensitive:last-child,
5228 GfCandidatePopup .error .button:insensitive:last-child,
5229 .error GfCandidatePopup .linked > .button:insensitive,
5230 GfCandidatePopup .error .linked > .button:insensitive,
5231 .error MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton),
5232 MathWindow :not(.titlebar) .error .button:insensitive:not(.flat):not(.titlebutton),
5233 .error MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton),
5234 MathWindow :not(.header-bar) .error .button:insensitive:not(.flat):not(.titlebutton) {
5235 color: rgba(38, 50, 56, 0.3); }
5236 .info .label:selected,
5237 .info .label:selected:focus,
5238 .info .label:selected:hover,
5239 .question .label:selected,
5240 .question .label:selected:focus,
5241 .question .label:selected:hover,
5242 .warning .label:selected,
5243 .warning .label:selected:focus,
5244 .warning .label:selected:hover,
5245 .error .label:selected,
5246 .error .label:selected:focus,
5247 .error .label:selected:hover {
5248 background-color: #008fa1; }
5249 .info GtkProgressBar.trough,
5250 .question GtkProgressBar.trough,
5251 .warning GtkProgressBar.trough,
5252 .error GtkProgressBar.trough {
5253 background-color: rgba(255, 255, 255, 0.2); }
5254 .info .progressbar,
5255 .question .progressbar,
5256 .warning .progressbar,
5257 .error .progressbar {
5258 background-color: #FFFFFF; }
5259
5260.info {
5261 background-color: #00E5FF; }
5262
5263.question {
5264 background-color: #FFEA00; }
5265
5266.warning {
5267 background-color: #FF9100; }
5268
5269.error {
5270 color: #FFFFFF;
5271 background-color: #FF1744; }
5272
5273/************
5274 * Tooltips *
5275 ************/
5276.tooltip {
5277 color: #ECEFF1;
5278 padding: 0.2em;
5279 border-radius: 2px;
5280 box-shadow: none; }
5281 .tooltip.background {
5282 background-color: rgba(42, 55, 62, 0.9); }
5283 .tooltip.window-frame.csd {
5284 background-color: transparent; }
5285
5286.tooltip * {
5287 padding: 0.2em;
5288 background-color: transparent;
5289 color: inherit; }
5290
5291/*****************
5292 * Color Chooser *
5293 *****************/
5294GtkColorSwatch {
5295 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
5296 GtkColorSwatch.top {
5297 border-top-left-radius: 2px;
5298 border-top-right-radius: 2px; }
5299 GtkColorSwatch.bottom {
5300 border-bottom-left-radius: 2px;
5301 border-bottom-right-radius: 2px; }
5302 GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top) {
5303 border-top-left-radius: 2px;
5304 border-bottom-left-radius: 2px; }
5305 GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom) {
5306 border-top-right-radius: 2px;
5307 border-bottom-right-radius: 2px; }
5308 GtkColorSwatch:only-child:not(.overlay) {
5309 border-radius: 2px; }
5310 GtkColorSwatch.top > .overlay {
5311 border-top-left-radius: 2px;
5312 border-top-right-radius: 2px; }
5313 GtkColorSwatch.bottom > .overlay {
5314 border-bottom-left-radius: 2px;
5315 border-bottom-right-radius: 2px; }
5316 GtkColorSwatch:first-child:not(.top) > .overlay {
5317 border-top-left-radius: 2px;
5318 border-bottom-left-radius: 2px; }
5319 GtkColorSwatch:last-child:not(.bottom) > .overlay {
5320 border-top-right-radius: 2px;
5321 border-bottom-right-radius: 2px; }
5322 GtkColorSwatch:only-child > .overlay {
5323 border-radius: 2px; }
5324 GtkColorSwatch:hover {
5325 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5326 GtkColorEditor GtkColorSwatch {
5327 border-radius: 2px; }
5328 GtkColorEditor GtkColorSwatch:hover {
5329 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
5330 GtkColorSwatch.color-dark {
5331 color: #FFFFFF; }
5332 GtkColorSwatch.color-light {
5333 color: rgba(0, 0, 0, 0.8); }
5334 GtkColorSwatch#add-color-button {
5335 background-image: linear-gradient(to right, #FF1744 25%, #FF9100 25%, #FF9100 50%, #00E5FF 50%, #00E5FF 75%, #FFEA00 75%);
5336 color: #FFFFFF; }
5337
5338/********
5339 * Misc *
5340 ********/
5341.content-view {
5342 background-color: #FFFFFF; }
5343
5344.osd .scale-popup .vertical .button, .scale-popup .vertical .button {
5345 border-radius: 100px;
5346 outline-radius: 100px;
5347 background-color: transparent;
5348 color: rgba(38, 50, 56, 0.75); }
5349 .osd .scale-popup .vertical .button:first-child:hover, .scale-popup .vertical .button:first-child:hover {
5350 box-shadow: none;
5351 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
5352 background: none;
5353 color: #00E676; }
5354 .osd .scale-popup .vertical .button:first-child:insensitive, .scale-popup .vertical .button:first-child:insensitive {
5355 box-shadow: none;
5356 background-color: transparent;
5357 background: none;
5358 color: alpha(#00E676, 0.4); }
5359 .osd .scale-popup .vertical .button:last-child:hover, .scale-popup .vertical .button:last-child:hover {
5360 box-shadow: none;
5361 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
5362 background: none;
5363 color: #F44336; }
5364 .osd .scale-popup .vertical .button:last-child:insensitive, .scale-popup .vertical .button:last-child:insensitive {
5365 box-shadow: none;
5366 background-color: transparent;
5367 background: none;
5368 color: alpha(#F44336, 0.4); }
5369.osd .scale-popup .button,
5370.scale-popup .button {
5371 border-radius: 100px;
5372 outline-radius: 100px;
5373 background-color: transparent;
5374 color: rgba(38, 50, 56, 0.75); }
5375 .osd .scale-popup .button:first-child:hover,
5376 .scale-popup .button:first-child:hover {
5377 box-shadow: none;
5378 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
5379 background: none;
5380 color: #F44336; }
5381 .osd .scale-popup .button:first-child:insensitive,
5382 .scale-popup .button:first-child:insensitive {
5383 box-shadow: none;
5384 background-color: transparent;
5385 background: none;
5386 color: alpha(#F44336, 0.4); }
5387 .osd .scale-popup .button:last-child:hover,
5388 .scale-popup .button:last-child:hover {
5389 box-shadow: none;
5390 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
5391 background: none;
5392 color: #00E676; }
5393 .osd .scale-popup .button:last-child:insensitive,
5394 .scale-popup .button:last-child:insensitive {
5395 box-shadow: none;
5396 background-color: transparent;
5397 background: none;
5398 color: alpha(#00E676, 0.4); }
5399
5400GtkScaleButton.button,
5401GtkVolumeButton.button {
5402 border-radius: 100px;
5403 outline-radius: 100px; }
5404 GtkScaleButton.button.text-button,
5405 GtkVolumeButton.button.text-button {
5406 border-radius: 2px;
5407 outline-radius: 2px; }
5408
5409.floating-bar {
5410 padding: 0.1em 0 0.2em;
5411 border: 1px solid transparent;
5412 border-radius: 0;
5413 color: #BBBBBB;
5414 background-color: #FFFFFF;
5415 transition: none; }
5416 .floating-bar .button {
5417 padding: 0.3em;
5418 margin: 0 0.3em;
5419 color: #E8E8E8; }
5420 .floating-bar .button:hover, .floating-bar .button:active, .floating-bar .button:checked {
5421 color: #E8E8E8; }
5422 .floating-bar .button:insensitive {
5423 color: #E8E8E8; }
5424
5425.floating-bar.bottom.left {
5426 border-width: 1px 1px 0 0;
5427 border-radius: 0 3px 0 0; }
5428.floating-bar.bottom.right {
5429 border-width: 1px 0 0 1px;
5430 border-radius: 3px 0 0 0; }
5431
5432/**********************
5433 * Window Decorations *
5434 *********************/
5435.window-frame {
5436 transition: none;
5437 border-radius: 2px 2px 0 0;
5438 box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2);
5439 margin: 8px; }
5440 .window-frame:backdrop {
5441 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5442 .window-frame.maximized, .window-frame.tiled {
5443 border-radius: 0;
5444 transition: none; }
5445 .window-frame.maximized.ssd .titlebar, .window-frame.tiled.ssd .titlebar {
5446 box-shadow: none; }
5447 .window-frame.popup {
5448 box-shadow: none; }
5449 .window-frame.ssd {
5450 box-shadow: 0 0 0 1px transparent; }
5451 .window-frame.ssd .titlebar {
5452 box-shadow: inset 0 1px rgba(255, 255, 255, 0.07); }
5453 .window-frame.ssd .tiled .titlebar {
5454 transition: none; }
5455 .window-frame.ssd .maximized .titlebar {
5456 transition: none; }
5457 .window-frame.csd.popup {
5458 border-radius: 2px;
5459 box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
5460 .window-frame.csd.tooltip {
5461 border-radius: 2px;
5462 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5463 .window-frame.csd.message-dialog {
5464 border-radius: 2px;
5465 box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
5466 .window-frame.csd.message-dialog:backdrop {
5467 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5468 .window-frame.solid-csd {
5469 border-radius: 2px 2px 0 0;
5470 margin: -1px;
5471 background-color: #FFFFFF;
5472 border: none;
5473 box-shadow: none; }
5474
5475.csd .header-bar .button.titlebutton.close:hover:backdrop, .csd .header-bar .button.titlebutton.close:active:backdrop, .csd .header-bar .button.titlebutton.minimize:hover:backdrop, .csd .header-bar .button.titlebutton.minimize:active:backdrop, .csd .header-bar .button.titlebutton.maximize:hover:backdrop, .csd .header-bar .button.titlebutton.maximize:active:backdrop, .csd .header-bar.selection-mode .button.titlebutton.close:hover:backdrop, .csd .header-bar.selection-mode .button.titlebutton.close:active:backdrop, .csd .header-bar.selection-mode .button.titlebutton.minimize:hover:backdrop, .csd .header-bar.selection-mode .button.titlebutton.minimize:active:backdrop, .csd .header-bar.selection-mode .button.titlebutton.maximize:hover:backdrop, .csd .header-bar.selection-mode .button.titlebutton.maximize:active:backdrop,
5476.csd .titlebar .button.titlebutton.close:hover:backdrop,
5477.csd .titlebar .button.titlebutton.close:active:backdrop,
5478.csd .titlebar .button.titlebutton.minimize:hover:backdrop,
5479.csd .titlebar .button.titlebutton.minimize:active:backdrop,
5480.csd .titlebar .button.titlebutton.maximize:hover:backdrop,
5481.csd .titlebar .button.titlebutton.maximize:active:backdrop,
5482.csd .titlebar.selection-mode .button.titlebutton.close:hover:backdrop,
5483.csd .titlebar.selection-mode .button.titlebutton.close:active:backdrop,
5484.csd .titlebar.selection-mode .button.titlebutton.minimize:hover:backdrop,
5485.csd .titlebar.selection-mode .button.titlebutton.minimize:active:backdrop,
5486.csd .titlebar.selection-mode .button.titlebutton.maximize:hover:backdrop,
5487.csd .titlebar.selection-mode .button.titlebutton.maximize:active:backdrop {
5488 opacity: 1.0; }
5489.csd .header-bar .button.titlebutton.close > GtkImage, .csd .header-bar .button.titlebutton.minimize > GtkImage, .csd .header-bar .button.titlebutton.maximize > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.close > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.minimize > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.maximize > GtkImage,
5490.csd .titlebar .button.titlebutton.close > GtkImage,
5491.csd .titlebar .button.titlebutton.minimize > GtkImage,
5492.csd .titlebar .button.titlebutton.maximize > GtkImage,
5493.csd .titlebar.selection-mode .button.titlebutton.close > GtkImage,
5494.csd .titlebar.selection-mode .button.titlebutton.minimize > GtkImage,
5495.csd .titlebar.selection-mode .button.titlebutton.maximize > GtkImage {
5496 color: transparent;
5497 background-size: 16px 16px;
5498 background-repeat: no-repeat;
5499 background-position: center; }
5500.csd .header-bar .button.titlebutton.close > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.close > GtkImage,
5501.csd .titlebar .button.titlebutton.close > GtkImage,
5502.csd .titlebar.selection-mode .button.titlebutton.close > GtkImage {
5503 background-image: -gtk-scaled(url("assets/window-close.png"), url("assets/window-close@2.png")); }
5504.csd .header-bar .button.titlebutton.close:hover, .csd .header-bar.selection-mode .button.titlebutton.close:hover,
5505.csd .titlebar .button.titlebutton.close:hover,
5506.csd .titlebar.selection-mode .button.titlebutton.close:hover {
5507 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
5508 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
5509 color: #263238;
5510 color: #FFFFFF;
5511 background-color: #FF5252; }
5512 .csd .header-bar .button.titlebutton.close:hover > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.close:hover > GtkImage,
5513 .csd .titlebar .button.titlebutton.close:hover > GtkImage,
5514 .csd .titlebar.selection-mode .button.titlebutton.close:hover > GtkImage {
5515 background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
5516.csd .header-bar .button.titlebutton.close:active, .csd .header-bar.selection-mode .button.titlebutton.close:active,
5517.csd .titlebar .button.titlebutton.close:active,
5518.csd .titlebar.selection-mode .button.titlebutton.close:active {
5519 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
5520 color: #263238;
5521 transition-duration: 0;
5522 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
5523 color: #FFFFFF;
5524 background-color: #E8E8E8; }
5525 .csd .header-bar .button.titlebutton.close:active > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.close:active > GtkImage,
5526 .csd .titlebar .button.titlebutton.close:active > GtkImage,
5527 .csd .titlebar.selection-mode .button.titlebutton.close:active > GtkImage {
5528 background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
5529.csd .header-bar .button.titlebutton.minimize > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.minimize > GtkImage,
5530.csd .titlebar .button.titlebutton.minimize > GtkImage,
5531.csd .titlebar.selection-mode .button.titlebutton.minimize > GtkImage {
5532 background-image: -gtk-scaled(url("assets/window-minimize.png"), url("assets/window-minimize@2.png")); }
5533.csd .header-bar .button.titlebutton.minimize:hover > GtkImage, .csd .header-bar .button.titlebutton.minimize:active > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.minimize:hover > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.minimize:active > GtkImage,
5534.csd .titlebar .button.titlebutton.minimize:hover > GtkImage,
5535.csd .titlebar .button.titlebutton.minimize:active > GtkImage,
5536.csd .titlebar.selection-mode .button.titlebutton.minimize:hover > GtkImage,
5537.csd .titlebar.selection-mode .button.titlebutton.minimize:active > GtkImage {
5538 background-image: -gtk-scaled(url("assets/window-minimize-active.png"), url("assets/window-minimize-active@2.png")); }
5539.csd .header-bar .button.titlebutton.maximize > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.maximize > GtkImage,
5540.csd .titlebar .button.titlebutton.maximize > GtkImage,
5541.csd .titlebar.selection-mode .button.titlebutton.maximize > GtkImage {
5542 background-image: -gtk-scaled(url("assets/window-maximize.png"), url("assets/window-maximize@2.png")); }
5543.csd .header-bar .button.titlebutton.maximize:hover > GtkImage, .csd .header-bar .button.titlebutton.maximize:active > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.maximize:hover > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.maximize:active > GtkImage,
5544.csd .titlebar .button.titlebutton.maximize:hover > GtkImage,
5545.csd .titlebar .button.titlebutton.maximize:active > GtkImage,
5546.csd .titlebar.selection-mode .button.titlebutton.maximize:hover > GtkImage,
5547.csd .titlebar.selection-mode .button.titlebutton.maximize:active > GtkImage {
5548 background-image: -gtk-scaled(url("assets/window-maximize-active.png"), url("assets/window-maximize-active@2.png")); }
5549
5550.maximized.csd .header-bar .button.titlebutton.maximize > GtkImage, .maximized.csd .header-bar.selection-mode .button.titlebutton.maximize > GtkImage,
5551.maximized.csd .titlebar .button.titlebutton.maximize > GtkImage,
5552.maximized.csd .titlebar.selection-mode .button.titlebutton.maximize > GtkImage {
5553 background-image: -gtk-scaled(url("assets/window-unmaximize.png"), url("assets/window-unmaximize@2.png")); }
5554.maximized.csd .header-bar .button.titlebutton.maximize:hover > GtkImage, .maximized.csd .header-bar .button.titlebutton.maximize:active > GtkImage, .maximized.csd .header-bar.selection-mode .button.titlebutton.maximize:hover > GtkImage, .maximized.csd .header-bar.selection-mode .button.titlebutton.maximize:active > GtkImage,
5555.maximized.csd .titlebar .button.titlebutton.maximize:hover > GtkImage,
5556.maximized.csd .titlebar .button.titlebutton.maximize:active > GtkImage,
5557.maximized.csd .titlebar.selection-mode .button.titlebutton.maximize:hover > GtkImage,
5558.maximized.csd .titlebar.selection-mode .button.titlebutton.maximize:active > GtkImage {
5559 background-image: -gtk-scaled(url("assets/window-unmaximize-active.png"), url("assets/window-unmaximize-active@2.png")); }
5560
5561.ssd .titlebar .button.titlebutton {
5562 padding: 6px; }
5563 .ssd .titlebar .button.titlebutton.close, .ssd .titlebar .button.titlebutton.minimize, .ssd .titlebar .button.titlebutton.maximize {
5564 color: transparent;
5565 background-size: 28px 28px;
5566 background-repeat: no-repeat;
5567 background-position: center;
5568 background: none;
5569 box-shadow: none; }
5570 .ssd .titlebar .button.titlebutton.close:backdrop, .ssd .titlebar .button.titlebutton.close:hover:backdrop, .ssd .titlebar .button.titlebutton.close:active:backdrop, .ssd .titlebar .button.titlebutton.minimize:backdrop, .ssd .titlebar .button.titlebutton.minimize:hover:backdrop, .ssd .titlebar .button.titlebutton.minimize:active:backdrop, .ssd .titlebar .button.titlebutton.maximize:backdrop, .ssd .titlebar .button.titlebutton.maximize:hover:backdrop, .ssd .titlebar .button.titlebutton.maximize:active:backdrop {
5571 color: transparent; }
5572 .ssd .titlebar .button.titlebutton.close {
5573 background-image: -gtk-scaled(url("assets/window-close-ssd.png"), url("assets/window-close-ssd@2.png"));
5574 box-shadow: none; }
5575 .ssd .titlebar .button.titlebutton.close:hover {
5576 background-image: -gtk-scaled(url("assets/window-close-ssd-hover.png"), url("assets/window-close-ssd-hover@2.png"));
5577 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5578 .ssd .titlebar .button.titlebutton.close:active {
5579 background-image: -gtk-scaled(url("assets/window-close-ssd-active.png"), url("assets/window-close-ssd-active@2.png"));
5580 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5581 .ssd .titlebar .button.titlebutton.close:backdrop {
5582 background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop.png"), url("assets/window-close-ssd-backdrop@2.png"));
5583 box-shadow: none; }
5584 .ssd .titlebar .button.titlebutton.close:backdrop:hover {
5585 background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-hover.png"), url("assets/window-close-ssd-backdrop-hover@2.png"));
5586 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5587 .ssd .titlebar .button.titlebutton.close:backdrop:active {
5588 background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-active.png"), url("assets/window-close-ssd-backdrop-active@2.png"));
5589 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5590 .ssd .titlebar .button.titlebutton.minimize {
5591 background-image: -gtk-scaled(url("assets/window-minimize-ssd.png"), url("assets/window-minimize-ssd@2.png")); }
5592 .ssd .titlebar .button.titlebutton.minimize:hover {
5593 background-image: -gtk-scaled(url("assets/window-minimize-ssd-hover.png"), url("assets/window-minimize-ssd-hover@2.png")); }
5594 .ssd .titlebar .button.titlebutton.minimize:active {
5595 background-image: -gtk-scaled(url("assets/window-minimize-ssd-active.png"), url("assets/window-minimize-ssd-active@2.png")); }
5596 .ssd .titlebar .button.titlebutton.minimize:backdrop {
5597 background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop.png"), url("assets/window-minimize-ssd-backdrop@2.png")); }
5598 .ssd .titlebar .button.titlebutton.minimize:backdrop:hover {
5599 background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-hover.png"), url("assets/window-minimize-ssd-backdrop-hover@2.png")); }
5600 .ssd .titlebar .button.titlebutton.minimize:backdrop:active {
5601 background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-active.png"), url("assets/window-minimize-ssd-backdrop-active@2.png")); }
5602 .ssd .titlebar .button.titlebutton.maximize {
5603 background-image: -gtk-scaled(url("assets/window-maximize-ssd.png"), url("assets/window-maximize-ssd@2.png")); }
5604 .ssd .titlebar .button.titlebutton.maximize:hover {
5605 background-image: -gtk-scaled(url("assets/window-maximize-ssd-hover.png"), url("assets/window-maximize-ssd-hover@2.png")); }
5606 .ssd .titlebar .button.titlebutton.maximize:active {
5607 background-image: -gtk-scaled(url("assets/window-maximize-ssd-active.png"), url("assets/window-maximize-ssd-active@2.png")); }
5608 .ssd .titlebar .button.titlebutton.maximize:backdrop {
5609 background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop.png"), url("assets/window-maximize-ssd-backdrop@2.png")); }
5610 .ssd .titlebar .button.titlebutton.maximize:backdrop:hover {
5611 background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-hover.png"), url("assets/window-maximize-ssd-backdrop-hover@2.png")); }
5612 .ssd .titlebar .button.titlebutton.maximize:backdrop:active {
5613 background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-active.png"), url("assets/window-maximize-ssd-backdrop-active@2.png")); }
5614
5615.maximized.ssd .titlebar .button.titlebutton.maximize {
5616 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd.png"), url("assets/window-unmaximize-ssd@2.png")); }
5617.maximized.ssd .titlebar .button.titlebutton.maximize:hover {
5618 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-hover.png"), url("assets/window-unmaximize-ssd-hover@2.png")); }
5619.maximized.ssd .titlebar .button.titlebutton.maximize:active {
5620 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-active.png"), url("assets/window-unmaximize-ssd-active@2.png")); }
5621.maximized.ssd .titlebar .button.titlebutton.maximize:backdrop {
5622 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop.png"), url("assets/window-unmaximize-ssd-backdrop@2.png")); }
5623.maximized.ssd .titlebar .button.titlebutton.maximize:backdrop:hover {
5624 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-hover.png"), url("assets/window-unmaximize-ssd-backdrop-hover@2.png")); }
5625.maximized.ssd .titlebar .button.titlebutton.maximize:backdrop:active {
5626 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-active.png"), url("assets/window-unmaximize-ssd-backdrop-active@2.png")); }
5627
5628.view:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, GtkTreeView .entry.flat:focus:selected, GtkTreeView .linked > .entry:focus:selected:not(.flat), GtkTreeView .notebook:not(.reorderable-page) > .entry:focus:selected, .menuitem.button.flat:selected, .menuitem.button.osd.image-button:selected, .inline-toolbar .menuitem.button:selected, .action-bar .menuitem.button:selected, .inline-toolbar .linked > .menuitem.button.image-button:selected:not(.text-button), .inline-toolbar .stack-switcher > .menuitem.button.image-button:selected:not(.text-button), .action-bar .stack-switcher > .menuitem.button.image-button:selected:not(.text-button), .app-notification .menuitem.button:selected, GeditViewFrame .gedit-search-slider .menuitem.button:selected, .toolbar .menuitem.button:selected, .titlebar .menuitem.button:selected:not(.suggested-action):not(.destructive-action),
5629.header-bar .menuitem.button:selected:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .menuitem.button:selected, .menuitem.sidebar-button.button:selected, .info .menuitem.button:selected,
5630.question .menuitem.button:selected,
5631.warning .menuitem.button:selected,
5632.error .menuitem.button:selected, GtkScaleButton.menuitem.button:selected,
5633GtkVolumeButton.menuitem.button:selected, GfCandidatePopup .menuitem.button:selected, GfCandidatePopup .menuitem.button:selected:first-child, GfCandidatePopup .menuitem.button:selected:last-child,
5634GfCandidatePopup .linked > .menuitem.button:selected, MathWindow :not(.titlebar) .menuitem.button:selected:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .menuitem.button:selected:not(.flat):not(.titlebutton), GtkTreeView .spinbutton.entry:focus:selected, GtkTreeView.view:selected,
5635GtkTreeView.view .list-row:selected,
5636GtkTreeView.view .tweak-category:selected, GtkPaned GtkTreeView.view:selected,
5637GtkPaned GtkTreeView.view .list-row:selected,
5638GtkPaned GtkTreeView.view .tweak-category:selected, .list-row:selected, .tweak-category:selected, .sidebar GtkTreeView.view:selected,
5639.sidebar GtkTreeView.view .list-row:selected,
5640.sidebar GtkTreeView.view .tweak-category:selected, GdMainView .view:hover:selected, GdMainView .view:selected, GdMainView .view.list-row.activatable:hover:selected, GdMainView column-header .view.button:hover:selected, column-header GdMainView .view.button:hover:selected, GdMainView .view.activatable.tweak-category:hover:selected, GdMainView .view.list-row.activatable:selected, GdMainView column-header .view.button:selected, column-header GdMainView .view.button:selected, GdMainView .view.activatable.tweak-category:selected,
5641.side-panel .view:hover:selected,
5642.side-panel .view:selected,
5643.side-panel .view.list-row.activatable:hover:selected,
5644.side-panel column-header .view.button:hover:selected,
5645column-header .side-panel .view.button:hover:selected,
5646.side-panel .view.activatable.tweak-category:hover:selected,
5647.side-panel .view.list-row.activatable:selected,
5648.side-panel column-header .view.button:selected,
5649column-header .side-panel .view.button:selected,
5650.side-panel .view.activatable.tweak-category:selected {
5651 background-color: #E8E8E8;
5652 color: #FFFFFF; }
5653 .view:insensitive:selected, .label:insensitive:selected, .grid-child:insensitive:selected, .entry:insensitive:selected, GtkTreeView .entry.flat:insensitive:focus:selected, GtkTreeView .linked > .entry:insensitive:focus:selected:not(.flat), GtkTreeView .notebook:not(.reorderable-page) > .entry:insensitive:focus:selected, .menuitem.button.flat:insensitive:selected, .menuitem.button.osd.image-button:insensitive:selected, .inline-toolbar .menuitem.button:insensitive:selected, .action-bar .menuitem.button:insensitive:selected, .app-notification .menuitem.button:insensitive:selected, GeditViewFrame .gedit-search-slider .menuitem.button:insensitive:selected, .toolbar .menuitem.button:insensitive:selected, .titlebar .menuitem.button:insensitive:selected:not(.suggested-action):not(.destructive-action),
5654 .header-bar .menuitem.button:insensitive:selected:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .menuitem.button:insensitive:selected, .menuitem.sidebar-button.button:insensitive:selected, .info .menuitem.button:insensitive:selected,
5655 .question .menuitem.button:insensitive:selected,
5656 .warning .menuitem.button:insensitive:selected,
5657 .error .menuitem.button:insensitive:selected, GtkScaleButton.menuitem.button:insensitive:selected,
5658 GtkVolumeButton.menuitem.button:insensitive:selected, GfCandidatePopup .menuitem.button:insensitive:selected, MathWindow :not(.titlebar) .menuitem.button:insensitive:selected:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .menuitem.button:insensitive:selected:not(.flat):not(.titlebutton), GtkTreeView .spinbutton.entry:insensitive:focus:selected,
5659 GtkTreeView.view .list-row:insensitive:selected,
5660 GtkTreeView.view .tweak-category:insensitive:selected, .list-row:insensitive:selected, .tweak-category:insensitive:selected, .sidebar GtkTreeView.view:insensitive:selected, GdMainView column-header .view.button:insensitive:hover:selected, column-header GdMainView .view.button:insensitive:hover:selected, GdMainView .view.list-row.activatable:insensitive:selected, GdMainView column-header .view.button:insensitive:selected, column-header GdMainView .view.button:insensitive:selected, GdMainView .view.activatable.tweak-category:insensitive:selected,
5661 .side-panel column-header .view.button:insensitive:hover:selected,
5662 column-header .side-panel .view.button:insensitive:hover:selected,
5663 .side-panel .view.list-row.activatable:insensitive:selected,
5664 .side-panel column-header .view.button:insensitive:selected,
5665 column-header .side-panel .view.button:insensitive:selected,
5666 .side-panel .view.activatable.tweak-category:insensitive:selected {
5667 color: rgba(255, 255, 255, 0.4); }
5668 .view:backdrop:insensitive:selected, .label:backdrop:insensitive:selected, .grid-child:backdrop:insensitive:selected, .entry:backdrop:insensitive:selected, GtkTreeView .entry.flat:backdrop:insensitive:focus:selected, GtkTreeView .linked > .entry:backdrop:insensitive:focus:selected:not(.flat), GtkTreeView .notebook:not(.reorderable-page) > .entry:backdrop:insensitive:focus:selected, .menuitem.button.flat:backdrop:insensitive:selected, .menuitem.button.osd.image-button:backdrop:insensitive:selected, .inline-toolbar .menuitem.button:backdrop:insensitive:selected, .action-bar .menuitem.button:backdrop:insensitive:selected, .app-notification .menuitem.button:backdrop:insensitive:selected, GeditViewFrame .gedit-search-slider .menuitem.button:backdrop:insensitive:selected, .toolbar .menuitem.button:backdrop:insensitive:selected, .titlebar .menuitem.button:backdrop:insensitive:selected:not(.suggested-action):not(.destructive-action),
5669 .header-bar .menuitem.button:backdrop:insensitive:selected:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .menuitem.button:backdrop:insensitive:selected, .menuitem.sidebar-button.button:backdrop:insensitive:selected, .info .menuitem.button:backdrop:insensitive:selected,
5670 .question .menuitem.button:backdrop:insensitive:selected,
5671 .warning .menuitem.button:backdrop:insensitive:selected,
5672 .error .menuitem.button:backdrop:insensitive:selected, GtkScaleButton.menuitem.button:backdrop:insensitive:selected,
5673 GtkVolumeButton.menuitem.button:backdrop:insensitive:selected, GfCandidatePopup .menuitem.button:backdrop:insensitive:selected, MathWindow :not(.titlebar) .menuitem.button:backdrop:insensitive:selected:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .menuitem.button:backdrop:insensitive:selected:not(.flat):not(.titlebutton), GtkTreeView .spinbutton.entry:backdrop:insensitive:focus:selected, .list-row:backdrop:insensitive:selected, .tweak-category:backdrop:insensitive:selected,
5674 .sidebar GtkTreeView.view .list-row:backdrop:insensitive:selected,
5675 .sidebar GtkTreeView.view .tweak-category:backdrop:insensitive:selected {
5676 color: rgba(255, 255, 255, 0.4); }
5677
5678.monospace {
5679 font-family: Monospace; }
5680
5681/**********************
5682 * Touch Copy & Paste *
5683 *********************/
5684.entry.cursor-handle,
5685.cursor-handle {
5686 border-style: none;
5687 background-color: #E8E8E8;
5688 background-image: none;
5689 box-shadow: none; }
5690 .entry.cursor-handle.top:dir(ltr), .entry.cursor-handle.bottom:dir(rtl),
5691 .cursor-handle.top:dir(ltr),
5692 .cursor-handle.bottom:dir(rtl) {
5693 -gtk-icon-source: -gtk-scaled(url("assets/text-select-start.png"), url("assets/text-select-start@2.png"));
5694 padding-left: 0.8em; }
5695 .entry.cursor-handle.bottom:dir(ltr), .entry.cursor-handle.top:dir(rtl),
5696 .cursor-handle.bottom:dir(ltr),
5697 .cursor-handle.top:dir(rtl) {
5698 -gtk-icon-source: -gtk-scaled(url("assets/text-select-end.png"), url("assets/text-select-end@2.png"));
5699 padding-right: 0.8em; }
5700 .entry.cursor-handle.insertion-cursor:dir(ltr), .entry.cursor-handle.insertion-cursor:dir(rtl),
5701 .cursor-handle.insertion-cursor:dir(ltr),
5702 .cursor-handle.insertion-cursor:dir(rtl) {
5703 -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png")); }
5704 .entry.cursor-handle.top:hover:dir(ltr), .entry.cursor-handle.bottom:hover:dir(rtl),
5705 .cursor-handle.top:hover:dir(ltr),
5706 .cursor-handle.bottom:hover:dir(rtl) {
5707 -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-hover.png"), url("assets/text-select-start-hover@2.png"));
5708 padding-left: 0.8em; }
5709 .entry.cursor-handle.bottom:hover:dir(ltr), .entry.cursor-handle.top:hover:dir(rtl),
5710 .cursor-handle.bottom:hover:dir(ltr),
5711 .cursor-handle.top:hover:dir(rtl) {
5712 -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-hover.png"), url("assets/text-select-end-hover@2.png"));
5713 padding-right: 0.8em; }
5714 .entry.cursor-handle.insertion-cursor:hover:dir(ltr), .entry.cursor-handle.insertion-cursor:hover:dir(rtl),
5715 .cursor-handle.insertion-cursor:hover:dir(ltr),
5716 .cursor-handle.insertion-cursor:hover:dir(rtl) {
5717 -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover.png"), url("assets/slider-horz-scale-has-marks-above-hover@2.png")); }
5718 .entry.cursor-handle.top:active:dir(ltr), .entry.cursor-handle.bottom:active:dir(rtl),
5719 .cursor-handle.top:active:dir(ltr),
5720 .cursor-handle.bottom:active:dir(rtl) {
5721 -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-active.png"), url("assets/text-select-start-active@2.png"));
5722 padding-left: 0.8em; }
5723 .entry.cursor-handle.bottom:active:dir(ltr), .entry.cursor-handle.top:active:dir(rtl),
5724 .cursor-handle.bottom:active:dir(ltr),
5725 .cursor-handle.top:active:dir(rtl) {
5726 -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-active.png"), url("assets/text-select-end-active@2.png"));
5727 padding-right: 0.8em; }
5728 .entry.cursor-handle.insertion-cursor:active:dir(ltr), .entry.cursor-handle.insertion-cursor:active:dir(rtl),
5729 .cursor-handle.insertion-cursor:active:dir(ltr),
5730 .cursor-handle.insertion-cursor:active:dir(rtl) {
5731 -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png")); }
5732
5733.context-menu {
5734 font: initial; }
5735
5736.touch-selection {
5737 font: initial;
5738 color: #263238;
5739 background-color: #FFFFFF;
5740 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5741 .touch-selection:backdrop {
5742 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
5743
5744.overshoot.top {
5745 background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5746 background-repeat: no-repeat;
5747 background-position: center top;
5748 background-color: transparent;
5749 border: none;
5750 box-shadow: none; }
5751.overshoot.bottom {
5752 background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5753 background-repeat: no-repeat;
5754 background-position: center bottom;
5755 background-color: transparent;
5756 border: none;
5757 box-shadow: none; }
5758.overshoot.left {
5759 background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5760 background-repeat: no-repeat;
5761 background-position: left center;
5762 background-color: transparent;
5763 border: none;
5764 box-shadow: none; }
5765.overshoot.right {
5766 background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5767 background-repeat: no-repeat;
5768 background-position: right center;
5769 background-color: transparent;
5770 border: none;
5771 box-shadow: none; }
5772
5773.undershoot.top {
5774 background: transparent;
5775 background-image: linear-gradient(to top, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
5776 padding-top: 0;
5777 background-size: 16px 32px;
5778 background-repeat: repeat-x;
5779 background-origin: content-box;
5780 background-position: center top; }
5781.undershoot.bottom {
5782 background: transparent;
5783 background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
5784 padding-bottom: 0;
5785 background-size: 16px 32px;
5786 background-repeat: repeat-x;
5787 background-origin: content-box;
5788 background-position: center bottom; }
5789.undershoot.left {
5790 background: transparent;
5791 background-image: linear-gradient(to left, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
5792 padding-left: 0;
5793 background-size: 32px 16px;
5794 background-repeat: repeat-y;
5795 background-origin: content-box;
5796 background-position: left center; }
5797.undershoot.right {
5798 background: transparent;
5799 background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
5800 padding-right: 0;
5801 background-size: 32px 16px;
5802 background-repeat: repeat-y;
5803 background-origin: content-box;
5804 background-position: right center; }
5805GtkBox > GtkScrlledWindow .undershoot.top {
5806 background: transparent;
5807 background-image: linear-gradient(to top, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
5808 padding-top: 0;
5809 background-size: 16px 32px;
5810 background-repeat: repeat-x;
5811 background-origin: content-box;
5812 background-position: center top; }
5813GtkBox > GtkScrlledWindow .undershoot.bottom {
5814 background: transparent;
5815 background-image: linear-gradient(to bottom, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
5816 padding-bottom: 0;
5817 background-size: 16px 32px;
5818 background-repeat: repeat-x;
5819 background-origin: content-box;
5820 background-position: center bottom; }
5821GtkBox > GtkScrlledWindow .undershoot.left {
5822 background: transparent;
5823 background-image: linear-gradient(to left, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
5824 padding-left: 0;
5825 background-size: 32px 16px;
5826 background-repeat: repeat-y;
5827 background-origin: content-box;
5828 background-position: left center; }
5829GtkBox > GtkScrlledWindow .undershoot.right {
5830 background: transparent;
5831 background-image: linear-gradient(to right, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
5832 padding-right: 0;
5833 background-size: 32px 16px;
5834 background-repeat: repeat-y;
5835 background-origin: content-box;
5836 background-position: right center; }
5837.sidebar .undershoot.top {
5838 background: transparent;
5839 background-image: linear-gradient(to top, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
5840 padding-top: 0;
5841 background-size: 16px 32px;
5842 background-repeat: repeat-x;
5843 background-origin: content-box;
5844 background-position: center top; }
5845.sidebar .undershoot.bottom {
5846 background: transparent;
5847 background-image: linear-gradient(to bottom, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
5848 padding-bottom: 0;
5849 background-size: 16px 32px;
5850 background-repeat: repeat-x;
5851 background-origin: content-box;
5852 background-position: center bottom; }
5853.sidebar .undershoot.left {
5854 background: transparent;
5855 background-image: linear-gradient(to left, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
5856 padding-left: 0;
5857 background-size: 32px 16px;
5858 background-repeat: repeat-y;
5859 background-origin: content-box;
5860 background-position: left center; }
5861.sidebar .undershoot.right {
5862 background: transparent;
5863 background-image: linear-gradient(to right, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
5864 padding-right: 0;
5865 background-size: 32px 16px;
5866 background-repeat: repeat-y;
5867 background-origin: content-box;
5868 background-position: right center; }
5869
5870/***************
5871 * Gnome panel *
5872 ***************/
5873PanelWidget,
5874PanelApplet,
5875PanelToplevel {
5876 color: #BBBBBB;
5877 background-color: #FFFFFF;
5878 box-shadow: none; }
5879
5880PanelSeparator {
5881 border-width: 0;
5882 background: none;
5883 background-image: none; }
5884
5885.gnome-panel-menu-bar,
5886PanelMenuButton,
5887PanelApplet > GtkMenuBar.menubar,
5888ClockBox {
5889 color: #BBBBBB;
5890 background-color: transparent;
5891 box-shadow: none;
5892 font-weight: 700; }
5893 .gnome-panel-menu-bar .label:backdrop, .gnome-panel-menu-bar:backdrop,
5894 PanelMenuButton .label:backdrop,
5895 PanelMenuButton:backdrop,
5896 PanelApplet > GtkMenuBar.menubar .label:backdrop,
5897 PanelApplet > GtkMenuBar.menubar:backdrop,
5898 ClockBox .label:backdrop,
5899 ClockBox:backdrop {
5900 opacity: 1.0; }
5901
5902.gnome-panel-menu-bar,
5903PanelApplet > GtkMenuBar.menubar {
5904 box-shadow: none; }
5905 .gnome-panel-menu-bar .menuitem,
5906 PanelApplet > GtkMenuBar.menubar .menuitem {
5907 color: #BBBBBB;
5908 background-color: transparent; }
5909 .gnome-panel-menu-bar .menuitem:hover,
5910 PanelApplet > GtkMenuBar.menubar .menuitem:hover {
5911 color: #FFFFFF;
5912 box-shadow: inset 0 -2px #E8E8E8; }
5913 .gnome-panel-menu-bar .menuitem:backdrop,
5914 PanelApplet > GtkMenuBar.menubar .menuitem:backdrop {
5915 opacity: 1.0; }
5916 .gnome-panel-menu-bar .menu,
5917 PanelApplet > GtkMenuBar.menubar .menu {
5918 font: regular; }
5919 .gnome-panel-menu-bar .menu .menuitem,
5920 PanelApplet > GtkMenuBar.menubar .menu .menuitem {
5921 color: rgba(38, 50, 56, 0.75);
5922 background-color: #FFFFFF; }
5923 .gnome-panel-menu-bar .menu .menuitem:hover,
5924 PanelApplet > GtkMenuBar.menubar .menu .menuitem:hover {
5925 color: #263238;
5926 background-color: alpha(currentColor, 0.1);
5927 box-shadow: none; }
5928 .gnome-panel-menu-bar .menu .menuitem:backdrop,
5929 PanelApplet > GtkMenuBar.menubar .menu .menuitem:backdrop {
5930 opacity: 1.0; }
5931 .gnome-panel-menu-bar .menu .separator,
5932 PanelApplet > GtkMenuBar.menubar .menu .separator {
5933 color: rgba(0, 0, 0, 0.09); }
5934
5935PanelAppletFrame {
5936 border-width: 0;
5937 background-color: transparent;
5938 background-image: none; }
5939
5940PanelApplet GtkButton#tasklist-button, PanelApplet GtkButton#clock-applet-button, PanelApplet GtkButton#showdesktop-button {
5941 box-shadow: none;
5942 background-color: transparent;
5943 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
5944 padding: 0px 4px;
5945 color: #BBBBBB;
5946 background-color: transparent;
5947 border: none;
5948 border-radius: 0; }
5949 PanelApplet GtkButton#tasklist-button:hover, PanelApplet GtkButton#clock-applet-button:hover, PanelApplet GtkButton#showdesktop-button:hover {
5950 color: #FFFFFF;
5951 background-color: transparent;
5952 box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
5953 PanelApplet GtkButton#tasklist-button:checked, PanelApplet GtkButton#tasklist-button:hover:checked, PanelApplet GtkButton#tasklist-button:insensitive:checked, PanelApplet GtkButton#clock-applet-button:checked, PanelApplet GtkButton#clock-applet-button:hover:checked, PanelApplet GtkButton#clock-applet-button:insensitive:checked, PanelApplet GtkButton#showdesktop-button:checked, PanelApplet GtkButton#showdesktop-button:hover:checked, PanelApplet GtkButton#showdesktop-button:insensitive:checked {
5954 color: #FFFFFF;
5955 background-color: transparent;
5956 box-shadow: inset 0 -2px #E8E8E8; }
5957 PanelApplet GtkButton#tasklist-button .label:backdrop, PanelApplet GtkButton#tasklist-button:backdrop, PanelApplet GtkButton#clock-applet-button .label:backdrop, PanelApplet GtkButton#clock-applet-button:backdrop, PanelApplet GtkButton#showdesktop-button .label:backdrop, PanelApplet GtkButton#showdesktop-button:backdrop {
5958 opacity: 1.0; }
5959
5960TaskList TaskItem {
5961 box-shadow: none;
5962 background-color: transparent;
5963 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
5964 padding: 0px 4px;
5965 color: #BBBBBB;
5966 background-color: transparent;
5967 border: none;
5968 border-radius: 0; }
5969 TaskList TaskItem:hover {
5970 color: #FFFFFF;
5971 background-color: transparent;
5972 box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
5973 TaskList TaskItem:checked, TaskList TaskItem:hover:checked, TaskList TaskItem:insensitive:checked {
5974 color: #FFFFFF;
5975 background-color: transparent;
5976 box-shadow: inset 0 -2px #E8E8E8; }
5977 TaskList TaskItem .label:backdrop, TaskList TaskItem:backdrop {
5978 opacity: 1.0; }
5979
5980WpTaskTitle {
5981 background-color: transparent; }
5982 WpTaskTitle .label {
5983 color: #BBBBBB; }
5984
5985WnckPager:selected {
5986 box-shadow: inset 0 -2px #E8E8E8; }
5987WnckPager:backdrop {
5988 opacity: 1.0; }
5989
5990NaTrayApplet {
5991 -NaTrayApplet-icon-padding: 2;
5992 -NaTrayApplet-icon-size: 16; }
5993
5994/**************
5995 * Tweak-tool *
5996 **************/
5997.tweak-categories.list {
5998 background-color: #FFFFFF;
5999 color: rgba(38, 50, 56, 0.75); }
6000 .tweak-categories.list:dir(ltr) {
6001 box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
6002 .tweak-categories.list:dir(rtl) {
6003 box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
6004 .tweak-categories.list .separator {
6005 -GtkWidget-wide-separators: true; }
6006
6007.tweak-category {
6008 color: rgba(38, 50, 56, 0.75);
6009 font-weight: 500; }
6010 .tweak-category:hover {
6011 color: #263238; }
6012 .tweak-category:selected {
6013 color: #E8E8E8;
6014 background-color: transparent; }
6015
6016.tweak-group {
6017 padding: 6px;
6018 background-color: #FFFFFF; }
6019
6020.tweak {
6021 background-color: #FFFFFF; }
6022 .tweak:hover {
6023 background-color: transparent; }
6024
6025.tweak-group-white,
6026.tweak-white {
6027 background-color: #FFFFFF; }
6028
6029/*******************
6030 * Gnome-Flashback *
6031 *******************/
6032FlashbackOsdWindow,
6033GfPopupWindow {
6034 border-radius: 2px;
6035 border: 1px solid rgba(0, 0, 0, 0.09);
6036 opacity: 0.9; }
6037 FlashbackOsdWindow.background,
6038 GfPopupWindow.background {
6039 background-color: #FFFFFF;
6040 color: #ECEFF1; }
6041
6042GfInputSourcePopup #input-source {
6043 color: #ECEFF1;
6044 font-size: 2em;
6045 font-weight: 700; }
6046 GfInputSourcePopup #input-source:selected {
6047 border-radius: 2px;
6048 background-color: alpha(currentColor, 0.2);
6049 color: #E8E8E8; }
6050
6051FlashbackLabelWindow {
6052 font-size: 4em; }
6053
6054GfCandidatePopup, GfCandidatePopup.solid {
6055 border-radius: 2px;
6056 border: 1px solid rgba(0, 0, 0, 0.09);
6057 color: #ECEFF1; }
6058GfCandidatePopup GfCandidateBox {
6059 transition: none; }
6060 GfCandidatePopup GfCandidateBox .label {
6061 padding: 0.2em 0.2em 0.3em; }
6062 GfCandidatePopup GfCandidateBox:last-child {
6063 padding-left: 0; }
6064 GfCandidatePopup GfCandidateBox:hover, GfCandidatePopup GfCandidateBox:selected {
6065 border-radius: 0;
6066 background-color: alpha(currentColor, 0.2);
6067 color: #FFFFFF; }
6068GfCandidatePopup .button, GfCandidatePopup .button:first-child, GfCandidatePopup .button:last-child,
6069GfCandidatePopup .linked > .button,
6070GfCandidatePopup .linked > .button:first-child,
6071GfCandidatePopup .linked > .button:last-child {
6072 border-radius: 0;
6073 border: none;
6074 background-color: transparent;
6075 color: #E8E8E8;
6076 box-shadow: none; }
6077
6078/************
6079 * Nautilus *
6080 ************/
6081EelEditableLabel.entry {
6082 transition: none; }
6083
6084.nautilus-desktop-window,
6085.nautilus-desktop-window .notebook,
6086.nautilus-desktop-window .notebook > GtkStack {
6087 background: transparent; }
6088
6089.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
6090 color: #FFFFFF; }
6091
6092.nautilus-canvas-item {
6093 border-radius: 2px; }
6094
6095.nautilus-circular-button {
6096 border-radius: 100px;
6097 outline-radius: 100px; }
6098
6099.disk-space-display {
6100 border: 0 none transparent; }
6101 .disk-space-display.free {
6102 background-color: alpha(currentColor, 0.2);
6103 color: rgba(38, 50, 56, 0.3); }
6104 .disk-space-display.used {
6105 background-color: #E8E8E8; }
6106 .disk-space-display.unknown {
6107 background-color: #FF9800; }
6108
6109/*********
6110 * Geary *
6111 *********/
6112.geary-titlebar-left .separator {
6113 opacity: 0; }
6114
6115.geary-titlebar-right {
6116 box-shadow: none; }
6117
6118/************
6119 * Epiphany *
6120 ************/
6121EphyWindow .floating-bar {
6122 color: rgba(38, 50, 56, 0.75); }
6123EphyWindow .search-bar .linked > .button {
6124 padding: 0.7em 1em 0.8em; }
6125EphyWindow .search-bar .button.flat.close.raised, EphyWindow .search-bar .close.raised.button.osd.image-button, EphyWindow .search-bar .inline-toolbar .close.raised.button, .inline-toolbar EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar .action-bar .close.raised.button, .action-bar EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar .app-notification .close.raised.button, .app-notification EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar GeditViewFrame .gedit-search-slider .close.raised.button, GeditViewFrame .gedit-search-slider EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar .toolbar .close.raised.button, .toolbar EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar .titlebar .close.raised.button:not(.suggested-action):not(.destructive-action), .titlebar EphyWindow .search-bar .close.raised.button:not(.suggested-action):not(.destructive-action),
6126EphyWindow .search-bar .header-bar .close.raised.button:not(.suggested-action):not(.destructive-action),
6127.header-bar EphyWindow .search-bar .close.raised.button:not(.suggested-action):not(.destructive-action), EphyWindow .search-bar .message-dialog.csd .dialog-action-area .close.raised.button, .message-dialog.csd .dialog-action-area EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar .close.raised.sidebar-button.button, EphyWindow .search-bar .info .close.raised.button, .info EphyWindow .search-bar .close.raised.button,
6128EphyWindow .search-bar .question .close.raised.button,
6129.question EphyWindow .search-bar .close.raised.button,
6130EphyWindow .search-bar .warning .close.raised.button,
6131.warning EphyWindow .search-bar .close.raised.button,
6132EphyWindow .search-bar .error .close.raised.button,
6133.error EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar GtkScaleButton.close.raised.button,
6134EphyWindow .search-bar GtkVolumeButton.close.raised.button, EphyWindow .search-bar GfCandidatePopup .close.raised.button, GfCandidatePopup EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar GfCandidatePopup .close.raised.button:first-child, GfCandidatePopup EphyWindow .search-bar .close.raised.button:first-child, EphyWindow .search-bar GfCandidatePopup .close.raised.button:last-child, GfCandidatePopup EphyWindow .search-bar .close.raised.button:last-child,
6135EphyWindow .search-bar GfCandidatePopup .linked > .close.raised.button,
6136GfCandidatePopup EphyWindow .search-bar .linked > .close.raised.button, EphyWindow .search-bar MathWindow :not(.titlebar) .close.raised.button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) EphyWindow .search-bar .close.raised.button:not(.flat):not(.titlebutton), EphyWindow .search-bar MathWindow :not(.header-bar) .close.raised.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) EphyWindow .search-bar .close.raised.button:not(.flat):not(.titlebutton) {
6137 padding: 0.75em;
6138 border-radius: 100px;
6139 outline-radius: 100px; }
6140
6141/************
6142 * Seahorse *
6143 ************/
6144SeahorseKeyManager .sidebar, SeahorseKeyManager .sidebar:backdrop,
6145SeahorseKeyManager .pane-separator,
6146SeahorseKeyManager .pane-separator:backdrop {
6147 border-width: 0;
6148 border-style: none;
6149 border-color: transparent; }
6150
6151/**********
6152 * Polari *
6153 **********/
6154.polari-input-area {
6155 border-top: 1px solid rgba(0, 0, 0, 0.09);
6156 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
6157
6158.polari-room-list .list-row, .polari-room-list .tweak-category {
6159 font-weight: 700; }
6160 .polari-room-list .list-row:not(:hover):not(:active):not(:selected) .label, .polari-room-list .tweak-category:not(:hover):not(:active):not(:selected) .label,
6161 .polari-room-list .list-row:not(:hover):not(:active):not(:selected) GtkImage,
6162 .polari-room-list .tweak-category:not(:hover):not(:active):not(:selected) GtkImage {
6163 opacity: 1.0; }
6164 .polari-room-list .list-row.inactive:not(:hover):not(:active):not(:selected) .label, .polari-room-list .inactive.tweak-category:not(:hover):not(:active):not(:selected) .label,
6165 .polari-room-list .list-row.inactive:not(:hover):not(:active):not(:selected) GtkImage,
6166 .polari-room-list .inactive.tweak-category:not(:hover):not(:active):not(:selected) GtkImage {
6167 opacity: 0.65; }
6168
6169.polari-nick-entry {
6170 border-image: none;
6171 font-weight: 700; }
6172
6173GtkBox > .header-bar > .label.polari-titlebar-separator {
6174 border: none;
6175 opacity: 0; }
6176
6177/*************
6178 * RhythmBox *
6179 *************/
6180.inline-toolbar.toolbar.horizontal.sidebar-toolbar {
6181 box-shadow: inset 0 1px #E5E9EC, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset -2px 0 2px -2px rgba(0, 0, 0, 0.03), inset -3px 0 3px -2px rgba(0, 0, 0, 0.03); }
6182 .inline-toolbar.toolbar.horizontal.sidebar-toolbar:dir(rtl) {
6183 box-shadow: inset 0 1px #E5E9EC, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset 2px 0 2px -2px rgba(0, 0, 0, 0.03), inset 3px 0 3px -2px rgba(0, 0, 0, 0.03); }
6184
6185.sidebar-paned GtkStack RBDisplayPageTree .sidebar {
6186 background-color: rgba(12, 18, 0, 0.01); }
6187
6188GtkBox.vertical > GtkBox.vertical > .toolbar {
6189 box-shadow: none; }
6190
6191/**************
6192 * Calculator *
6193 **************/
6194MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) {
6195 padding: 0.75em 1em 0.75em;
6196 border: 0.75em solid transparent;
6197 border-radius: 2px;
6198 font-weight: 700; }
6199 MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton).suggested-action, MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton).suggested-action, MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton) {
6200 color: transparent;
6201 font-size: 0; }
6202 MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton).suggested-action, MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton).suggested-action, MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton) {
6203 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
6204 background-color: #FFFFFF;
6205 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
6206 color: rgba(38, 50, 56, 0.75);
6207 border-style: none;
6208 border-radius: 100px;
6209 background-color: transparent;
6210 background-image: -gtk-scaled(url("assets/equal.png"), url("assets/equal@2.png"));
6211 background-size: 32px;
6212 background-repeat: no-repeat;
6213 background-position: center;
6214 box-shadow: none;
6215 transition-duration: 0.2s;
6216 animation: none; }
6217 MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton).suggested-action:hover, MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):hover, .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):hover, MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton).suggested-action:hover, MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):hover, .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):hover {
6218 border-style: none;
6219 border-radius: 100px;
6220 background-color: transparent;
6221 background-image: -gtk-scaled(url("assets/equal-hover.png"), url("assets/equal-hover@2.png"));
6222 background-size: 32px;
6223 background-repeat: no-repeat;
6224 background-position: center;
6225 box-shadow: none;
6226 transition-duration: 0.2s;
6227 animation: none; }
6228 MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton).suggested-action:active, MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):active, .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):active, MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton).suggested-action:active, MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):active, .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):active {
6229 border-style: none;
6230 border-radius: 100px;
6231 background-color: transparent;
6232 background-image: -gtk-scaled(url("assets/equal-active.png"), url("assets/equal-active@2.png"));
6233 background-size: 32px;
6234 background-repeat: no-repeat;
6235 background-position: center;
6236 box-shadow: none;
6237 transition-duration: 0.2s;
6238 animation: none; }
6239 MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton).suggested-action:insensitive, MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):insensitive, .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):insensitive, MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton).suggested-action:insensitive, MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):insensitive, .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):insensitive {
6240 border-style: none;
6241 border-radius: 100px;
6242 background-color: transparent;
6243 background-image: -gtk-scaled(url("assets/equal-insensitive.png"), url("assets/equal-insensitive@2.png"));
6244 background-size: 32px;
6245 background-repeat: no-repeat;
6246 background-position: center;
6247 box-shadow: none;
6248 transition-duration: 0.2s;
6249 animation: none; }
6250
6251/*********
6252 * Gedit *
6253 *********/
6254GeditViewFrame .gedit-search-slider {
6255 padding: 3px;
6256 border-radius: 2px;
6257 border-width: 9px;
6258 border-image: -gtk-scaled(url("assets/osd-shadow.png"), url("assets/osd-shadow@2.png")) 10/10px stretch;
6259 color: #ECEFF1;
6260 opacity: 0.9; }
6261 GeditViewFrame .gedit-search-slider .entry, GeditViewFrame .gedit-search-slider .entry.error, GeditViewFrame .gedit-search-slider .entry.warning,
6262 GeditViewFrame .gedit-search-slider .linked > .entry,
6263 GeditViewFrame .gedit-search-slider .linked > .entry.error,
6264 GeditViewFrame .gedit-search-slider .linked > .entry.warning {
6265 color: #ECEFF1; }
6266 GeditViewFrame .gedit-search-slider .entry:focus, GeditViewFrame .gedit-search-slider .entry.error:focus, GeditViewFrame .gedit-search-slider .entry.warning:focus,
6267 GeditViewFrame .gedit-search-slider .linked > .entry:focus,
6268 GeditViewFrame .gedit-search-slider .linked > .entry.error:focus,
6269 GeditViewFrame .gedit-search-slider .linked > .entry.warning:focus {
6270 color: #FFFFFF; }
6271 GeditViewFrame .gedit-search-slider .entry:insensitive, GeditViewFrame .gedit-search-slider .entry.error:insensitive, GeditViewFrame .gedit-search-slider .entry.warning:insensitive,
6272 GeditViewFrame .gedit-search-slider .linked > .entry:insensitive,
6273 GeditViewFrame .gedit-search-slider .linked > .entry.error:insensitive,
6274 GeditViewFrame .gedit-search-slider .linked > .entry.warning:insensitive {
6275 color: rgba(236, 239, 241, 0.3); }
6276
6277.gedit-titlebar-left .button.flat, .gedit-titlebar-left .button.osd.image-button, .gedit-titlebar-left .inline-toolbar .button, .inline-toolbar .gedit-titlebar-left .button, .gedit-titlebar-left .inline-toolbar .button.image-button:not(.text-button), .inline-toolbar .gedit-titlebar-left .button.image-button:not(.text-button), .gedit-titlebar-left .action-bar .button, .action-bar .gedit-titlebar-left .button, .gedit-titlebar-left .action-bar .button.image-button:not(.text-button), .action-bar .gedit-titlebar-left .button.image-button:not(.text-button), .gedit-titlebar-left .app-notification .button, .app-notification .gedit-titlebar-left .button, .gedit-titlebar-left GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .gedit-titlebar-left .button, .gedit-titlebar-left .toolbar .button, .toolbar .gedit-titlebar-left .button, .gedit-titlebar-left .titlebar .button:not(.suggested-action):not(.destructive-action), .titlebar .gedit-titlebar-left .button:not(.suggested-action):not(.destructive-action),
6278.gedit-titlebar-left .header-bar .button:not(.suggested-action):not(.destructive-action),
6279.header-bar .gedit-titlebar-left .button:not(.suggested-action):not(.destructive-action), .gedit-titlebar-left .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .gedit-titlebar-left .button, .gedit-titlebar-left .sidebar-button.button, .gedit-titlebar-left .info .button, .info .gedit-titlebar-left .button,
6280.gedit-titlebar-left .question .button,
6281.question .gedit-titlebar-left .button,
6282.gedit-titlebar-left .warning .button,
6283.warning .gedit-titlebar-left .button,
6284.gedit-titlebar-left .error .button,
6285.error .gedit-titlebar-left .button, .gedit-titlebar-left GtkScaleButton.button,
6286.gedit-titlebar-left GtkVolumeButton.button, .gedit-titlebar-left GfCandidatePopup .button, GfCandidatePopup .gedit-titlebar-left .button, .gedit-titlebar-left GfCandidatePopup .button:first-child, GfCandidatePopup .gedit-titlebar-left .button:first-child, .gedit-titlebar-left GfCandidatePopup .button:last-child, GfCandidatePopup .gedit-titlebar-left .button:last-child,
6287.gedit-titlebar-left GfCandidatePopup .linked > .button,
6288GfCandidatePopup .gedit-titlebar-left .linked > .button, .gedit-titlebar-left MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .gedit-titlebar-left .button:not(.flat):not(.titlebutton), .gedit-titlebar-left MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .gedit-titlebar-left .button:not(.flat):not(.titlebutton),
6289.gedit-titlebar-left .action-bar .linked > .button.image-button,
6290.action-bar .gedit-titlebar-left .linked > .button.image-button, .gedit-titlebar-left NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .gedit-titlebar-left .button.image-button {
6291 border-radius: 2px;
6292 outline-radius: 2px; }
6293
6294GeditViewHolder GtkScrolledWindow .undershoot.top, GeditViewHolder GtkScrolledWindow .undershoot.bottom, GeditViewHolder GtkScrolledWindow .undershoot.left, GeditViewHolder GtkScrolledWindow .undershoot.right {
6295 background-image: none; }
6296
6297/***********
6298 * Builder *
6299 ***********/
6300GbViewStack GtkBox.header.notebook,
6301GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook,
6302GbWorkspacePane GtkBox.header.notebook {
6303 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
6304 background-color: transparent; }
6305
6306GbWorkspacePane GtkStackSwitcher .button {
6307 padding: 1em; }
6308GbWorkspacePane .pane-separator {
6309 background-color: #E5E9EC; }
6310
6311GtkScrolledWindow.gb-linked-scroller {
6312 border-top: none; }
6313
6314GbSourceStyleSchemeWidget GtkSourceView,
6315GtkEntry.gb-command-bar-entry {
6316 font-family: Monospace; }
6317
6318GbTerminalView > GtkPaned > GtkScrolledWindow, GbTerminalView > GtkPaned > GtkScrolledWindow > VteTerminal {
6319 font-family: Monospace;
6320 font-weight: 500;
6321 font-size: 1em; }
6322
6323GbTerminalView {
6324 background-color: #FFFFFF;
6325 color: #ECEFF1; }
6326
6327GbSearchDisplayGroup GtkListBox .list-row, GbSearchDisplayGroup GtkListBox .tweak-category {
6328 transition: none; }
6329
6330GbEditorFrame GtkScrolledWindow .undershoot.top, GbEditorFrame GtkScrolledWindow .undershoot.bottom, GbEditorFrame GtkScrolledWindow .undershoot.left, GbEditorFrame GtkScrolledWindow .undershoot.right {
6331 background-image: none; }
6332
6333/***************
6334 * Gnome-music *
6335 ***************/
6336GdMainView:dir(ltr),
6337.side-panel:dir(ltr) {
6338 border-right: 1px solid rgba(0, 0, 0, 0.09); }
6339GdMainView:dir(rtl),
6340.side-panel:dir(rtl) {
6341 border-left: 1px solid rgba(0, 0, 0, 0.09); }
6342GdMainView .view,
6343.side-panel .view {
6344 background-color: #FFFFFF;
6345 box-shadow: none; }
6346 GdMainView .view, GdMainView .view.list-row.activatable, GdMainView .view, GdMainView column-header .view.button, column-header GdMainView .view.button, GdMainView .view.activatable.tweak-category,
6347 .side-panel .view,
6348 .side-panel .view.list-row.activatable,
6349 .side-panel .view,
6350 .side-panel column-header .view.button,
6351 column-header .side-panel .view.button,
6352 .side-panel .view.activatable.tweak-category {
6353 padding: 0;
6354 background-color: transparent;
6355 color: rgba(38, 50, 56, 0.75);
6356 font-weight: 500;
6357 box-shadow: none; }
6358 GdMainView .view:hover, GdMainView .view.list-row.activatable:hover, GdMainView .view:hover, GdMainView column-header .view.button:hover, column-header GdMainView .view.button:hover, GdMainView .view.activatable.tweak-category:hover,
6359 .side-panel .view:hover,
6360 .side-panel .view.list-row.activatable:hover,
6361 .side-panel .view:hover,
6362 .side-panel column-header .view.button:hover,
6363 column-header .side-panel .view.button:hover,
6364 .side-panel .view.activatable.tweak-category:hover {
6365 color: #263238; }
6366
6367.action-bar {
6368 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07);
6369 padding: 0.4em; }
6370 .action-bar, .action-bar.frame {
6371 background-color: #FFFFFF; }
6372 .action-bar .button,
6373 .action-bar .linked > .button.image-button {
6374 border-radius: 100px;
6375 outline-radius: 100px;
6376 box-shadow: none;
6377 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 0/0 0 0px;
6378 color: rgba(38, 50, 56, 0.75); }
6379 .action-bar .button:hover,
6380 .action-bar .linked > .button.image-button:hover {
6381 box-shadow: none;
6382 border-image: none;
6383 color: #263238; }
6384 .action-bar .button:checked,
6385 .action-bar .linked > .button.image-button:checked {
6386 box-shadow: none;
6387 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
6388 background-color: transparent;
6389 color: #263238; }
6390 .action-bar .button:checked:insensitive,
6391 .action-bar .linked > .button.image-button:checked:insensitive {
6392 box-shadow: none;
6393 background-color: transparent;
6394 color: rgba(38, 50, 56, 0.3);
6395 border-image: none; }
6396 .action-bar .button:checked:insensitive > .label,
6397 .action-bar .linked > .button.image-button:checked:insensitive > .label {
6398 color: inherit; }
6399 .action-bar .button:insensitive,
6400 .action-bar .linked > .button.image-button:insensitive {
6401 box-shadow: none;
6402 background-color: transparent;
6403 color: rgba(38, 50, 56, 0.225);
6404 border-image: none; }
6405
6406/******************
6407 * Gnome-contacts *
6408 ******************/
6409ContactsWindow ContactsListPane ContactsView:dir(ltr) {
6410 box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
6411ContactsWindow ContactsListPane ContactsView:dir(rtl) {
6412 box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
6413ContactsWindow ContactsListPane ContactsView .list-row.activatable, ContactsWindow ContactsListPane ContactsView .view, ContactsWindow ContactsListPane ContactsView column-header .button, column-header ContactsWindow ContactsListPane ContactsView .button, ContactsWindow ContactsListPane ContactsView .activatable.tweak-category {
6414 color: rgba(38, 50, 56, 0.75);
6415 background-color: rgba(12, 18, 0, 0.01); }
6416 ContactsWindow ContactsListPane ContactsView .list-row.activatable:hover, ContactsWindow ContactsListPane ContactsView .view:hover, ContactsWindow ContactsListPane ContactsView column-header .button:hover, column-header ContactsWindow ContactsListPane ContactsView .button:hover, ContactsWindow ContactsListPane ContactsView .activatable.tweak-category:hover {
6417 color: #263238; }
6418 ContactsWindow ContactsListPane ContactsView .list-row.activatable:selected, ContactsWindow ContactsListPane ContactsView .view:selected, ContactsWindow ContactsListPane ContactsView column-header .button:selected, column-header ContactsWindow ContactsListPane ContactsView .button:selected, ContactsWindow ContactsListPane ContactsView .activatable.tweak-category:selected {
6419 color: #E8E8E8;
6420 background-color: rgba(12, 18, 0, 0.01); }
6421 ContactsWindow ContactsListPane ContactsView .list-row.activatable:backdrop, ContactsWindow ContactsListPane ContactsView .view:backdrop, ContactsWindow ContactsListPane ContactsView column-header .button:backdrop, column-header ContactsWindow ContactsListPane ContactsView .button:backdrop, ContactsWindow ContactsListPane ContactsView .activatable.tweak-category:backdrop {
6422 opacity: 1.0; }
6423ContactsWindow ContactsListPane ContactsView .separator {
6424 -GtkWidget-wide-separators: true; }
6425ContactsWindow ContactsListPane GtkScrolledWindow .undershoot.top {
6426 background: transparent;
6427 background-image: linear-gradient(to top, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
6428 padding-top: 0;
6429 background-size: 16px 32px;
6430 background-repeat: repeat-x;
6431 background-origin: content-box;
6432 background-position: center top; }
6433ContactsWindow ContactsListPane GtkScrolledWindow .undershoot.bottom {
6434 background: transparent;
6435 background-image: linear-gradient(to bottom, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
6436 padding-bottom: 0;
6437 background-size: 16px 32px;
6438 background-repeat: repeat-x;
6439 background-origin: content-box;
6440 background-position: center bottom; }
6441ContactsWindow ContactsListPane GtkScrolledWindow .undershoot.left {
6442 background: transparent;
6443 background-image: linear-gradient(to left, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
6444 padding-left: 0;
6445 background-size: 32px 16px;
6446 background-repeat: repeat-y;
6447 background-origin: content-box;
6448 background-position: left center; }
6449ContactsWindow ContactsListPane GtkScrolledWindow .undershoot.right {
6450 background: transparent;
6451 background-image: linear-gradient(to right, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
6452 padding-right: 0;
6453 background-size: 32px 16px;
6454 background-repeat: repeat-y;
6455 background-origin: content-box;
6456 background-position: right center; }
6457
6458/******************
6459 * Gnome-Terminal *
6460 ******************/
6461TerminalScreen,
6462TerminalWindow.background {
6463 background-color: #FFFFFF;
6464 color: #FFFFFF; }
6465
6466TerminalWindow .scrollbar .slider {
6467 background-color: rgba(236, 239, 241, 0.275); }
6468 TerminalWindow .scrollbar .slider:hover {
6469 background-color: rgba(236, 239, 241, 0.4125); }
6470 TerminalWindow .scrollbar .slider:active {
6471 background-color: #ECEFF1; }
6472 TerminalWindow .scrollbar .slider:insensitive {
6473 opacity: 0.4; }
6474TerminalWindow .scrollbar .trough {
6475 background-color: transparent;
6476 border: 1px none transparent; }
6477
6478/**********
6479 * Evince *
6480 **********/
6481EvAnnotationWindow {
6482 padding: 0.4em; }
6483 EvAnnotationWindow GtkBox > GtkLabel {
6484 color: #263238;
6485 font-weight: 700; }
6486 EvAnnotationWindow GtkBox > GtkBox > .button.flat, EvAnnotationWindow GtkBox > GtkBox > .button.osd.image-button, EvAnnotationWindow .inline-toolbar GtkBox > GtkBox > .button, .inline-toolbar EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .inline-toolbar GtkBox > GtkBox > .button.image-button:not(.text-button), .inline-toolbar EvAnnotationWindow GtkBox > GtkBox > .button.image-button:not(.text-button), EvAnnotationWindow .action-bar GtkBox > GtkBox > .button, .action-bar EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .action-bar GtkBox > GtkBox > .button.image-button:not(.text-button), .action-bar EvAnnotationWindow GtkBox > GtkBox > .button.image-button:not(.text-button), EvAnnotationWindow .inline-toolbar GtkBox > GtkBox.linked > .button, .inline-toolbar EvAnnotationWindow GtkBox > GtkBox.linked > .button, EvAnnotationWindow .inline-toolbar GtkBox > GtkBox.linked > .button.image-button:not(.text-button), .inline-toolbar EvAnnotationWindow GtkBox > GtkBox.linked > .button.image-button:not(.text-button), EvAnnotationWindow .action-bar GtkBox > GtkBox.linked > .button, .action-bar EvAnnotationWindow GtkBox > GtkBox.linked > .button, EvAnnotationWindow .action-bar GtkBox > GtkBox.linked > .button.image-button:not(.text-button), .action-bar EvAnnotationWindow GtkBox > GtkBox.linked > .button.image-button:not(.text-button), EvAnnotationWindow .inline-toolbar GtkBox > GtkBox.stack-switcher > .button, .inline-toolbar EvAnnotationWindow GtkBox > GtkBox.stack-switcher > .button, EvAnnotationWindow .inline-toolbar GtkBox > GtkBox.stack-switcher > .button.image-button:not(.text-button), .inline-toolbar EvAnnotationWindow GtkBox > GtkBox.stack-switcher > .button.image-button:not(.text-button), EvAnnotationWindow .action-bar GtkBox > GtkBox.stack-switcher > .button, .action-bar EvAnnotationWindow GtkBox > GtkBox.stack-switcher > .button, EvAnnotationWindow .action-bar GtkBox > GtkBox.stack-switcher > .button.image-button:not(.text-button), .action-bar EvAnnotationWindow GtkBox > GtkBox.stack-switcher > .button.image-button:not(.text-button), EvAnnotationWindow .osd .toolbar GtkBox > GtkBox > .button, .osd .toolbar EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .toolbar.osd GtkBox > GtkBox > .button, .toolbar.osd EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .app-notification GtkBox > GtkBox > .button, .app-notification EvAnnotationWindow GtkBox > GtkBox > .button,
6487 EvAnnotationWindow .app-notification.frame GtkBox > GtkBox > .button,
6488 .app-notification.frame EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow GeditViewFrame .gedit-search-slider GtkBox > GtkBox > .button, GeditViewFrame .gedit-search-slider EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .toolbar GtkBox > GtkBox > .button, .toolbar EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .titlebar GtkBox > GtkBox > .button:not(.suggested-action):not(.destructive-action), .titlebar EvAnnotationWindow GtkBox > GtkBox > .button:not(.suggested-action):not(.destructive-action),
6489 EvAnnotationWindow .header-bar GtkBox > GtkBox > .button:not(.suggested-action):not(.destructive-action),
6490 .header-bar EvAnnotationWindow GtkBox > GtkBox > .button:not(.suggested-action):not(.destructive-action), EvAnnotationWindow .message-dialog.csd .dialog-action-area GtkBox > GtkBox > .button, .message-dialog.csd .dialog-action-area EvAnnotationWindow GtkBox > GtkBox > .button,
6491 EvAnnotationWindow .message-dialog.csd .dialog-action-area GtkBox > GtkBox.linked > .button,
6492 .message-dialog.csd .dialog-action-area EvAnnotationWindow GtkBox > GtkBox.linked > .button, EvAnnotationWindow GtkBox > GtkBox > .sidebar-button.button, EvAnnotationWindow .info GtkBox > GtkBox > .button, .info EvAnnotationWindow GtkBox > GtkBox > .button,
6493 EvAnnotationWindow .question GtkBox > GtkBox > .button,
6494 .question EvAnnotationWindow GtkBox > GtkBox > .button,
6495 EvAnnotationWindow .warning GtkBox > GtkBox > .button,
6496 .warning EvAnnotationWindow GtkBox > GtkBox > .button,
6497 EvAnnotationWindow .error GtkBox > GtkBox > .button,
6498 .error EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow GtkBox > GtkBox > GtkScaleButton.button,
6499 EvAnnotationWindow GtkBox > GtkBox > GtkVolumeButton.button, EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox > .button, GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox > .button:first-child, GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox > .button:first-child, EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox > .button:last-child, GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox > .button:last-child,
6500 EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox.linked > .button,
6501 GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox.linked > .button,
6502 EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox.linked > .button:first-child,
6503 GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox.linked > .button:first-child,
6504 EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox.linked > .button:last-child,
6505 GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox.linked > .button:last-child, EvAnnotationWindow MathWindow :not(.titlebar) GtkBox > GtkBox > .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) EvAnnotationWindow GtkBox > GtkBox > .button:not(.flat):not(.titlebutton), EvAnnotationWindow MathWindow :not(.header-bar) GtkBox > GtkBox > .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) EvAnnotationWindow GtkBox > GtkBox > .button:not(.flat):not(.titlebutton),
6506 EvAnnotationWindow .action-bar GtkBox > GtkBox.linked > .button.image-button,
6507 .action-bar EvAnnotationWindow GtkBox > GtkBox.linked > .button.image-button, EvAnnotationWindow NemoWindow GtkGrid > GtkEventBox > .toolbar GtkBox > GtkBox > .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar EvAnnotationWindow GtkBox > GtkBox > .button.image-button {
6508 padding: 1em;
6509 border: none;
6510 border-radius: 100px;
6511 outline-radius: 100px;
6512 color: #263238; }
6513
6514/******************
6515 * Budgie Desktop *
6516 ******************/
6517@keyframes budgie_ripple_effect {
6518 from {
6519 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#ECEFF1, 0.2)), to(transparent)), linear-gradient(to bottom, alpha(#ECEFF1, 0.2)); }
6520 to {
6521 background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(#ECEFF1, 0.2)), to(transparent)), linear-gradient(to bottom, alpha(#ECEFF1, 0.2)); } }
6522.budgie-container {
6523 background-color: transparent; }
6524
6525.budgie-panel {
6526 background-color: #FFFFFF;
6527 color: #ECEFF1;
6528 font-weight: 700; }
6529 .top .budgie-panel {
6530 border-top: 2px solid #FFFFFF; }
6531 .bottom .budgie-panel {
6532 border-bottom: 2px solid #FFFFFF; }
6533 .left .budgie-panel {
6534 border-left: 2px solid #FFFFFF; }
6535 .right .budgie-panel {
6536 border-right: 2px solid #FFFFFF; }
6537 .budgie-panel .alert {
6538 color: #E8E8E8; }
6539
6540.top .shadow-block {
6541 background-color: transparent;
6542 background-image: linear-gradient(to bottom, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
6543
6544.top .raven-frame {
6545 padding: 0;
6546 border: none;
6547 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
6548 background: none; }
6549
6550.bottom .shadow-block {
6551 background-color: transparent;
6552 background-image: linear-gradient(to top, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
6553
6554.bottom .raven-frame {
6555 padding: 0;
6556 border: none;
6557 border-top: 1px solid rgba(0, 0, 0, 0.09);
6558 background: none; }
6559
6560.left .shadow-block {
6561 background-color: transparent;
6562 background-image: linear-gradient(to right, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
6563
6564.left .raven-frame {
6565 padding: 0;
6566 border: none;
6567 border-right: 1px solid rgba(0, 0, 0, 0.09);
6568 background: none; }
6569
6570.right .shadow-block {
6571 background-color: transparent;
6572 background-image: linear-gradient(to left, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
6573
6574.right .raven-frame {
6575 padding: 0;
6576 border: none;
6577 border-left: 1px solid rgba(0, 0, 0, 0.09);
6578 background: none; }
6579
6580.budgie-panel WnckTasklist .button,
6581.budgie-panel WnckTasklist .button:backdrop {
6582 border: none;
6583 background: none;
6584 opacity: 0.5; }
6585 .budgie-panel WnckTasklist .button:hover, .budgie-panel WnckTasklist .button:active, .budgie-panel WnckTasklist .button:checked,
6586 .budgie-panel WnckTasklist .button:backdrop:hover,
6587 .budgie-panel WnckTasklist .button:backdrop:active,
6588 .budgie-panel WnckTasklist .button:backdrop:checked {
6589 opacity: 1.0; }
6590
6591.budgie-panel .launcher {
6592 border: 2px solid transparent;
6593 background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(#ECEFF1, 0)), to(transparent)), linear-gradient(to bottom, alpha(#ECEFF1, 0));
6594 background-size: 7.5em 7.5em, auto;
6595 background-position: center center;
6596 opacity: 0.5;
6597 transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
6598 transition-property: opacity, border-color, background-color, background-image, box-shadow;
6599 transition-duration: 0.2s; }
6600 .budgie-panel .launcher:hover {
6601 opacity: 0.75;
6602 -gtk-image-effect: highlight; }
6603 .budgie-panel .launcher:active {
6604 opacity: 1.0;
6605 transition-duration: 0;
6606 animation: budgie_ripple_effect 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
6607 .budgie-panel .launcher:checked {
6608 opacity: 1.0; }
6609 .budgie-panel .launcher:checked:hover {
6610 -gtk-image-effect: highlight; }
6611.budgie-panel .unpinned .launcher,
6612.budgie-panel .pinned .launcher.running {
6613 opacity: 1.0; }
6614 .budgie-panel .unpinned .launcher:hover,
6615 .budgie-panel .pinned .launcher.running:hover {
6616 -gtk-image-effect: highlight; }
6617
6618.top .budgie-panel WnckTasklist .button {
6619 border: 2px solid transparent; }
6620 .top .budgie-panel WnckTasklist .button:hover {
6621 border-top: 2px solid alpha(#ECEFF1, 0.4); }
6622 .top .budgie-panel WnckTasklist .button:active, .top .budgie-panel WnckTasklist .button:checked {
6623 border-top: 2px solid #E8E8E8; }
6624.top .budgie-panel .launcher {
6625 border: 2px solid transparent; }
6626 .top .budgie-panel .launcher:hover {
6627 border-top: 2px solid alpha(#ECEFF1, 0.4); }
6628 .top .budgie-panel .launcher:active, .top .budgie-panel .launcher:checked {
6629 border-top: 2px solid #E8E8E8; }
6630
6631.bottom .budgie-panel WnckTasklist .button {
6632 border: 2px solid transparent; }
6633 .bottom .budgie-panel WnckTasklist .button:hover {
6634 border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
6635 .bottom .budgie-panel WnckTasklist .button:active, .bottom .budgie-panel WnckTasklist .button:checked {
6636 border-bottom: 2px solid #E8E8E8; }
6637.bottom .budgie-panel .launcher {
6638 border: 2px solid transparent; }
6639 .bottom .budgie-panel .launcher:hover {
6640 border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
6641 .bottom .budgie-panel .launcher:active, .bottom .budgie-panel .launcher:checked {
6642 border-bottom: 2px solid #E8E8E8; }
6643
6644.left .budgie-panel WnckTasklist .button {
6645 border: 2px solid transparent; }
6646 .left .budgie-panel WnckTasklist .button:hover {
6647 border-left: 2px solid alpha(#ECEFF1, 0.4); }
6648 .left .budgie-panel WnckTasklist .button:active, .left .budgie-panel WnckTasklist .button:checked {
6649 border-left: 2px solid #E8E8E8; }
6650.left .budgie-panel .launcher {
6651 border: 2px solid transparent; }
6652 .left .budgie-panel .launcher:hover {
6653 border-left: 2px solid alpha(#ECEFF1, 0.4); }
6654 .left .budgie-panel .launcher:active, .left .budgie-panel .launcher:checked {
6655 border-left: 2px solid #E8E8E8; }
6656
6657.right .budgie-panel WnckTasklist .button {
6658 border: 2px solid transparent; }
6659 .right .budgie-panel WnckTasklist .button:hover {
6660 border-right: 2px solid alpha(#ECEFF1, 0.4); }
6661 .right .budgie-panel WnckTasklist .button:active, .right .budgie-panel WnckTasklist .button:checked {
6662 border-right: 2px solid #E8E8E8; }
6663.right .budgie-panel .launcher {
6664 border: 2px solid transparent; }
6665 .right .budgie-panel .launcher:hover {
6666 border-right: 2px solid alpha(#ECEFF1, 0.4); }
6667 .right .budgie-panel .launcher:active, .right .budgie-panel .launcher:checked {
6668 border-right: 2px solid #E8E8E8; }
6669
6670.top .budgie-panel .unpinned .launcher,
6671.top .budgie-panel .pinned .launcher.running {
6672 border: 2px solid transparent;
6673 border-image: -gtk-scaled(url("assets/running-dot-top.png"), url("assets/running-dot-top@2.png")) 2/2px; }
6674 .top .budgie-panel .unpinned .launcher:hover, .top .budgie-panel .unpinned .launcher:active, .top .budgie-panel .unpinned .launcher:checked,
6675 .top .budgie-panel .pinned .launcher.running:hover,
6676 .top .budgie-panel .pinned .launcher.running:active,
6677 .top .budgie-panel .pinned .launcher.running:checked {
6678 border-top: 2px solid #E8E8E8;
6679 border-image: none; }
6680
6681.bottom .budgie-panel .unpinned .launcher,
6682.bottom .budgie-panel .pinned .launcher.running {
6683 border: 2px solid transparent;
6684 border-image: -gtk-scaled(url("assets/running-dot-bottom.png"), url("assets/running-dot-bottom@2.png")) 2/2px; }
6685 .bottom .budgie-panel .unpinned .launcher:hover, .bottom .budgie-panel .unpinned .launcher:active, .bottom .budgie-panel .unpinned .launcher:checked,
6686 .bottom .budgie-panel .pinned .launcher.running:hover,
6687 .bottom .budgie-panel .pinned .launcher.running:active,
6688 .bottom .budgie-panel .pinned .launcher.running:checked {
6689 border-bottom: 2px solid #E8E8E8;
6690 border-image: none; }
6691
6692.left .budgie-panel .unpinned .launcher,
6693.left .budgie-panel .pinned .launcher.running {
6694 border: 2px solid transparent;
6695 border-image: -gtk-scaled(url("assets/running-dot-left.png"), url("assets/running-dot-left@2.png")) 2/2px; }
6696 .left .budgie-panel .unpinned .launcher:hover, .left .budgie-panel .unpinned .launcher:active, .left .budgie-panel .unpinned .launcher:checked,
6697 .left .budgie-panel .pinned .launcher.running:hover,
6698 .left .budgie-panel .pinned .launcher.running:active,
6699 .left .budgie-panel .pinned .launcher.running:checked {
6700 border-left: 2px solid #E8E8E8;
6701 border-image: none; }
6702
6703.right .budgie-panel .unpinned .launcher,
6704.right .budgie-panel .pinned .launcher.running {
6705 border: 2px solid transparent;
6706 border-image: -gtk-scaled(url("assets/running-dot-right.png"), url("assets/running-dot-right@2.png")) 2/2px; }
6707 .right .budgie-panel .unpinned .launcher:hover, .right .budgie-panel .unpinned .launcher:active, .right .budgie-panel .unpinned .launcher:checked,
6708 .right .budgie-panel .pinned .launcher.running:hover,
6709 .right .budgie-panel .pinned .launcher.running:active,
6710 .right .budgie-panel .pinned .launcher.running:checked {
6711 border-right: 2px solid #E8E8E8;
6712 border-image: none; }
6713
6714.budgie-panel ShowDesktopApplet > .button.flat, .budgie-panel ShowDesktopApplet > .button.osd.image-button, .budgie-panel .inline-toolbar ShowDesktopApplet > .button, .inline-toolbar .budgie-panel ShowDesktopApplet > .button, .budgie-panel .inline-toolbar ShowDesktopApplet > .button.image-button:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet > .button.image-button:not(.text-button), .budgie-panel .action-bar ShowDesktopApplet > .button, .action-bar .budgie-panel ShowDesktopApplet > .button, .budgie-panel .action-bar ShowDesktopApplet > .button.image-button:not(.text-button), .action-bar .budgie-panel ShowDesktopApplet > .button.image-button:not(.text-button), .budgie-panel .app-notification ShowDesktopApplet > .button, .app-notification .budgie-panel ShowDesktopApplet > .button, .budgie-panel GeditViewFrame .gedit-search-slider ShowDesktopApplet > .button, GeditViewFrame .gedit-search-slider .budgie-panel ShowDesktopApplet > .button, .budgie-panel .toolbar ShowDesktopApplet > .button, .toolbar .budgie-panel ShowDesktopApplet > .button, .budgie-panel .titlebar ShowDesktopApplet > .button:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel ShowDesktopApplet > .button:not(.suggested-action):not(.destructive-action),
6715.budgie-panel .header-bar ShowDesktopApplet > .button:not(.suggested-action):not(.destructive-action),
6716.header-bar .budgie-panel ShowDesktopApplet > .button:not(.suggested-action):not(.destructive-action), .budgie-panel .message-dialog.csd .dialog-action-area ShowDesktopApplet > .button, .message-dialog.csd .dialog-action-area .budgie-panel ShowDesktopApplet > .button, .budgie-panel ShowDesktopApplet > .sidebar-button.button, .budgie-panel .info ShowDesktopApplet > .button, .info .budgie-panel ShowDesktopApplet > .button,
6717.budgie-panel .question ShowDesktopApplet > .button,
6718.question .budgie-panel ShowDesktopApplet > .button,
6719.budgie-panel .warning ShowDesktopApplet > .button,
6720.warning .budgie-panel ShowDesktopApplet > .button,
6721.budgie-panel .error ShowDesktopApplet > .button,
6722.error .budgie-panel ShowDesktopApplet > .button, .budgie-panel ShowDesktopApplet > GtkScaleButton.button,
6723.budgie-panel ShowDesktopApplet > GtkVolumeButton.button, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:first-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:first-child, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:last-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:last-child,
6724.budgie-panel GfCandidatePopup ShowDesktopApplet.linked > .button,
6725GfCandidatePopup .budgie-panel ShowDesktopApplet.linked > .button, .budgie-panel MathWindow :not(.titlebar) ShowDesktopApplet > .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .budgie-panel ShowDesktopApplet > .button:not(.flat):not(.titlebutton), .budgie-panel MathWindow :not(.header-bar) ShowDesktopApplet > .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .budgie-panel ShowDesktopApplet > .button:not(.flat):not(.titlebutton),
6726.budgie-panel .action-bar ShowDesktopApplet.linked > .button.image-button,
6727.action-bar .budgie-panel ShowDesktopApplet.linked > .button.image-button, .budgie-panel NemoWindow GtkGrid > GtkEventBox > .toolbar ShowDesktopApplet > .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .budgie-panel ShowDesktopApplet > .button.image-button {
6728 padding: 0.4em 1em;
6729 border-radius: 0;
6730 outline-color: transparent;
6731 color: #ECEFF1; }
6732 .budgie-panel ShowDesktopApplet > .button.flat:hover, .budgie-panel ShowDesktopApplet > .button.osd.image-button:hover, .budgie-panel .inline-toolbar ShowDesktopApplet > .button:hover, .inline-toolbar .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel .action-bar ShowDesktopApplet > .button:hover, .action-bar .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel .inline-toolbar ShowDesktopApplet.linked > .button.image-button:hover:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.linked > .button.image-button:hover:not(.text-button), .budgie-panel .inline-toolbar ShowDesktopApplet.stack-switcher > .button.image-button:hover:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:hover:not(.text-button), .budgie-panel .action-bar ShowDesktopApplet.stack-switcher > .button.image-button:hover:not(.text-button), .action-bar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:hover:not(.text-button), .budgie-panel .app-notification ShowDesktopApplet > .button:hover, .app-notification .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel GeditViewFrame .gedit-search-slider ShowDesktopApplet > .button:hover, GeditViewFrame .gedit-search-slider .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel .toolbar ShowDesktopApplet > .button:hover, .toolbar .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel .titlebar ShowDesktopApplet > .button:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel ShowDesktopApplet > .button:hover:not(.suggested-action):not(.destructive-action),
6733 .budgie-panel .header-bar ShowDesktopApplet > .button:hover:not(.suggested-action):not(.destructive-action),
6734 .header-bar .budgie-panel ShowDesktopApplet > .button:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .message-dialog.csd .dialog-action-area ShowDesktopApplet > .button:hover, .message-dialog.csd .dialog-action-area .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel ShowDesktopApplet > .sidebar-button.button:hover, .budgie-panel .info ShowDesktopApplet > .button:hover, .info .budgie-panel ShowDesktopApplet > .button:hover,
6735 .budgie-panel .question ShowDesktopApplet > .button:hover,
6736 .question .budgie-panel ShowDesktopApplet > .button:hover,
6737 .budgie-panel .warning ShowDesktopApplet > .button:hover,
6738 .warning .budgie-panel ShowDesktopApplet > .button:hover,
6739 .budgie-panel .error ShowDesktopApplet > .button:hover,
6740 .error .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel ShowDesktopApplet > GtkScaleButton.button:hover,
6741 .budgie-panel ShowDesktopApplet > GtkVolumeButton.button:hover, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:hover, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:hover:first-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:hover:first-child, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:hover:last-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:hover:last-child,
6742 .budgie-panel GfCandidatePopup ShowDesktopApplet.linked > .button:hover,
6743 GfCandidatePopup .budgie-panel ShowDesktopApplet.linked > .button:hover, .budgie-panel MathWindow :not(.titlebar) ShowDesktopApplet > .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .budgie-panel ShowDesktopApplet > .button:hover:not(.flat):not(.titlebutton), .budgie-panel MathWindow :not(.header-bar) ShowDesktopApplet > .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .budgie-panel ShowDesktopApplet > .button:hover:not(.flat):not(.titlebutton) {
6744 color: #FFFFFF;
6745 background-color: transparent;
6746 background-image: none; }
6747 .budgie-panel ShowDesktopApplet > .button.flat:active, .budgie-panel ShowDesktopApplet > .button.osd.image-button:active, .budgie-panel .inline-toolbar ShowDesktopApplet > .button:active, .inline-toolbar .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel .action-bar ShowDesktopApplet > .button:active, .action-bar .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel .inline-toolbar ShowDesktopApplet.linked > .button.image-button:active:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.linked > .button.image-button:active:not(.text-button), .budgie-panel .inline-toolbar ShowDesktopApplet.stack-switcher > .button.image-button:active:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:active:not(.text-button), .budgie-panel .action-bar ShowDesktopApplet.stack-switcher > .button.image-button:active:not(.text-button), .action-bar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:active:not(.text-button), .budgie-panel .app-notification ShowDesktopApplet > .button:active, .app-notification .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel GeditViewFrame .gedit-search-slider ShowDesktopApplet > .button:active, GeditViewFrame .gedit-search-slider .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel .toolbar ShowDesktopApplet > .button:active, .toolbar .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel .titlebar ShowDesktopApplet > .button:active:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel ShowDesktopApplet > .button:active:not(.suggested-action):not(.destructive-action),
6748 .budgie-panel .header-bar ShowDesktopApplet > .button:active:not(.suggested-action):not(.destructive-action),
6749 .header-bar .budgie-panel ShowDesktopApplet > .button:active:not(.suggested-action):not(.destructive-action), .budgie-panel .message-dialog.csd .dialog-action-area ShowDesktopApplet > .button:active, .message-dialog.csd .dialog-action-area .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel ShowDesktopApplet > .sidebar-button.button:active, .budgie-panel .info ShowDesktopApplet > .button:active, .info .budgie-panel ShowDesktopApplet > .button:active,
6750 .budgie-panel .question ShowDesktopApplet > .button:active,
6751 .question .budgie-panel ShowDesktopApplet > .button:active,
6752 .budgie-panel .warning ShowDesktopApplet > .button:active,
6753 .warning .budgie-panel ShowDesktopApplet > .button:active,
6754 .budgie-panel .error ShowDesktopApplet > .button:active,
6755 .error .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel ShowDesktopApplet > GtkScaleButton.button:active,
6756 .budgie-panel ShowDesktopApplet > GtkVolumeButton.button:active, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:active, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:active:first-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:active:first-child, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:active:last-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:active:last-child,
6757 .budgie-panel GfCandidatePopup ShowDesktopApplet.linked > .button:active,
6758 GfCandidatePopup .budgie-panel ShowDesktopApplet.linked > .button:active, .budgie-panel MathWindow :not(.titlebar) ShowDesktopApplet > .button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .budgie-panel ShowDesktopApplet > .button:active:not(.flat):not(.titlebutton), .budgie-panel MathWindow :not(.header-bar) ShowDesktopApplet > .button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .budgie-panel ShowDesktopApplet > .button:active:not(.flat):not(.titlebutton) {
6759 color: #FFFFFF; }
6760 .budgie-panel ShowDesktopApplet > .button.flat:checked, .budgie-panel ShowDesktopApplet > .button.osd.image-button:checked, .budgie-panel .inline-toolbar ShowDesktopApplet > .button:checked, .inline-toolbar .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel .action-bar ShowDesktopApplet > .button:checked, .action-bar .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel .inline-toolbar ShowDesktopApplet.linked > .button.image-button:checked:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.linked > .button.image-button:checked:not(.text-button), .budgie-panel .inline-toolbar ShowDesktopApplet.stack-switcher > .button.image-button:checked:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:checked:not(.text-button), .budgie-panel .action-bar ShowDesktopApplet.stack-switcher > .button.image-button:checked:not(.text-button), .action-bar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:checked:not(.text-button), .budgie-panel .app-notification ShowDesktopApplet > .button:checked, .app-notification .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel GeditViewFrame .gedit-search-slider ShowDesktopApplet > .button:checked, GeditViewFrame .gedit-search-slider .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel .toolbar ShowDesktopApplet > .button:checked, .toolbar .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel .titlebar ShowDesktopApplet > .button:checked:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel ShowDesktopApplet > .button:checked:not(.suggested-action):not(.destructive-action),
6761 .budgie-panel .header-bar ShowDesktopApplet > .button:checked:not(.suggested-action):not(.destructive-action),
6762 .header-bar .budgie-panel ShowDesktopApplet > .button:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .message-dialog.csd .dialog-action-area ShowDesktopApplet > .button:checked, .message-dialog.csd .dialog-action-area .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel ShowDesktopApplet > .sidebar-button.button:checked, .budgie-panel .info ShowDesktopApplet > .button:checked, .info .budgie-panel ShowDesktopApplet > .button:checked,
6763 .budgie-panel .question ShowDesktopApplet > .button:checked,
6764 .question .budgie-panel ShowDesktopApplet > .button:checked,
6765 .budgie-panel .warning ShowDesktopApplet > .button:checked,
6766 .warning .budgie-panel ShowDesktopApplet > .button:checked,
6767 .budgie-panel .error ShowDesktopApplet > .button:checked,
6768 .error .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel ShowDesktopApplet > GtkScaleButton.button:checked,
6769 .budgie-panel ShowDesktopApplet > GtkVolumeButton.button:checked, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked:first-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked:first-child, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked:last-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked:last-child,
6770 .budgie-panel GfCandidatePopup ShowDesktopApplet.linked > .button:checked,
6771 GfCandidatePopup .budgie-panel ShowDesktopApplet.linked > .button:checked, .budgie-panel MathWindow :not(.titlebar) ShowDesktopApplet > .button:checked:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .budgie-panel ShowDesktopApplet > .button:checked:not(.flat):not(.titlebutton), .budgie-panel MathWindow :not(.header-bar) ShowDesktopApplet > .button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .budgie-panel ShowDesktopApplet > .button:checked:not(.flat):not(.titlebutton) {
6772 color: rgba(236, 239, 241, 0.3);
6773 background-color: transparent;
6774 background-image: none; }
6775 .budgie-panel ShowDesktopApplet > .button.flat:checked:hover, .budgie-panel ShowDesktopApplet > .button.osd.image-button:checked:hover, .budgie-panel .inline-toolbar ShowDesktopApplet > .button:checked:hover, .inline-toolbar .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel .action-bar ShowDesktopApplet > .button:checked:hover, .action-bar .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel .app-notification ShowDesktopApplet > .button:checked:hover, .app-notification .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel GeditViewFrame .gedit-search-slider ShowDesktopApplet > .button:checked:hover, GeditViewFrame .gedit-search-slider .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel .toolbar ShowDesktopApplet > .button:checked:hover, .toolbar .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel .titlebar ShowDesktopApplet > .button:checked:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel ShowDesktopApplet > .button:checked:hover:not(.suggested-action):not(.destructive-action),
6776 .budgie-panel .header-bar ShowDesktopApplet > .button:checked:hover:not(.suggested-action):not(.destructive-action),
6777 .header-bar .budgie-panel ShowDesktopApplet > .button:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .message-dialog.csd .dialog-action-area ShowDesktopApplet > .button:checked:hover, .message-dialog.csd .dialog-action-area .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel ShowDesktopApplet > .sidebar-button.button:checked:hover, .budgie-panel .info ShowDesktopApplet > .button:checked:hover, .info .budgie-panel ShowDesktopApplet > .button:checked:hover,
6778 .budgie-panel .question ShowDesktopApplet > .button:checked:hover,
6779 .question .budgie-panel ShowDesktopApplet > .button:checked:hover,
6780 .budgie-panel .warning ShowDesktopApplet > .button:checked:hover,
6781 .warning .budgie-panel ShowDesktopApplet > .button:checked:hover,
6782 .budgie-panel .error ShowDesktopApplet > .button:checked:hover,
6783 .error .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel ShowDesktopApplet > GtkScaleButton.button:checked:hover,
6784 .budgie-panel ShowDesktopApplet > GtkVolumeButton.button:checked:hover, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked:hover, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked:hover:first-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked:hover:first-child, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked:hover:last-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked:hover:last-child,
6785 .budgie-panel GfCandidatePopup ShowDesktopApplet.linked > .button:checked:hover,
6786 GfCandidatePopup .budgie-panel ShowDesktopApplet.linked > .button:checked:hover, .budgie-panel MathWindow :not(.titlebar) ShowDesktopApplet > .button:checked:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .budgie-panel ShowDesktopApplet > .button:checked:hover:not(.flat):not(.titlebutton), .budgie-panel MathWindow :not(.header-bar) ShowDesktopApplet > .button:checked:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .budgie-panel ShowDesktopApplet > .button:checked:hover:not(.flat):not(.titlebutton) {
6787 color: #FFFFFF;
6788 background-color: transparent;
6789 background-image: none; }
6790
6791.budgie-menu {
6792 border-radius: 2px;
6793 background-color: #fdfdfe; }
6794 .budgie-menu GtkScrolledWindow,
6795 .budgie-menu .list,
6796 .budgie-menu .list-row,
6797 .budgie-menu .tweak-category,
6798 .budgie-menu .scrollbar.trough {
6799 border: none;
6800 background: none;
6801 box-shadow: none; }
6802 .budgie-menu .list-row, .budgie-menu .tweak-category, .budgie-menu .list-row.activatable, .budgie-menu .view, .budgie-menu column-header .button, column-header .budgie-menu .button, .budgie-menu .activatable.tweak-category {
6803 background-image: none;
6804 background-color: #fdfdfe;
6805 color: rgba(38, 50, 56, 0.75);
6806 transition: none; }
6807 .budgie-menu .list-row:hover, .budgie-menu .tweak-category:hover, .budgie-menu .list-row.activatable:hover, .budgie-menu .view:hover, .budgie-menu column-header .button:hover, column-header .budgie-menu .button:hover, .budgie-menu .activatable.tweak-category:hover {
6808 background-image: none;
6809 background-color: #fdfdfe;
6810 color: #263238;
6811 transition: none; }
6812 .budgie-menu GtkScrolledWindow .undershoot.top {
6813 background: transparent;
6814 background-image: linear-gradient(to top, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
6815 padding-top: 0;
6816 background-size: 16px 32px;
6817 background-repeat: repeat-x;
6818 background-origin: content-box;
6819 background-position: center top; }
6820 .budgie-menu GtkScrolledWindow .undershoot.bottom {
6821 background: transparent;
6822 background-image: linear-gradient(to bottom, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
6823 padding-bottom: 0;
6824 background-size: 16px 32px;
6825 background-repeat: repeat-x;
6826 background-origin: content-box;
6827 background-position: center bottom; }
6828 .budgie-menu GtkScrolledWindow .undershoot.left {
6829 background: transparent;
6830 background-image: linear-gradient(to left, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
6831 padding-left: 0;
6832 background-size: 32px 16px;
6833 background-repeat: repeat-y;
6834 background-origin: content-box;
6835 background-position: left center; }
6836 .budgie-menu GtkScrolledWindow .undershoot.right {
6837 background: transparent;
6838 background-image: linear-gradient(to right, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
6839 padding-right: 0;
6840 background-size: 32px 16px;
6841 background-repeat: repeat-y;
6842 background-origin: content-box;
6843 background-position: right center; }
6844
6845.raven {
6846 padding: 0;
6847 border: none;
6848 color: rgba(38, 50, 56, 0.75);
6849 background-color: rgba(229, 233, 236, 0.9); }
6850 .raven:dir(ltr) {
6851 box-shadow: -1px 0 1px rgba(0, 0, 0, 0.12); }
6852 .raven:dir(rtl) {
6853 box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12); }
6854 .raven .raven-header {
6855 border: none;
6856 color: rgba(38, 50, 56, 0.5);
6857 background-color: transparent;
6858 font-weight: 700; }
6859 .raven .raven-background {
6860 border-width: 1px 0 0;
6861 border-style: solid none none;
6862 border-color: rgba(0, 0, 0, 0.09);
6863 background-color: transparent;
6864 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
6865 .raven .powerstrip {
6866 border-top: 1px solid rgba(0, 0, 0, 0.09);
6867 background-color: #FFFFFF;
6868 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
6869 .raven .powerstrip .button {
6870 padding: 1em;
6871 color: #E8E8E8; }
6872 .raven .powerstrip .button:hover, .raven .powerstrip .button:active, .raven .powerstrip .button:checked {
6873 color: #E8E8E8; }
6874 .raven .powerstrip .button:insensitive {
6875 color: #E8E8E8; }
6876 .raven .option-subtitle {
6877 color: rgba(38, 50, 56, 0.225);
6878 font-size: 90%; }
6879 .raven GtkScrolledWindow {
6880 background: transparent; }
6881 .raven .list,
6882 .raven .list-row,
6883 .raven .tweak-category,
6884 .raven .list-row.activatable,
6885 .raven .view,
6886 .raven column-header .button,
6887 column-header .raven .button,
6888 .raven .activatable.tweak-category {
6889 background-color: transparent; }
6890 .raven .list:not(.list):hover,
6891 .raven .list-row:not(.list):hover,
6892 .raven .tweak-category:not(.list):hover,
6893 .raven .list-row.activatable:not(.list):hover,
6894 .raven .view:not(.list):hover,
6895 .raven column-header .button:not(.list):hover,
6896 column-header .raven .button:not(.list):hover,
6897 .raven .activatable.tweak-category:not(.list):hover {
6898 color: #263238; }
6899 .raven .list:not(.list):selected,
6900 .raven .list-row:not(.list):selected,
6901 .raven .tweak-category:not(.list):selected,
6902 .raven .list-row.activatable:not(.list):selected,
6903 .raven .view:not(.list):selected,
6904 .raven column-header .button:not(.list):selected,
6905 column-header .raven .button:not(.list):selected,
6906 .raven .activatable.tweak-category:not(.list):selected {
6907 color: #E8E8E8; }
6908 .raven .list:not(.list):selected:hover,
6909 .raven .list-row:not(.list):selected:hover,
6910 .raven .tweak-category:not(.list):selected:hover,
6911 .raven .list-row.activatable:not(.list):selected:hover,
6912 .raven .view:not(.list):selected:hover,
6913 .raven column-header .button:not(.list):selected:hover,
6914 column-header .raven .button:not(.list):selected:hover,
6915 .raven .activatable.tweak-category:not(.list):selected:hover {
6916 background-color: rgba(0, 188, 212, 0.1); }
6917 .raven .list .separator,
6918 .raven .list-row .separator,
6919 .raven .tweak-category .separator,
6920 .raven .list-row.activatable .separator,
6921 .raven .view .separator,
6922 .raven column-header .button .separator,
6923 column-header .raven .button .separator,
6924 .raven .activatable.tweak-category .separator {
6925 color: rgba(38, 50, 56, 0.165); }
6926 .raven .button.image-button {
6927 box-shadow: none;
6928 background-color: transparent;
6929 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); }
6930 .raven .button.image-button:hover {
6931 box-shadow: none;
6932 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); }
6933 .raven .button.image-button:active {
6934 box-shadow: none;
6935 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
6936 .raven .button.image-button:insensitive {
6937 box-shadow: none;
6938 background-color: transparent; }
6939 .raven .button.image-button:checked {
6940 background-color: alpha(currentColor, 0.2);
6941 color: #263238; }
6942 .raven .button.image-button:checked:insensitive > .label {
6943 color: inherit; }
6944 .raven .raven-header > .button.text-button {
6945 color: rgba(255, 255, 255, 0.85); }
6946 .raven .raven-header > .button.text-button:hover {
6947 color: #FFFFFF; }
6948 .raven .raven-header > .button.text-button:active {
6949 color: #FFFFFF;
6950 background-color: #E8E8E8; }
6951 .raven .raven-header .expander-button {
6952 padding: 1.0em;
6953 border-radius: 100px;
6954 outline-radius: 100px;
6955 color: rgba(38, 50, 56, 0.5); }
6956 .raven .raven-header .expander-button:hover, .raven .raven-header .expander-button:active {
6957 color: #263238; }
6958 .raven GtkCalendar {
6959 border: none;
6960 background-color: transparent; }
6961 .raven .undershoot.top, .raven .undershoot.bottom, .raven .undershoot.left, .raven .undershoot.right {
6962 background-image: none; }
6963
6964.raven-mpris {
6965 border: none;
6966 color: #263238;
6967 background-color: rgba(229, 233, 236, 0.9); }
6968 .raven-mpris .button.image-button {
6969 padding: 0.6em; }
6970
6971.budgie-notification-window {
6972 border-radius: 2px;
6973 background: none; }
6974
6975.budgie-notification.background {
6976 border-radius: 2px; }
6977.budgie-notification .notification-title {
6978 color: rgba(38, 50, 56, 0.75);
6979 font-size: 110%;
6980 font-weight: 500; }
6981.budgie-notification .notification-body {
6982 color: #263238; }
6983
6984.background.csd.budgie-run-dialog {
6985 border: none;
6986 background-color: transparent; }
6987 .background.csd.budgie-run-dialog .window-frame {
6988 border-radius: 2px;
6989 border: none;
6990 background-color: rgba(42, 55, 62, 0.9);
6991 box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
6992 .background.csd.budgie-run-dialog .window-frame:backdrop {
6993 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
6994 .background.csd.budgie-run-dialog .separator {
6995 -GtkWidget-separator-width: 0;
6996 border: 0 none transparent;
6997 color: transparent; }
6998 .background.csd.budgie-run-dialog GtkScrolledWindow {
6999 border-image: none; }
7000 .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button.flat, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button.osd.image-button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .inline-toolbar .button, .inline-toolbar .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .action-bar .button, .action-bar .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .app-notification .button, .app-notification .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .toolbar .button, .toolbar .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .titlebar .button:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:not(.suggested-action):not(.destructive-action),
7001 .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .header-bar .button:not(.suggested-action):not(.destructive-action),
7002 .header-bar .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .sidebar-button.button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .info .button, .info .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button,
7003 .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .question .button,
7004 .question .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button,
7005 .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .warning .button,
7006 .warning .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button,
7007 .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .error .button,
7008 .error .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GtkScaleButton.button,
7009 .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GtkVolumeButton.button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GfCandidatePopup .button, GfCandidatePopup .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GfCandidatePopup .button:first-child, GfCandidatePopup .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:first-child, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GfCandidatePopup .button:last-child, GfCandidatePopup .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:last-child,
7010 .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GfCandidatePopup .linked > .button,
7011 GfCandidatePopup .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .linked > .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:not(.flat):not(.titlebutton) {
7012 border-radius: 2px;
7013 outline-radius: 2px; }
7014 .background.csd.budgie-run-dialog GtkScrolledWindow .undershoot.top, .background.csd.budgie-run-dialog GtkScrolledWindow .undershoot.bottom, .background.csd.budgie-run-dialog GtkScrolledWindow .undershoot.left, .background.csd.budgie-run-dialog GtkScrolledWindow .undershoot.right {
7015 background-image: none; }
7016 .background.csd.budgie-run-dialog .button.flat.image-button, .background.csd.budgie-run-dialog .image-button.button.osd, .background.csd.budgie-run-dialog .inline-toolbar .image-button.button, .inline-toolbar .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog .action-bar .image-button.button, .action-bar .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog .app-notification .image-button.button, .app-notification .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog GeditViewFrame .gedit-search-slider .image-button.button, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog .toolbar .image-button.button, .toolbar .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog .titlebar .image-button.button:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog .image-button.button:not(.suggested-action):not(.destructive-action),
7017 .background.csd.budgie-run-dialog .header-bar .image-button.button:not(.suggested-action):not(.destructive-action),
7018 .header-bar .background.csd.budgie-run-dialog .image-button.button:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog .message-dialog.csd .dialog-action-area .image-button.button, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog .image-button.sidebar-button.button, .background.csd.budgie-run-dialog .info .image-button.button, .info .background.csd.budgie-run-dialog .image-button.button,
7019 .background.csd.budgie-run-dialog .question .image-button.button,
7020 .question .background.csd.budgie-run-dialog .image-button.button,
7021 .background.csd.budgie-run-dialog .warning .image-button.button,
7022 .warning .background.csd.budgie-run-dialog .image-button.button,
7023 .background.csd.budgie-run-dialog .error .image-button.button,
7024 .error .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog GtkScaleButton.image-button.button,
7025 .background.csd.budgie-run-dialog GtkVolumeButton.image-button.button, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:first-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:first-child, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:last-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:last-child,
7026 .background.csd.budgie-run-dialog GfCandidatePopup .linked > .image-button.button,
7027 GfCandidatePopup .background.csd.budgie-run-dialog .linked > .image-button.button, .background.csd.budgie-run-dialog MathWindow :not(.titlebar) .image-button.button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog .image-button.button:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog MathWindow :not(.header-bar) .image-button.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog .image-button.button:not(.flat):not(.titlebutton) {
7028 color: #E8E8E8; }
7029 .background.csd.budgie-run-dialog .button.flat.image-button:hover, .background.csd.budgie-run-dialog .image-button.button.osd:hover, .background.csd.budgie-run-dialog .inline-toolbar .image-button.button:hover, .inline-toolbar .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog .action-bar .image-button.button:hover, .action-bar .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog .app-notification .image-button.button:hover, .app-notification .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog GeditViewFrame .gedit-search-slider .image-button.button:hover, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog .toolbar .image-button.button:hover, .toolbar .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog .titlebar .image-button.button:hover:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog .image-button.button:hover:not(.suggested-action):not(.destructive-action),
7030 .background.csd.budgie-run-dialog .header-bar .image-button.button:hover:not(.suggested-action):not(.destructive-action),
7031 .header-bar .background.csd.budgie-run-dialog .image-button.button:hover:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog .message-dialog.csd .dialog-action-area .image-button.button:hover, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog .image-button.sidebar-button.button:hover, .background.csd.budgie-run-dialog .info .image-button.button:hover, .info .background.csd.budgie-run-dialog .image-button.button:hover,
7032 .background.csd.budgie-run-dialog .question .image-button.button:hover,
7033 .question .background.csd.budgie-run-dialog .image-button.button:hover,
7034 .background.csd.budgie-run-dialog .warning .image-button.button:hover,
7035 .warning .background.csd.budgie-run-dialog .image-button.button:hover,
7036 .background.csd.budgie-run-dialog .error .image-button.button:hover,
7037 .error .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog GtkScaleButton.image-button.button:hover,
7038 .background.csd.budgie-run-dialog GtkVolumeButton.image-button.button:hover, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:hover, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:hover:first-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:hover:first-child, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:hover:last-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:hover:last-child,
7039 .background.csd.budgie-run-dialog GfCandidatePopup .linked > .image-button.button:hover,
7040 GfCandidatePopup .background.csd.budgie-run-dialog .linked > .image-button.button:hover, .background.csd.budgie-run-dialog MathWindow :not(.titlebar) .image-button.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog .image-button.button:hover:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog MathWindow :not(.header-bar) .image-button.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog .image-button.button:hover:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog .button.flat.image-button:active, .background.csd.budgie-run-dialog .image-button.button.osd:active, .background.csd.budgie-run-dialog .inline-toolbar .image-button.button:active, .inline-toolbar .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog .action-bar .image-button.button:active, .action-bar .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog .app-notification .image-button.button:active, .app-notification .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog GeditViewFrame .gedit-search-slider .image-button.button:active, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog .toolbar .image-button.button:active, .toolbar .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog .titlebar .image-button.button:active:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog .image-button.button:active:not(.suggested-action):not(.destructive-action),
7041 .background.csd.budgie-run-dialog .header-bar .image-button.button:active:not(.suggested-action):not(.destructive-action),
7042 .header-bar .background.csd.budgie-run-dialog .image-button.button:active:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog .message-dialog.csd .dialog-action-area .image-button.button:active, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog .image-button.sidebar-button.button:active, .background.csd.budgie-run-dialog .info .image-button.button:active, .info .background.csd.budgie-run-dialog .image-button.button:active,
7043 .background.csd.budgie-run-dialog .question .image-button.button:active,
7044 .question .background.csd.budgie-run-dialog .image-button.button:active,
7045 .background.csd.budgie-run-dialog .warning .image-button.button:active,
7046 .warning .background.csd.budgie-run-dialog .image-button.button:active,
7047 .background.csd.budgie-run-dialog .error .image-button.button:active,
7048 .error .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog GtkScaleButton.image-button.button:active,
7049 .background.csd.budgie-run-dialog GtkVolumeButton.image-button.button:active, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:active, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:active:first-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:active:first-child, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:active:last-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:active:last-child,
7050 .background.csd.budgie-run-dialog GfCandidatePopup .linked > .image-button.button:active,
7051 GfCandidatePopup .background.csd.budgie-run-dialog .linked > .image-button.button:active, .background.csd.budgie-run-dialog MathWindow :not(.titlebar) .image-button.button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog .image-button.button:active:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog MathWindow :not(.header-bar) .image-button.button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog .image-button.button:active:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog .button.flat.image-button:checked, .background.csd.budgie-run-dialog .image-button.button.osd:checked, .background.csd.budgie-run-dialog .inline-toolbar .image-button.button:checked, .inline-toolbar .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog .action-bar .image-button.button:checked, .action-bar .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog .app-notification .image-button.button:checked, .app-notification .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog GeditViewFrame .gedit-search-slider .image-button.button:checked, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog .toolbar .image-button.button:checked, .toolbar .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog .titlebar .image-button.button:checked:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog .image-button.button:checked:not(.suggested-action):not(.destructive-action),
7052 .background.csd.budgie-run-dialog .header-bar .image-button.button:checked:not(.suggested-action):not(.destructive-action),
7053 .header-bar .background.csd.budgie-run-dialog .image-button.button:checked:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog .message-dialog.csd .dialog-action-area .image-button.button:checked, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog .image-button.sidebar-button.button:checked, .background.csd.budgie-run-dialog .info .image-button.button:checked, .info .background.csd.budgie-run-dialog .image-button.button:checked,
7054 .background.csd.budgie-run-dialog .question .image-button.button:checked,
7055 .question .background.csd.budgie-run-dialog .image-button.button:checked,
7056 .background.csd.budgie-run-dialog .warning .image-button.button:checked,
7057 .warning .background.csd.budgie-run-dialog .image-button.button:checked,
7058 .background.csd.budgie-run-dialog .error .image-button.button:checked,
7059 .error .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog GtkScaleButton.image-button.button:checked,
7060 .background.csd.budgie-run-dialog GtkVolumeButton.image-button.button:checked, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:checked, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:checked:first-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:checked:first-child, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:checked:last-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:checked:last-child,
7061 .background.csd.budgie-run-dialog GfCandidatePopup .linked > .image-button.button:checked,
7062 GfCandidatePopup .background.csd.budgie-run-dialog .linked > .image-button.button:checked, .background.csd.budgie-run-dialog MathWindow :not(.titlebar) .image-button.button:checked:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog .image-button.button:checked:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog MathWindow :not(.header-bar) .image-button.button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog .image-button.button:checked:not(.flat):not(.titlebutton) {
7063 color: #E8E8E8; }
7064 .background.csd.budgie-run-dialog .button.flat.image-button:insensitive, .background.csd.budgie-run-dialog .image-button.button.osd:insensitive, .background.csd.budgie-run-dialog .inline-toolbar .image-button.button:insensitive, .inline-toolbar .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog .action-bar .image-button.button:insensitive, .action-bar .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog .app-notification .image-button.button:insensitive, .app-notification .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog GeditViewFrame .gedit-search-slider .image-button.button:insensitive, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog .toolbar .image-button.button:insensitive, .toolbar .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog .titlebar .image-button.button:insensitive:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog .image-button.button:insensitive:not(.suggested-action):not(.destructive-action),
7065 .background.csd.budgie-run-dialog .header-bar .image-button.button:insensitive:not(.suggested-action):not(.destructive-action),
7066 .header-bar .background.csd.budgie-run-dialog .image-button.button:insensitive:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog .message-dialog.csd .dialog-action-area .image-button.button:insensitive, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog .image-button.sidebar-button.button:insensitive, .background.csd.budgie-run-dialog .info .image-button.button:insensitive, .info .background.csd.budgie-run-dialog .image-button.button:insensitive,
7067 .background.csd.budgie-run-dialog .question .image-button.button:insensitive,
7068 .question .background.csd.budgie-run-dialog .image-button.button:insensitive,
7069 .background.csd.budgie-run-dialog .warning .image-button.button:insensitive,
7070 .warning .background.csd.budgie-run-dialog .image-button.button:insensitive,
7071 .background.csd.budgie-run-dialog .error .image-button.button:insensitive,
7072 .error .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog GtkScaleButton.image-button.button:insensitive,
7073 .background.csd.budgie-run-dialog GtkVolumeButton.image-button.button:insensitive, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:insensitive, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:insensitive:first-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:insensitive:first-child, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:insensitive:last-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:insensitive:last-child,
7074 .background.csd.budgie-run-dialog GfCandidatePopup .linked > .image-button.button:insensitive,
7075 GfCandidatePopup .background.csd.budgie-run-dialog .linked > .image-button.button:insensitive, .background.csd.budgie-run-dialog MathWindow :not(.titlebar) .image-button.button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog .image-button.button:insensitive:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog MathWindow :not(.header-bar) .image-button.button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog .image-button.button:insensitive:not(.flat):not(.titlebutton) {
7076 color: #E8E8E8; }
7077
7078.budgie-session-dialog, .budgie-polkit-dialog {
7079 border-radius: 2px;
7080 border-width: 0;
7081 background-color: #3e515a;
7082 color: #ECEFF1;
7083 font-weight: 700;
7084 opacity: 0.9; }
7085 .budgie-session-dialog .button, .budgie-polkit-dialog .button,
7086 .budgie-session-dialog .linked > .button,
7087 .budgie-polkit-dialog .linked > .button {
7088 box-shadow: none;
7089 background-color: transparent;
7090 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
7091 padding: 0.7em 1em 0.8em;
7092 border: 2px solid transparent;
7093 border-radius: 0;
7094 color: #E8E8E8;
7095 background-color: transparent;
7096 background-size: 240px 240px, auto; }
7097 .budgie-session-dialog .button:hover, .budgie-polkit-dialog .button:hover,
7098 .budgie-session-dialog .linked > .button:hover,
7099 .budgie-polkit-dialog .linked > .button:hover {
7100 box-shadow: none;
7101 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1));
7102 color: #E8E8E8; }
7103 .budgie-session-dialog .button:active, .budgie-polkit-dialog .button:active,
7104 .budgie-session-dialog .linked > .button:active,
7105 .budgie-polkit-dialog .linked > .button:active {
7106 box-shadow: none;
7107 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
7108 color: #E8E8E8; }
7109 .budgie-session-dialog .button:checked, .budgie-polkit-dialog .button:checked,
7110 .budgie-session-dialog .linked > .button:checked,
7111 .budgie-polkit-dialog .linked > .button:checked {
7112 background-color: alpha(currentColor, 0.2);
7113 color: #263238;
7114 color: #E8E8E8; }
7115 .budgie-session-dialog .button:insensitive, .budgie-polkit-dialog .button:insensitive,
7116 .budgie-session-dialog .linked > .button:insensitive,
7117 .budgie-polkit-dialog .linked > .button:insensitive {
7118 box-shadow: none;
7119 background-color: transparent; }
7120 .budgie-session-dialog .button:first-child, .budgie-polkit-dialog .button:first-child,
7121 .budgie-session-dialog .linked > .button:first-child,
7122 .budgie-polkit-dialog .linked > .button:first-child {
7123 border-bottom-left-radius: 2px;
7124 border-right-width: 0; }
7125 .budgie-session-dialog .button:last-child, .budgie-polkit-dialog .button:last-child,
7126 .budgie-session-dialog .linked > .button:last-child,
7127 .budgie-polkit-dialog .linked > .button:last-child {
7128 border-bottom-right-radius: 2px;
7129 border-left-width: 0; }
7130
7131.budgie-polkit-dialog .message {
7132 color: rgba(38, 50, 56, 0.75); }
7133.budgie-polkit-dialog .failure {
7134 color: #E8E8E8;
7135 font-weight: 700; }
7136
7137.drop-shadow {
7138 background-color: #e5e9ec;
7139 background-image: none;
7140 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7141
7142/*****************
7143 * Unity Desktop *
7144 *****************/
7145UnityDecoration {
7146 -UnityDecoration-extents: 28px 0 0 0;
7147 -UnityDecoration-input-extents: 8px;
7148 -UnityDecoration-shadow-offset-x: 0;
7149 -UnityDecoration-shadow-offset-y: 8px;
7150 -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.24);
7151 -UnityDecoration-active-shadow-radius: 12px;
7152 -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.16);
7153 -UnityDecoration-inactive-shadow-radius: 6px;
7154 -UnityDecoration-glow-size: 10px;
7155 -UnityDecoration-glow-color: #E8E8E8;
7156 -UnityDecoration-title-indent: 16px;
7157 -UnityDecoration-title-fade: 32px;
7158 -UnityDecoration-title-alignment: 0.0; }
7159 UnityDecoration.top {
7160 border-width: 1px 0 0;
7161 border-style: solid none none;
7162 border-color: rgba(0, 0, 0, 0.09);
7163 border-radius: 2px 2px 0 0;
7164 padding: 1px 6px 0 6px;
7165 background-image: linear-gradient(to bottom, #FFFFFF);
7166 color: #ECEFF1;
7167 box-shadow: inset 0 1px rgba(255, 255, 255, 0.07); }
7168 UnityDecoration.top:backdrop {
7169 color: rgba(236, 239, 241, 0.3); }
7170 UnityDecoration.left, UnityDecoration.left:backdrop, UnityDecoration.right, UnityDecoration.right:backdrop, UnityDecoration.bottom, UnityDecoration.bottom:backdrop {
7171 background-image: none; }
7172
7173UnityPanelWidget, UnityPanelWidget:backdrop,
7174.unity-panel,
7175.unity-panel:backdrop {
7176 border-bottom: 1px solid #FFFFFF;
7177 color: #ECEFF1;
7178 background-image: linear-gradient(to bottom, #FFFFFF);
7179 box-shadow: none; }
7180
7181.unity-panel.menubar,
7182.unity-panel .menubar {
7183 background-color: transparent;
7184 background-image: none;
7185 box-shadow: none; }
7186 .unity-panel.menubar.menuitem, .unity-panel.menubar .menuitem *,
7187 .unity-panel .menubar.menuitem,
7188 .unity-panel .menubar .menuitem * {
7189 padding: 0 6px;
7190 border-radius: 0;
7191 border-bottom: none;
7192 color: #ECEFF1;
7193 background-color: transparent; }
7194 .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover,
7195 .unity-panel .menubar.menuitem:hover,
7196 .unity-panel .menubar .menuitem *:hover {
7197 color: #FFFFFF;
7198 box-shadow: inset 0 -2px #E8E8E8; }
7199
7200/************
7201 * Corebird *
7202 ************/
7203GtkStack .button.profile-button:checked {
7204 color: #263238; }
7205
7206.titlebar.header-bar GtkBox .button.account-button {
7207 border-radius: 2px;
7208 outline-radius: 2px; }
7209 .titlebar.header-bar GtkBox .button.account-button .avatar-round {
7210 border-color: transparent; }
7211
7212/********
7213 * Nemo *
7214 ********/
7215NemoWindow EelEditableLabel.entry {
7216 transition: none; }
7217NemoWindow .toolbar.primary-toolbar {
7218 border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
7219 NemoWindow .toolbar.primary-toolbar .button.toggle,
7220 NemoWindow .toolbar.primary-toolbar .linked > .button {
7221 padding: 0 1.2em 0.1em; }
7222 NemoWindow .toolbar.primary-toolbar .button.toggle.image-button,
7223 NemoWindow .toolbar.primary-toolbar .linked > .button.image-button {
7224 border-radius: 100px;
7225 outline-radius: 100px; }
7226NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button {
7227 padding: 0;
7228 border-radius: 2px;
7229 outline-radius: 2px; }
7230 NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow {
7231 -GtkArrow-arrow-scaling: 0.5; }
7232 NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow {
7233 color: rgba(38, 50, 56, 0.75); }
7234 NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:hover, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:active, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:checked {
7235 color: #263238; }
7236 NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:hover:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:active:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:checked:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:hover:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:active:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:checked:insensitive {
7237 color: rgba(38, 50, 56, 0.3); }
7238 NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:insensitive {
7239 color: rgba(38, 50, 56, 0.225); }
7240NemoWindow .primary-toolbar NemoPathBar.linked.raised .button.text-button,
7241NemoWindow .primary-toolbar NemoPathBar.linked.raised .button.image-button {
7242 padding: 0.3em 0.7em 0.4em; }
7243NemoWindow .notebook {
7244 background-color: #FFFFFF; }
7245NemoWindow .sidebar .frame {
7246 border-width: 0; }
7247NemoWindow .sidebar GtkDrawingArea {
7248 background-color: transparent; }
7249NemoWindow GtkGrid > GtkEventBox {
7250 padding: 0.2em;
7251 background-color: #FFFFFF;
7252 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
7253 NemoWindow GtkGrid > GtkEventBox > .toolbar {
7254 border-style: none;
7255 background-color: transparent;
7256 box-shadow: none; }
7257 NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button {
7258 border-radius: 2px;
7259 outline-radius: 2px;
7260 padding: 0.7em 1em 0.8em;
7261 box-shadow: none;
7262 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 0/0 0 0px;
7263 color: rgba(38, 50, 56, 0.75); }
7264 NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:hover {
7265 box-shadow: none;
7266 border-image: none;
7267 color: #263238; }
7268 NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:checked {
7269 box-shadow: none;
7270 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
7271 background-color: transparent;
7272 color: #263238; }
7273 NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:checked:insensitive {
7274 box-shadow: none;
7275 background-color: transparent;
7276 color: rgba(38, 50, 56, 0.3);
7277 border-image: none; }
7278 NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:checked:insensitive > label {
7279 color: inherit; }
7280 NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:insensitive {
7281 box-shadow: none;
7282 background-color: transparent;
7283 color: rgba(38, 50, 56, 0.225);
7284 border-image: none; }
7285 NemoWindow GtkGrid > GtkEventBox > .toolbar .separator.vertical {
7286 -GtkWidget-separator-width: 0;
7287 border: 0 none transparent;
7288 color: transparent; }
7289
7290/***************************
7291 * Cinnamon-control-center *
7292 ***************************/
7293CcShellCategoryView CcShellItemView.view {
7294 background-color: transparent; }
7295
7296.cs-header {
7297 background-color: #FFFFFF;
7298 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
7299
7300/*********
7301 * XFce4 *
7302 *********/
7303.xfce4-panel {
7304 background-color: #FFFFFF;
7305 color: #ECEFF1;
7306 font-weight: 700; }
7307 .xfce4-panel .button {
7308 box-shadow: none;
7309 background-color: transparent;
7310 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0));
7311 padding: 0px 4px;
7312 border: none;
7313 border-radius: 0;
7314 color: #ECEFF1;
7315 background-color: transparent; }
7316 .xfce4-panel .button:hover {
7317 color: #FFFFFF;
7318 background-color: transparent;
7319 box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
7320 .xfce4-panel .button:checked, .xfce4-panel .button:hover:checked, .xfce4-panel .button:insensitive:checked {
7321 color: #FFFFFF;
7322 background-color: transparent;
7323 box-shadow: inset 0 -2px #E8E8E8; }
7324 .xfce4-panel .button .label:backdrop, .xfce4-panel .button:backdrop {
7325 opacity: 1.0; }
7326 .xfce4-panel .menu {
7327 -gtk-image-effect: none; }
7328
7329TopMenuAppMenuBar {
7330 background-color: #FFFFFF;
7331 color: #ECEFF1;
7332 box-shadow: none; }
7333 TopMenuAppMenuBar > .menuitem {
7334 color: #ECEFF1;
7335 background-color: transparent; }
7336 TopMenuAppMenuBar > .menuitem:hover {
7337 color: #FFFFFF;
7338 box-shadow: inset 0 -2px #E8E8E8; }
7339 TopMenuAppMenuBar > .menuitem:backdrop {
7340 opacity: 1.0; }
7341
7342/************
7343 * Synaptic *
7344 ************/
7345GtkWindow > GtkBox.vertical > GtkBox.horizontal > .toolbar {
7346 background-color: transparent;
7347 box-shadow: none; }
7348 GtkWindow > GtkBox.vertical > GtkBox.horizontal > .toolbar GtkToolItem > GtkBox .label,
7349 GtkWindow > GtkBox.vertical > GtkBox.horizontal > .toolbar GtkToolItem > GtkBox .entry {
7350 padding-top: 0.1em;
7351 padding-bottom: 0.1em;
7352 font-size: 90%; }
7353 GtkWindow > GtkBox.vertical > GtkBox.horizontal > .toolbar GtkToolItem > GtkBox > .label {
7354 color: rgba(38, 50, 56, 0.3); }
7355GtkWindow > GtkBox.vertical > GtkBox.horizontal > GtkAlignment {
7356 background-color: transparent; }
7357
7358/***********
7359 * Colours *
7360 ***********/
7361@define-color theme_fg_color #263238;
7362@define-color theme_inverted_fg_color #ECEFF1;
7363@define-color theme_text_color #263238;
7364@define-color theme_bg_color #FFFFFF;
7365@define-color theme_base_color #FFFFFF;
7366@define-color theme_selected_bg_color #E8E8E8;
7367@define-color theme_selected_fg_color #FFFFFF;
7368@define-color insensitive_bg_color #FFFFFF;
7369@define-color insensitive_fg_color rgba(38, 50, 56, 0.3);
7370@define-color insensitive_base_color #fdfdfe;
7371@define-color theme_unfocused_fg_color rgba(38, 50, 56, 0.3);
7372@define-color theme_unfocused_inverted_fg_color rgba(236, 239, 241, 0.3);
7373@define-color theme_unfocused_text_color rgba(38, 50, 56, 0.3);
7374@define-color theme_unfocused_inverted_text_color rgba(236, 239, 241, 0.3);
7375@define-color theme_unfocused_bg_color #FFFFFF;
7376@define-color theme_unfocused_base_color #FFFFFF;
7377@define-color theme_unfocused_selected_bg_color #E8E8E8;
7378@define-color theme_unfocused_selected_fg_color #FFFFFF;
7379@define-color placeholder_text_color #CFD8DC;
7380@define-color borders rgba(0, 0, 0, 0.09);
7381@define-color unfocused_borders rgba(0, 0, 0, 0.09);
7382@define-color warning_color #FF9800;
7383@define-color error_color #F44336;
7384@define-color success_color #00E676;
7385@define-color link_color #E8E8E8;
7386@define-color wm_bg_a #FFFFFF;
7387@define-color wm_bg_b rgba(255, 255, 255, 0.07);
7388@define-color content_view_bg #FFFFFF;