aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-dark.css
diff options
context:
space:
mode:
authorHorst31802016-06-01 20:02:32 +0200
committerHorst31802016-06-01 20:02:32 +0200
commit519718b36cfd395034ddf678466dcc24ae70a0bd (patch)
treed93c5cd01d0859c7d81d83bf4ca5fd990ad5def9 /common/gtk-3.0/3.14/gtk-dark.css
parent2f80d3ccf8171e12a26b8d329cb51c6b0db7f083 (diff)
downloadsolarc-theme-519718b36cfd395034ddf678466dcc24ae70a0bd.tar.gz
solarc-theme-519718b36cfd395034ddf678466dcc24ae70a0bd.tar.xz
solarc-theme-519718b36cfd395034ddf678466dcc24ae70a0bd.zip
use more specific selectors
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-dark.css')
-rw-r--r--common/gtk-3.0/3.14/gtk-dark.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css
index fc91262..729f91e 100644
--- a/common/gtk-3.0/3.14/gtk-dark.css
+++ b/common/gtk-3.0/3.14/gtk-dark.css
@@ -1815,22 +1815,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
- .menuitem:hover .scale.slider,
+ .menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider,
GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; }
- .menuitem:hover .scale.slider:hover,
+ .menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; }
- .menuitem:hover .scale.slider:active,
+ .menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; }
- .menuitem:hover .scale.slider:insensitive,
+ .menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2);
@@ -1851,19 +1851,19 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
- .menuitem:hover .scale.trough,
+ .menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
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,
GtkInfoBar .scale.trough.highlight {
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,
GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); }
- .menuitem:hover .scale.trough:insensitive,
+ .menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }