aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0
diff options
context:
space:
mode:
authorHorst31802016-03-11 12:11:31 +0100
committerHorst31802016-03-11 12:11:31 +0100
commitc73bd06f590e6d249de9f79aa8e1d8d36bb6f115 (patch)
tree586d7a35db9d8f348eceade6057b96942eaa63c9 /common/gtk-3.0
parent866ae993eb6b3009e0849c7a67c41672e3c59b9c (diff)
downloadsolarc-theme-c73bd06f590e6d249de9f79aa8e1d8d36bb6f115.tar.gz
solarc-theme-c73bd06f590e6d249de9f79aa8e1d8d36bb6f115.tar.xz
solarc-theme-c73bd06f590e6d249de9f79aa8e1d8d36bb6f115.zip
fix a thing
Diffstat (limited to 'common/gtk-3.0')
-rw-r--r--common/gtk-3.0/3.20/gtk-dark.css4
-rw-r--r--common/gtk-3.0/3.20/gtk-darker.css4
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-dark.css4
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css4
-rw-r--r--common/gtk-3.0/3.20/gtk-solid.css4
-rw-r--r--common/gtk-3.0/3.20/gtk.css4
-rw-r--r--common/gtk-3.0/3.20/sass/_transparent_widgets.scss1
7 files changed, 13 insertions, 12 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 65a3724..e5f3d7a 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -941,7 +941,7 @@ paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
paned.titlebar > headerbar ~ headerbar {
border-top-left-radius: 0; }
-paned.titlebar > headerbar:first-child:dir(ltr) {
+paned.titlebar > headerbar:first-child {
border-top-right-radius: 0; }
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
@@ -3420,7 +3420,7 @@ GtkListBox .h4 {
color: #BAC3CF; }
.nautilus-window placessidebar.sidebar row.activatable .sidebar-icon {
color: rgba(186, 195, 207, 0.6); }
- .nautilus-window placessidebar.sidebar row.activatable:hover {
+ .nautilus-window placessidebar.sidebar row.activatable.has-open-popup, .nautilus-window placessidebar.sidebar row.activatable:hover {
background-color: rgba(186, 195, 207, 0.15); }
.nautilus-window placessidebar.sidebar row.activatable:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:active:hover .sidebar-icon {
color: inherit; }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 07bb4e6..5a744e7 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -940,7 +940,7 @@ paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
paned.titlebar > headerbar ~ headerbar {
border-top-left-radius: 0; }
-paned.titlebar > headerbar:first-child:dir(ltr) {
+paned.titlebar > headerbar:first-child {
border-top-right-radius: 0; }
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
@@ -3419,7 +3419,7 @@ GtkListBox .h4 {
color: #BAC3CF; }
.nautilus-window placessidebar.sidebar row.activatable .sidebar-icon {
color: rgba(186, 195, 207, 0.6); }
- .nautilus-window placessidebar.sidebar row.activatable:hover {
+ .nautilus-window placessidebar.sidebar row.activatable.has-open-popup, .nautilus-window placessidebar.sidebar row.activatable:hover {
background-color: rgba(186, 195, 207, 0.15); }
.nautilus-window placessidebar.sidebar row.activatable:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:active:hover .sidebar-icon {
color: inherit; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 0b4c22c..b40ac45 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -941,7 +941,7 @@ paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
paned.titlebar > headerbar ~ headerbar {
border-top-left-radius: 0; }
-paned.titlebar > headerbar:first-child:dir(ltr) {
+paned.titlebar > headerbar:first-child {
border-top-right-radius: 0; }
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
@@ -3420,7 +3420,7 @@ GtkListBox .h4 {
color: #BAC3CF; }
.nautilus-window placessidebar.sidebar row.activatable .sidebar-icon {
color: rgba(186, 195, 207, 0.6); }
- .nautilus-window placessidebar.sidebar row.activatable:hover {
+ .nautilus-window placessidebar.sidebar row.activatable.has-open-popup, .nautilus-window placessidebar.sidebar row.activatable:hover {
background-color: rgba(186, 195, 207, 0.15); }
.nautilus-window placessidebar.sidebar row.activatable:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:active:hover .sidebar-icon {
color: inherit; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index bed4d94..c60c869 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -940,7 +940,7 @@ paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
paned.titlebar > headerbar ~ headerbar {
border-top-left-radius: 0; }
-paned.titlebar > headerbar:first-child:dir(ltr) {
+paned.titlebar > headerbar:first-child {
border-top-right-radius: 0; }
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
@@ -3419,7 +3419,7 @@ GtkListBox .h4 {
color: #BAC3CF; }
.nautilus-window placessidebar.sidebar row.activatable .sidebar-icon {
color: rgba(186, 195, 207, 0.6); }
- .nautilus-window placessidebar.sidebar row.activatable:hover {
+ .nautilus-window placessidebar.sidebar row.activatable.has-open-popup, .nautilus-window placessidebar.sidebar row.activatable:hover {
background-color: rgba(186, 195, 207, 0.15); }
.nautilus-window placessidebar.sidebar row.activatable:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:active:hover .sidebar-icon {
color: inherit; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 15e910d..b6fcb08 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -940,7 +940,7 @@ paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
paned.titlebar > headerbar ~ headerbar {
border-top-left-radius: 0; }
-paned.titlebar > headerbar:first-child:dir(ltr) {
+paned.titlebar > headerbar:first-child {
border-top-right-radius: 0; }
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
@@ -3423,7 +3423,7 @@ GtkListBox .h4 {
color: #BAC3CF; }
.nautilus-window placessidebar.sidebar row.activatable .sidebar-icon {
color: rgba(186, 195, 207, 0.6); }
- .nautilus-window placessidebar.sidebar row.activatable:hover {
+ .nautilus-window placessidebar.sidebar row.activatable.has-open-popup, .nautilus-window placessidebar.sidebar row.activatable:hover {
background-color: rgba(186, 195, 207, 0.15); }
.nautilus-window placessidebar.sidebar row.activatable:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:active:hover .sidebar-icon {
color: inherit; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 2ef92da..e51faf7 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -940,7 +940,7 @@ paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
paned.titlebar > headerbar ~ headerbar {
border-top-left-radius: 0; }
-paned.titlebar > headerbar:first-child:dir(ltr) {
+paned.titlebar > headerbar:first-child {
border-top-right-radius: 0; }
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
@@ -3423,7 +3423,7 @@ GtkListBox .h4 {
color: #BAC3CF; }
.nautilus-window placessidebar.sidebar row.activatable .sidebar-icon {
color: rgba(186, 195, 207, 0.6); }
- .nautilus-window placessidebar.sidebar row.activatable:hover {
+ .nautilus-window placessidebar.sidebar row.activatable.has-open-popup, .nautilus-window placessidebar.sidebar row.activatable:hover {
background-color: rgba(186, 195, 207, 0.15); }
.nautilus-window placessidebar.sidebar row.activatable:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.activatable:active:hover .sidebar-icon {
color: inherit; }
diff --git a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
index 42d08a4..3390c96 100644
--- a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
@@ -31,6 +31,7 @@
.sidebar-icon { color: transparentize($dark_sidebar_fg, 0.4); }
+ &.has-open-popup,
&:hover { background-color: transparentize($dark_sidebar_fg, 0.85); }
&:selected, &:selected:hover, &:active:hover {