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

use more specific selectors

This commit is contained in:
Horst3180 2016-06-01 20:02:32 +02:00
parent 2f80d3ccf8
commit 519718b36c
21 changed files with 150 additions and 150 deletions

View File

@ -1815,22 +1815,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1851,19 +1851,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1818,22 +1818,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1854,19 +1854,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1815,22 +1815,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1851,19 +1851,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1818,22 +1818,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1854,19 +1854,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1818,22 +1818,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1854,19 +1854,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1818,22 +1818,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1854,19 +1854,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -2007,7 +2007,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
} }
} }
//selected list-row and infobar sliders //selected list-row and infobar sliders
.menuitem:hover &, .menu .menuitem:hover &,
.list-row:selected &, .list-row:selected &,
GtkInfoBar & { GtkInfoBar & {
background-image: linear-gradient(to bottom, $selected_fg_color); background-image: linear-gradient(to bottom, $selected_fg_color);
@ -2056,7 +2056,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
&:insensitive { } &:insensitive { }
} }
// troughs in selected list-rows and infobars // troughs in selected list-rows and infobars
.menuitem:hover &, .menu .menuitem:hover &,
.list-row:selected &, .list-row:selected &,
GtkInfoBar & { GtkInfoBar & {
background-image: linear-gradient(to bottom, transparentize(black, 0.8)); background-image: linear-gradient(to bottom, transparentize(black, 0.8));

View File

@ -1860,22 +1860,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1896,19 +1896,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1863,22 +1863,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1899,19 +1899,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1860,22 +1860,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1896,19 +1896,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1863,22 +1863,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1899,19 +1899,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1863,22 +1863,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1899,19 +1899,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1863,22 +1863,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1899,19 +1899,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -2089,7 +2089,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
} }
} }
//selected list-row and infobar sliders //selected list-row and infobar sliders
.menuitem:hover &, .menu .menuitem:hover &,
.list-row:selected &, .list-row:selected &,
GtkInfoBar & { GtkInfoBar & {
background-image: linear-gradient(to bottom, $selected_fg_color); background-image: linear-gradient(to bottom, $selected_fg_color);
@ -2138,7 +2138,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
&:insensitive { } &:insensitive { }
} }
// troughs in selected list-rows and infobars // troughs in selected list-rows and infobars
.menuitem:hover &, .menu .menuitem:hover &,
.list-row:selected &, .list-row:selected &,
GtkInfoBar & { GtkInfoBar & {
background-image: linear-gradient(to bottom, transparentize(black, 0.8)); background-image: linear-gradient(to bottom, transparentize(black, 0.8));

View File

@ -1929,22 +1929,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1965,19 +1965,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1932,22 +1932,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1968,19 +1968,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1929,22 +1929,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1965,19 +1965,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1932,22 +1932,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1968,19 +1968,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1936,22 +1936,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1972,19 +1972,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -1936,22 +1936,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active { .osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db); background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; } border-color: #2679db; }
.menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider, .list-row:selected .scale.slider,
GtkInfoBar .scale.slider { GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff); background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; } border-color: #ffffff; }
.menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover, .list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover { GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb); background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; } border-color: #e5effb; }
.menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active, .list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active { GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1); background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; } border-color: #a9caf1; }
.menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive { GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); background-image: linear-gradient(to bottom, #b1cff2);
@ -1972,19 +1972,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight { .osd .scale.trough.highlight {
background-image: none; background-image: none;
background-image: linear-gradient(to bottom, #5294E2); } background-image: linear-gradient(to bottom, #5294E2); }
.menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough, .list-row:selected .scale.trough,
GtkInfoBar .scale.trough { GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.menuitem:hover .scale.trough.highlight, .menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight, .list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight { GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); } background-image: linear-gradient(to bottom, #ffffff); }
.menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive { GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); } background-image: linear-gradient(to bottom, #b1cff2); }
.menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive { GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }

View File

@ -2036,7 +2036,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
} }
} }
//selected list-row and infobar sliders //selected list-row and infobar sliders
.menuitem:hover &, .menu .menuitem:hover &,
.list-row:selected &, .list-row:selected &,
GtkInfoBar & { GtkInfoBar & {
background-image: linear-gradient(to bottom, $selected_fg_color); background-image: linear-gradient(to bottom, $selected_fg_color);
@ -2085,7 +2085,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
&:insensitive { } &:insensitive { }
} }
// troughs in selected list-rows and infobars // troughs in selected list-rows and infobars
.menuitem:hover &, .menu .menuitem:hover &,
.list-row:selected &, .list-row:selected &,
GtkInfoBar & { GtkInfoBar & {
background-image: linear-gradient(to bottom, transparentize(black, 0.8)); background-image: linear-gradient(to bottom, transparentize(black, 0.8));