1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

fixes for gedit and nautilus under unity

This commit is contained in:
Horst3180 2015-06-04 13:33:37 +02:00
parent 5955dfd460
commit 04029eea79
6 changed files with 116 additions and 116 deletions

View File

@ -18,7 +18,7 @@ NautilusWindow,
NemoWindow,
MarlinViewWindow {
&.background,
&.csd.background,
.source-list, .source-list.view, .source-list.view:prelight { background-color: transparent; }
GtkBox.sidebar { background-color: transparent; }
@ -80,7 +80,7 @@ MarlinViewWindow {
GtkFileChooserDialog GtkPaned > .vertical > .horizontal { background-color: $bg_color; }
// Gedit sidebar
GeditWindow.background {
GeditWindow.background.csd {
background-color: transparent;
.pane-separator,
@ -127,7 +127,7 @@ GeditWindow.background {
}
}
GeditFileBrowserWidget {
GeditWindow.background.csd GeditFileBrowserWidget {
background-color: $dark_sidebar_bg;
.maximized & { background-color: opacify($dark_sidebar_bg, 1); }
@ -181,7 +181,7 @@ GeditFileBrowserWidget {
}
}
GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view {
background-color: transparent;
color: $dark_sidebar_fg;

View File

@ -3035,17 +3035,17 @@ NautilusWindow *,
NemoWindow {
-GtkPaned-handle-size: 0; }
GtkFileChooserDialog.background,
GtkFileChooserDialog.csd.background,
GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight,
NautilusWindow.background,
NautilusWindow.csd.background,
NautilusWindow .source-list,
NautilusWindow .source-list.view,
NautilusWindow .source-list.view:prelight,
NemoWindow.background,
NemoWindow.csd.background,
NemoWindow .source-list,
NemoWindow .source-list.view,
NemoWindow .source-list.view:prelight,
MarlinViewWindow.background,
MarlinViewWindow.csd.background,
MarlinViewWindow .source-list,
MarlinViewWindow .source-list.view,
MarlinViewWindow .source-list.view:prelight {
@ -3199,12 +3199,12 @@ MarlinViewWindow .pane-separator {
GtkFileChooserDialog GtkPaned > .vertical > .horizontal {
background-color: #f9fafb; }
GeditWindow.background {
GeditWindow.background.csd {
background-color: transparent; }
GeditWindow.background .pane-separator,
GeditWindow.background .pane-separator:hover {
GeditWindow.background.csd .pane-separator,
GeditWindow.background.csd .pane-separator:hover {
background-color: #3c4049; }
GeditWindow.background .titlebar .pane-separator {
GeditWindow.background.csd .titlebar .pane-separator {
background-color: #d4d5db; }
.gedit-bottom-panel-paned {
@ -3239,59 +3239,59 @@ GeditWindow.background {
.gedit-document-panel .prelight-row .button:active {
color: #A8ADB5; }
GeditFileBrowserWidget {
GeditWindow.background.csd GeditFileBrowserWidget {
background-color: #3c4049; }
.maximized GeditFileBrowserWidget {
.maximized GeditWindow.background.csd GeditFileBrowserWidget {
background-color: #3c4049; }
GeditFileBrowserWidget .scrollbar.trough {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.trough {
background-color: transparent;
border-color: transparent; }
GeditFileBrowserWidget .scrollbar.slider {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider {
border-radius: 20px;
border: 3px solid transparent;
background-color: rgba(209, 212, 216, 0.7); }
GeditFileBrowserWidget .scrollbar.slider:hover {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider:hover {
background-color: #dfe1e4; }
GeditFileBrowserWidget .scrollbar.slider:prelight:active {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider:prelight:active {
background-color: #5294E2; }
GeditFileBrowserWidget .scrollbar.slider.fine-tune {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider.fine-tune {
border-width: 4px; }
GeditFileBrowserWidget .scrollbar.slider.fine-tune:prelight:active {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider.fine-tune:prelight:active {
background-color: #5294E2; }
GeditFileBrowserWidget .scrollbar.slider:insensitive {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider:insensitive {
background-color: transparent; }
GeditFileBrowserWidget .scrollbars-junction, GeditFileBrowserWidget .scrollbar.trough,
GeditFileBrowserWidget .scrollbars-junction.frame,
GeditFileBrowserWidget .frame.scrollbar.trough {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbars-junction, GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.trough,
GeditWindow.background.csd GeditFileBrowserWidget .scrollbars-junction.frame,
GeditWindow.background.csd GeditFileBrowserWidget .frame.scrollbar.trough {
border-color: transparent;
background-color: transparent; }
GeditFileBrowserWidget .horizontal {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal {
background-color: transparent;
border-color: #2c2f35; }
GeditFileBrowserWidget .horizontal .button {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #A8ADB5;
border: 1px solid transparent; }
GeditFileBrowserWidget .horizontal .button:hover {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:hover {
border: 1px solid #5294E2; }
GeditFileBrowserWidget .horizontal .button:active, GeditFileBrowserWidget .horizontal .button:checked {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:active, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
GeditFileBrowserWidget .horizontal .button:insensitive {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:insensitive {
color: rgba(168, 173, 181, 0.4); }
GeditFileBrowserWidget .horizontal GtkComboBox {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal GtkComboBox {
color: #A8ADB5; }
GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view {
background-color: transparent;
color: #A8ADB5; }
GeditFileBrowserView.view.expander {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #A8ADB5; }
GeditFileBrowserView.view.expander:hover {
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
GtkFileChooserDialog .action-bar.frame {

View File

@ -3035,17 +3035,17 @@ NautilusWindow *,
NemoWindow {
-GtkPaned-handle-size: 0; }
GtkFileChooserDialog.background,
GtkFileChooserDialog.csd.background,
GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight,
NautilusWindow.background,
NautilusWindow.csd.background,
NautilusWindow .source-list,
NautilusWindow .source-list.view,
NautilusWindow .source-list.view:prelight,
NemoWindow.background,
NemoWindow.csd.background,
NemoWindow .source-list,
NemoWindow .source-list.view,
NemoWindow .source-list.view:prelight,
MarlinViewWindow.background,
MarlinViewWindow.csd.background,
MarlinViewWindow .source-list,
MarlinViewWindow .source-list.view,
MarlinViewWindow .source-list.view:prelight {
@ -3199,12 +3199,12 @@ MarlinViewWindow .pane-separator {
GtkFileChooserDialog GtkPaned > .vertical > .horizontal {
background-color: #f9fafb; }
GeditWindow.background {
GeditWindow.background.csd {
background-color: transparent; }
GeditWindow.background .pane-separator,
GeditWindow.background .pane-separator:hover {
GeditWindow.background.csd .pane-separator,
GeditWindow.background.csd .pane-separator:hover {
background-color: rgba(60, 64, 73, 0.95); }
GeditWindow.background .titlebar .pane-separator {
GeditWindow.background.csd .titlebar .pane-separator {
background-color: rgba(212, 213, 219, 0.95); }
.gedit-bottom-panel-paned {
@ -3239,59 +3239,59 @@ GeditWindow.background {
.gedit-document-panel .prelight-row .button:active {
color: #A8ADB5; }
GeditFileBrowserWidget {
GeditWindow.background.csd GeditFileBrowserWidget {
background-color: rgba(60, 64, 73, 0.95); }
.maximized GeditFileBrowserWidget {
.maximized GeditWindow.background.csd GeditFileBrowserWidget {
background-color: #3c4049; }
GeditFileBrowserWidget .scrollbar.trough {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.trough {
background-color: transparent;
border-color: transparent; }
GeditFileBrowserWidget .scrollbar.slider {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider {
border-radius: 20px;
border: 3px solid transparent;
background-color: rgba(209, 212, 216, 0.7); }
GeditFileBrowserWidget .scrollbar.slider:hover {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider:hover {
background-color: #dfe1e4; }
GeditFileBrowserWidget .scrollbar.slider:prelight:active {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider:prelight:active {
background-color: #5294E2; }
GeditFileBrowserWidget .scrollbar.slider.fine-tune {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider.fine-tune {
border-width: 4px; }
GeditFileBrowserWidget .scrollbar.slider.fine-tune:prelight:active {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider.fine-tune:prelight:active {
background-color: #5294E2; }
GeditFileBrowserWidget .scrollbar.slider:insensitive {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.slider:insensitive {
background-color: transparent; }
GeditFileBrowserWidget .scrollbars-junction, GeditFileBrowserWidget .scrollbar.trough,
GeditFileBrowserWidget .scrollbars-junction.frame,
GeditFileBrowserWidget .frame.scrollbar.trough {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbars-junction, GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.trough,
GeditWindow.background.csd GeditFileBrowserWidget .scrollbars-junction.frame,
GeditWindow.background.csd GeditFileBrowserWidget .frame.scrollbar.trough {
border-color: transparent;
background-color: transparent; }
GeditFileBrowserWidget .horizontal {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal {
background-color: transparent;
border-color: rgba(44, 47, 53, 0.95); }
GeditFileBrowserWidget .horizontal .button {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #A8ADB5;
border: 1px solid transparent; }
GeditFileBrowserWidget .horizontal .button:hover {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:hover {
border: 1px solid #5294E2; }
GeditFileBrowserWidget .horizontal .button:active, GeditFileBrowserWidget .horizontal .button:checked {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:active, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
GeditFileBrowserWidget .horizontal .button:insensitive {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:insensitive {
color: rgba(168, 173, 181, 0.4); }
GeditFileBrowserWidget .horizontal GtkComboBox {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal GtkComboBox {
color: #A8ADB5; }
GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view {
background-color: transparent;
color: #A8ADB5; }
GeditFileBrowserView.view.expander {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #A8ADB5; }
GeditFileBrowserView.view.expander:hover {
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
GtkFileChooserDialog .action-bar.frame {

View File

@ -18,7 +18,7 @@ NautilusWindow,
NemoWindow,
MarlinViewWindow {
&.background,
&.csd.background,
.source-list, .source-list.view, .source-list.view:prelight { background-color: transparent; }
.sidebar, .source-list.sidebar.view {
@ -78,7 +78,7 @@ MarlinViewWindow {
GtkFileChooserDialog GtkPaned > .vertical > .horizontal { background-color: $bg_color; }
// Gedit sidebar
GeditWindow.background {
GeditWindow.background.csd GeditWindow.background {
background-color: transparent;
.pane-separator,
@ -125,7 +125,7 @@ GeditWindow.background {
}
}
GeditFileBrowserWidget {
GeditWindow.background.csd GeditFileBrowserWidget {
background-color: $dark_sidebar_bg;
.maximized & { background-color: opacify($dark_sidebar_bg, 1); }
@ -174,7 +174,7 @@ GeditFileBrowserWidget {
}
}
GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view {
background-color: transparent;
color: $dark_sidebar_fg;

View File

@ -2979,17 +2979,17 @@ NautilusWindow *,
NemoWindow {
-GtkPaned-handle-size: 0; }
GtkFileChooserDialog.background,
GtkFileChooserDialog.csd.background,
GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight,
NautilusWindow.background,
NautilusWindow.csd.background,
NautilusWindow .source-list,
NautilusWindow .source-list.view,
NautilusWindow .source-list.view:prelight,
NemoWindow.background,
NemoWindow.csd.background,
NemoWindow .source-list,
NemoWindow .source-list.view,
NemoWindow .source-list.view:prelight,
MarlinViewWindow.background,
MarlinViewWindow.csd.background,
MarlinViewWindow .source-list,
MarlinViewWindow .source-list.view,
MarlinViewWindow .source-list.view:prelight {
@ -3129,12 +3129,12 @@ MarlinViewWindow .pane-separator {
GtkFileChooserDialog GtkPaned > .vertical > .horizontal {
background-color: #f9fafb; }
GeditWindow.background {
GeditWindow.background.csd GeditWindow.background {
background-color: transparent; }
GeditWindow.background .pane-separator,
GeditWindow.background .pane-separator:hover {
GeditWindow.background.csd GeditWindow.background .pane-separator,
GeditWindow.background.csd GeditWindow.background .pane-separator:hover {
background-color: #3c4049; }
GeditWindow.background .titlebar .pane-separator {
GeditWindow.background.csd GeditWindow.background .titlebar .pane-separator {
background-color: #d4d5db; }
.gedit-bottom-panel-paned {
@ -3169,51 +3169,51 @@ GeditWindow.background {
.gedit-document-panel .prelight-row .button:active {
color: #A8ADB5; }
GeditFileBrowserWidget {
GeditWindow.background.csd GeditFileBrowserWidget {
background-color: #3c4049; }
.maximized GeditFileBrowserWidget {
.maximized GeditWindow.background.csd GeditFileBrowserWidget {
background-color: #3c4049; }
GeditFileBrowserWidget .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
background-color: #d1d4d8;
border: 1px solid rgba(0, 0, 0, 0.3); }
GeditFileBrowserWidget .scrollbar .trough {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .trough {
background-color: rgba(0, 0, 0, 0.2);
border: none; }
GeditFileBrowserWidget .scrollbar .slider {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider {
background-color: rgba(209, 212, 216, 0.7); }
GeditFileBrowserWidget .scrollbar .slider:hover {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider:hover {
background-color: #dfe1e4; }
GeditFileBrowserWidget .scrollbar .slider:prelight:active {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
GeditFileBrowserWidget .scrollbar .slider:insensitive {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider:insensitive {
background-color: transparent; }
GeditFileBrowserWidget .horizontal {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal {
background-color: transparent;
border-color: #2c2f35; }
GeditFileBrowserWidget .horizontal .button {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #A8ADB5;
border: 1px solid transparent; }
GeditFileBrowserWidget .horizontal .button:hover {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:hover {
border: 1px solid #5294E2; }
GeditFileBrowserWidget .horizontal .button:active, GeditFileBrowserWidget .horizontal .button:checked {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:active, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
GeditFileBrowserWidget .horizontal .button:insensitive {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:insensitive {
color: rgba(168, 173, 181, 0.4); }
GeditFileBrowserWidget .horizontal GtkComboBox {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal GtkComboBox {
color: #A8ADB5; }
GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view {
background-color: transparent;
color: #A8ADB5; }
GeditFileBrowserView.view.expander {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #A8ADB5; }
GeditFileBrowserView.view.expander:hover {
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
GtkFileChooserDialog .action-bar.frame {

View File

@ -2979,17 +2979,17 @@ NautilusWindow *,
NemoWindow {
-GtkPaned-handle-size: 0; }
GtkFileChooserDialog.background,
GtkFileChooserDialog.csd.background,
GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight,
NautilusWindow.background,
NautilusWindow.csd.background,
NautilusWindow .source-list,
NautilusWindow .source-list.view,
NautilusWindow .source-list.view:prelight,
NemoWindow.background,
NemoWindow.csd.background,
NemoWindow .source-list,
NemoWindow .source-list.view,
NemoWindow .source-list.view:prelight,
MarlinViewWindow.background,
MarlinViewWindow.csd.background,
MarlinViewWindow .source-list,
MarlinViewWindow .source-list.view,
MarlinViewWindow .source-list.view:prelight {
@ -3129,12 +3129,12 @@ MarlinViewWindow .pane-separator {
GtkFileChooserDialog GtkPaned > .vertical > .horizontal {
background-color: #f9fafb; }
GeditWindow.background {
GeditWindow.background.csd GeditWindow.background {
background-color: transparent; }
GeditWindow.background .pane-separator,
GeditWindow.background .pane-separator:hover {
GeditWindow.background.csd GeditWindow.background .pane-separator,
GeditWindow.background.csd GeditWindow.background .pane-separator:hover {
background-color: rgba(60, 64, 73, 0.95); }
GeditWindow.background .titlebar .pane-separator {
GeditWindow.background.csd GeditWindow.background .titlebar .pane-separator {
background-color: rgba(212, 213, 219, 0.95); }
.gedit-bottom-panel-paned {
@ -3169,51 +3169,51 @@ GeditWindow.background {
.gedit-document-panel .prelight-row .button:active {
color: #A8ADB5; }
GeditFileBrowserWidget {
GeditWindow.background.csd GeditFileBrowserWidget {
background-color: rgba(60, 64, 73, 0.95); }
.maximized GeditFileBrowserWidget {
.maximized GeditWindow.background.csd GeditFileBrowserWidget {
background-color: #3c4049; }
GeditFileBrowserWidget .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
background-color: #d1d4d8;
border: 1px solid rgba(0, 0, 0, 0.3); }
GeditFileBrowserWidget .scrollbar .trough {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .trough {
background-color: rgba(0, 0, 0, 0.2);
border: none; }
GeditFileBrowserWidget .scrollbar .slider {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider {
background-color: rgba(209, 212, 216, 0.7); }
GeditFileBrowserWidget .scrollbar .slider:hover {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider:hover {
background-color: #dfe1e4; }
GeditFileBrowserWidget .scrollbar .slider:prelight:active {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
GeditFileBrowserWidget .scrollbar .slider:insensitive {
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider:insensitive {
background-color: transparent; }
GeditFileBrowserWidget .horizontal {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal {
background-color: transparent;
border-color: rgba(44, 47, 53, 0.95); }
GeditFileBrowserWidget .horizontal .button {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #A8ADB5;
border: 1px solid transparent; }
GeditFileBrowserWidget .horizontal .button:hover {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:hover {
border: 1px solid #5294E2; }
GeditFileBrowserWidget .horizontal .button:active, GeditFileBrowserWidget .horizontal .button:checked {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:active, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
GeditFileBrowserWidget .horizontal .button:insensitive {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:insensitive {
color: rgba(168, 173, 181, 0.4); }
GeditFileBrowserWidget .horizontal GtkComboBox {
GeditWindow.background.csd GeditFileBrowserWidget .horizontal GtkComboBox {
color: #A8ADB5; }
GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view {
background-color: transparent;
color: #A8ADB5; }
GeditFileBrowserView.view.expander {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #A8ADB5; }
GeditFileBrowserView.view.expander:hover {
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
GtkFileChooserDialog .action-bar.frame {