Skip to content

Commit

Permalink
Recompile after code rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Jun 11, 2019
1 parent f9a038f commit 9086914
Showing 1 changed file with 65 additions and 54 deletions.
119 changes: 65 additions & 54 deletions gtk-3.20/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,29 +109,40 @@ assistant .sidebar {
color: @theme_fg_color;
background-color: @theme_bg_color; }

button:link > label, button:visited > label, *:link, button:link, button:visited {
button:link > label, button:visited > label,
*:link,
button:link,
button:visited {
color: @link_color; }
button:link > label:visited, button:visited > label:visited, *:link:visited, button:visited {
button:link > label:visited, button:visited > label:visited,
*:link:visited,
button:visited {
color: mix(@link_color, @theme_fg_color, 0.2); }
*:selected button:link > label:visited, *:selected button:visited > label:visited,
*:selected *:link:visited,
*:selected button:visited:link,
*:selected button:visited {
color: mix(@selected_fg_color, @selected_bg_color, 0.4); }
button:link > label:hover, button:visited > label:hover, *:link:hover, button:hover:link, button:hover:visited {
*:selected button:link > label:visited, *:selected button:visited > label:visited, *:selected
*:link:visited, *:selected
button:visited:link, *:selected
button:visited {
color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.4); }
button:link > label:hover, button:visited > label:hover,
*:link:hover,
button:hover:link,
button:hover:visited {
color: shade(@link_color, 1.1); }
*:selected button:link > label:hover, *:selected button:visited > label:hover,
*:selected *:link:hover,
*:selected button:hover:link,
*:selected button:hover:visited {
color: mix(@selected_fg_color, @selected_bg_color, 0.9); }
button:link > label:active, button:visited > label:active, *:link:active, button:active:link, button:active:visited {
*:selected button:link > label:hover, *:selected button:visited > label:hover, *:selected
*:link:hover, *:selected
button:hover:link, *:selected
button:hover:visited {
color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.9); }
button:link > label:active, button:visited > label:active,
*:link:active,
button:active:link,
button:active:visited {
color: @link_color; }
*:selected button:link > label:active, *:selected button:visited > label:active,
*:selected *:link:active,
*:selected button:active:link,
*:selected button:active:visited {
color: mix(@selected_fg_color, @selected_bg_color, 0.8); }
*:selected button:link > label:active, *:selected button:visited > label:active, *:selected
*:link:active, *:selected
button:active:link, *:selected
button:active:visited {
color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.8); }
button:link > label:backdrop:backdrop:hover, button:visited > label:backdrop:backdrop:hover, button:link > label:backdrop:backdrop:hover:selected, button:visited > label:backdrop:backdrop:hover:selected, button:link > label:backdrop, button:visited > label:backdrop,
*:link:backdrop:backdrop:hover,
button:backdrop:backdrop:hover:link,
Expand All @@ -142,15 +153,15 @@ button:link > label, button:visited > label, *:link, button:link, button:visited
*:link:backdrop,
button:backdrop:link,
button:backdrop:visited {
color: @selected_bg_color; }
color: mix(@link_color, @theme_unfocused_selected_bg_color, 0.3); }
button:link > label:selected, button:visited > label:selected, *:selected button:link > label, *:selected button:visited > label,
*:link:selected,
button:selected:link,
button:selected:visited,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
color: mix(@selected_fg_color, @selected_bg_color, 0.8); }
button:selected:visited, *:selected
*:link, *:selected
button:link, *:selected
button:visited {
color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.8); }

button:link, button:visited {
border-color: transparent;
Expand All @@ -169,7 +180,7 @@ button {
border-width: 0;
border-radius: 4px;
color: @theme_selected_bg_color;
border-color: @theme_selected_bg_color;
border-color: transparent;
background-color: transparent;
-gtk-outline-radius: 4px; }
button:active, button:checked {
Expand All @@ -182,15 +193,15 @@ button {
background-color: @theme_unfocused_selected_bg_color; }
button:active:disabled, button:checked:disabled {
color: @theme_disabled_fg_color;
border-color: mix(@theme_selected_bg_color, @theme_disabled_bg_color, 0.85);
border-color: mix(transparent, @theme_disabled_bg_color, 0.85);
background-color: shade(@theme_disabled_bg_color, 0.9); }
button:active:disabled:backdrop, button:checked:disabled:backdrop {
color: @theme_unfocused_disabled_fg_color;
border-color: @unfocused_borders;
background-color: shade(@theme_unfocused_disabled_bg_color, 0.9); }
button:disabled {
color: mix(@theme_selected_bg_color, @theme_unfocused_disabled_fg_color, 0.5);
border-color: mix(@theme_selected_bg_color, @theme_unfocused_disabled_fg_color, 0.5); }
border-color: mix(transparent, @theme_unfocused_disabled_fg_color, 0.5); }
button:disabled:backdrop {
color: @theme_unfocused_disabled_fg_color;
border-color: @theme_unfocused_disabled_fg_color; }
Expand All @@ -203,7 +214,7 @@ button.flat {
color: @theme_selected_bg_color;
background-color: transparent; }
button.flat:hover {
border-color: @theme_selected_bg_color;
border-color: transparent;
color: @theme_selected_bg_color;
background-color: transparent; }
button.flat:active, button.flat:checked {
Expand All @@ -214,11 +225,11 @@ button.flat {
background-color: shade(@theme_unfocused_selected_bg_color, 0.6); }
button.flat:disabled {
border-color: transparent;
color: alpha(@theme_selected_bg_color, 0.8);
color: alpha(transparent, 0.8);
background-color: transparent; }
button.flat:disabled:backdrop {
border-color: transparent;
color: alpha(@theme_selected_bg_color, 0.7);
color: alpha(transparent, 0.7);
background-color: transparent; }
button.flat:backdrop {
border-color: transparent;
Expand Down Expand Up @@ -1164,7 +1175,7 @@ treeview.view.trough {
background-color: alpha(@dark_shadow, 0.1);
border-radius: 0;
border: none; }
treeview.view infobar trough, treeview.view row:selected trough {
infobar treeview.view trough, row:selected treeview.view trough {
background-color: alpha(@dark_shadow, 0.1); }

levelbar trough {
Expand Down Expand Up @@ -1432,11 +1443,9 @@ filechooser placessidebar.sidebar row, filechooser placessidebar.sidebar view ro
color: @sidebar_fg_color;
background-color: mix(@sidebar_bg_color, @dark_shadow, 0.15); }

.nautilus-window.csd.background,
.nautilus-window placessidebar list {
.nautilus-window.csd.background, .nautilus-window placessidebar list {
background-color: @sidebar_bg_color; }
.nautilus-window.csd.background:backdrop,
.nautilus-window placessidebar list:backdrop {
.nautilus-window.csd.background:backdrop, .nautilus-window placessidebar list:backdrop {
background-color: @theme_unfocused_bg_color; }

.nautilus-window placessidebar.sidebar row.sidebar-row {
Expand Down Expand Up @@ -1712,8 +1721,8 @@ headerbar, headerbar:not(.titlebar) {
border-width: 0;
border-radius: 4px;
color: @headerbar_fg_color;
border-color: @headerbar_fg_color;
background-color: transparent;
border-color: @borders;
background-color: mix(@theme_bg_color, @theme_fg_color, 0.1);
-gtk-outline-radius: 4px; }
headerbar button:active, headerbar button:checked, headerbar:not(.titlebar) button:active, headerbar:not(.titlebar) button:checked {
color: @theme_selected_fg_color;
Expand All @@ -1725,15 +1734,15 @@ headerbar, headerbar:not(.titlebar) {
background-color: @theme_unfocused_selected_bg_color; }
headerbar button:active:disabled, headerbar button:checked:disabled, headerbar:not(.titlebar) button:active:disabled, headerbar:not(.titlebar) button:checked:disabled {
color: @theme_disabled_fg_color;
border-color: mix(@headerbar_fg_color, @theme_disabled_bg_color, 0.85);
border-color: mix(@borders, @theme_disabled_bg_color, 0.85);
background-color: shade(@theme_disabled_bg_color, 0.9); }
headerbar button:active:disabled:backdrop, headerbar button:checked:disabled:backdrop, headerbar:not(.titlebar) button:active:disabled:backdrop, headerbar:not(.titlebar) button:checked:disabled:backdrop {
color: @theme_unfocused_disabled_fg_color;
border-color: @unfocused_borders;
background-color: shade(@theme_unfocused_disabled_bg_color, 0.9); }
headerbar button:disabled, headerbar:not(.titlebar) button:disabled {
color: mix(@headerbar_fg_color, @theme_unfocused_disabled_fg_color, 0.5);
border-color: mix(@headerbar_fg_color, @theme_unfocused_disabled_fg_color, 0.5); }
border-color: mix(@borders, @theme_unfocused_disabled_fg_color, 0.5); }
headerbar button:disabled:backdrop, headerbar:not(.titlebar) button:disabled:backdrop {
color: @theme_unfocused_disabled_fg_color;
border-color: @theme_unfocused_disabled_fg_color; }
Expand All @@ -1760,7 +1769,7 @@ toolbar {
color: @toolbar_fg_color;
background-color: transparent; }
toolbar button.flat:hover {
border-color: @toolbar_fg_color;
border-color: transparent;
color: @toolbar_fg_color;
background-color: transparent; }
toolbar button.flat:active, toolbar button.flat:checked {
Expand All @@ -1771,11 +1780,11 @@ toolbar {
background-color: shade(@theme_unfocused_selected_bg_color, 0.6); }
toolbar button.flat:disabled {
border-color: transparent;
color: alpha(@toolbar_fg_color, 0.8);
color: alpha(transparent, 0.8);
background-color: transparent; }
toolbar button.flat:disabled:backdrop {
border-color: transparent;
color: alpha(@toolbar_fg_color, 0.7);
color: alpha(transparent, 0.7);
background-color: transparent; }
toolbar button.flat:backdrop {
border-color: transparent;
Expand All @@ -1802,7 +1811,7 @@ toolbar {
border-width: 0;
border-radius: 4px;
color: @toolbar_fg_color;
border-color: @toolbar_fg_color;
border-color: transparent;
background-color: transparent;
-gtk-outline-radius: 4px; }
.primary-toolbar button:active, .primary-toolbar button:checked, .primary-toolbar .raised button:active, .primary-toolbar .raised button:checked {
Expand All @@ -1815,15 +1824,15 @@ toolbar {
background-color: @theme_unfocused_selected_bg_color; }
.primary-toolbar button:active:disabled, .primary-toolbar button:checked:disabled, .primary-toolbar .raised button:active:disabled, .primary-toolbar .raised button:checked:disabled {
color: @theme_disabled_fg_color;
border-color: mix(@toolbar_fg_color, @theme_disabled_bg_color, 0.85);
border-color: mix(transparent, @theme_disabled_bg_color, 0.85);
background-color: shade(@theme_disabled_bg_color, 0.9); }
.primary-toolbar button:active:disabled:backdrop, .primary-toolbar button:checked:disabled:backdrop, .primary-toolbar .raised button:active:disabled:backdrop, .primary-toolbar .raised button:checked:disabled:backdrop {
color: @theme_unfocused_disabled_fg_color;
border-color: @unfocused_borders;
background-color: shade(@theme_unfocused_disabled_bg_color, 0.9); }
.primary-toolbar button:disabled, .primary-toolbar .raised button:disabled {
color: mix(@toolbar_fg_color, @theme_unfocused_disabled_fg_color, 0.5);
border-color: mix(@toolbar_fg_color, @theme_unfocused_disabled_fg_color, 0.5); }
border-color: mix(transparent, @theme_unfocused_disabled_fg_color, 0.5); }
.primary-toolbar button:disabled:backdrop, .primary-toolbar .raised button:disabled:backdrop {
color: @theme_unfocused_disabled_fg_color;
border-color: @theme_unfocused_disabled_fg_color; }
Expand All @@ -1848,7 +1857,7 @@ toolbar {
border-width: 0;
border-radius: 4px;
color: @toolbar_fg_color;
border-color: @toolbar_fg_color;
border-color: transparent;
background-color: transparent;
-gtk-outline-radius: 4px; }
.inline-toolbar toolbar button:active, .inline-toolbar toolbar button:checked {
Expand All @@ -1861,15 +1870,15 @@ toolbar {
background-color: @theme_unfocused_selected_bg_color; }
.inline-toolbar toolbar button:active:disabled, .inline-toolbar toolbar button:checked:disabled {
color: @theme_disabled_fg_color;
border-color: mix(@toolbar_fg_color, @theme_disabled_bg_color, 0.85);
border-color: mix(transparent, @theme_disabled_bg_color, 0.85);
background-color: shade(@theme_disabled_bg_color, 0.9); }
.inline-toolbar toolbar button:active:disabled:backdrop, .inline-toolbar toolbar button:checked:disabled:backdrop {
color: @theme_unfocused_disabled_fg_color;
border-color: @unfocused_borders;
background-color: shade(@theme_unfocused_disabled_bg_color, 0.9); }
.inline-toolbar toolbar button:disabled {
color: mix(@toolbar_fg_color, @theme_unfocused_disabled_fg_color, 0.5);
border-color: mix(@toolbar_fg_color, @theme_unfocused_disabled_fg_color, 0.5); }
border-color: mix(transparent, @theme_unfocused_disabled_fg_color, 0.5); }
.inline-toolbar toolbar button:disabled:backdrop {
color: @theme_unfocused_disabled_fg_color;
border-color: @theme_unfocused_disabled_fg_color; }
Expand Down Expand Up @@ -2089,7 +2098,8 @@ treeview {
color: @theme_text_color;
background-color: @theme_base_color; }
.view:not(treeview) {
border-radius: 3px; }
border-radius: 3px;
-gtk-outline-radius: 3px; }
.view:disabled {
color: @theme_disabled_fg_color;
background-color: @theme_disabled_bg_color; }
Expand Down Expand Up @@ -2445,7 +2455,8 @@ messagedialog {
messagedialog.csd .dialog-action-area button {
padding: 10px;
border-radius: 0;
border-bottom-style: none; }
border-bottom-style: none;
background-image: none; }
messagedialog.csd .dialog-action-area button:last-child {
border-right-width: 0;
border-radius: 0px;
Expand Down Expand Up @@ -2668,7 +2679,7 @@ panel-toplevel.background na-tray-applet {
border-width: 0;
border-radius: 4px;
color: @theme_fg_color;
border-color: @theme_fg_color;
border-color: transparent;
background-color: transparent;
-gtk-outline-radius: 4px; }
#XfceNotifyWindow.osd button:active, #XfceNotifyWindow.osd button:checked {
Expand All @@ -2681,15 +2692,15 @@ panel-toplevel.background na-tray-applet {
background-color: @theme_unfocused_selected_bg_color; }
#XfceNotifyWindow.osd button:active:disabled, #XfceNotifyWindow.osd button:checked:disabled {
color: @theme_disabled_fg_color;
border-color: mix(@theme_fg_color, @theme_disabled_bg_color, 0.85);
border-color: mix(transparent, @theme_disabled_bg_color, 0.85);
background-color: shade(@theme_disabled_bg_color, 0.9); }
#XfceNotifyWindow.osd button:active:disabled:backdrop, #XfceNotifyWindow.osd button:checked:disabled:backdrop {
color: @theme_unfocused_disabled_fg_color;
border-color: @unfocused_borders;
background-color: shade(@theme_unfocused_disabled_bg_color, 0.9); }
#XfceNotifyWindow.osd button:disabled {
color: mix(@theme_fg_color, @theme_unfocused_disabled_fg_color, 0.5);
border-color: mix(@theme_fg_color, @theme_unfocused_disabled_fg_color, 0.5); }
border-color: mix(transparent, @theme_unfocused_disabled_fg_color, 0.5); }
#XfceNotifyWindow.osd button:disabled:backdrop {
color: @theme_unfocused_disabled_fg_color;
border-color: @theme_unfocused_disabled_fg_color; }
Expand Down

0 comments on commit 9086914

Please sign in to comment.